Skip to content

Commit

Permalink
[Truffle] Tag failing 'break' specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Jan 12, 2015
1 parent 5189814 commit 3eab260
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/truffle/tags/language/break_tags.txt
@@ -0,0 +1,6 @@
fails:The break statement in a captured block when the invocation of the scope creating the block is still active raises a LocalJumpError when invoking the block from the scope creating the block
fails:The break statement in a captured block when the invocation of the scope creating the block is still active raises a LocalJumpError when invoking the block from a method
fails:The break statement in a captured block when the invocation of the scope creating the block is still active raises a LocalJumpError when yielding to the block
fails:The break statement in a captured block from a scope that has returned raises a LocalJumpError when calling the block from a method
fails:The break statement in a captured block from a scope that has returned raises a LocalJumpError when yielding to the block
fails:Executing break from within a block returns from the original invoking method even in case of chained calls

0 comments on commit 3eab260

Please sign in to comment.