File tree 3 files changed +13
-0
lines changed
spec/truffle/tags/language
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,6 @@ fails:Executing break from within a block returns from the original invoking met
7
7
slow:The break statement in a lambda created at the toplevel returns a value when invoking from a method
8
8
slow:The break statement in a lambda created at the toplevel returns a value when invoking from a block
9
9
slow:The break statement in a lambda created at the toplevel returns a value when invoking from the toplevel
10
+ fails(windows bug):The break statement in a lambda created at the toplevel returns a value when invoking from the toplevel
11
+ fails(windows bug):The break statement in a lambda created at the toplevel returns a value when invoking from a method
12
+ fails(windows bug):The break statement in a lambda created at the toplevel returns a value when invoking from a block
Original file line number Diff line number Diff line change @@ -4,3 +4,8 @@ slow:The DATA constant does not exist when the main script contains no __END__
4
4
slow:The DATA constant does not exist when an included file has a __END__
5
5
slow:The DATA constant does not change when an included files also has a __END__
6
6
slow:The DATA constant is included in an otherwise empty file
7
+ fails(windows bug):The DATA constant exists when the main script contains __END__
8
+ fails(windows bug):The DATA constant does not exist when the main script contains no __END__
9
+ fails(windows bug):The DATA constant does not exist when an included file has a __END__
10
+ fails(windows bug):The DATA constant does not change when an included files also has a __END__
11
+ fails(windows bug):The DATA constant is included in an otherwise empty file
Original file line number Diff line number Diff line change @@ -4,3 +4,8 @@ slow:The predefined global constant STDERR has the encodings set by #set_encodin
4
4
slow:The predefined global constant STDIN retains the encoding set by #set_encoding when Encoding.default_external is changed
5
5
slow:The predefined global constant STDIN has the encodings set by #set_encoding
6
6
slow:The predefined global constant STDOUT has the encodings set by #set_encoding
7
+ fails(windows bug):Execution variable $: does not include '.' when the taint check level > 1
8
+ fails(windows bug):The predefined global constant STDIN has the encodings set by #set_encoding
9
+ fails(windows bug):The predefined global constant STDIN retains the encoding set by #set_encoding when Encoding.default_external is changed
10
+ fails(windows bug):The predefined global constant STDOUT has the encodings set by #set_encoding
11
+ fails(windows bug):The predefined global constant STDERR has the encodings set by #set_encoding
You can’t perform that action at this time.
0 commit comments