Skip to content

Commit 995aa83

Browse files
committed
[Truffle] Tagged all language specs failing on Windows.
1 parent 333c79e commit 995aa83

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

spec/truffle/tags/language/break_tags.txt

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ fails:Executing break from within a block returns from the original invoking met
77
slow:The break statement in a lambda created at the toplevel returns a value when invoking from a method
88
slow:The break statement in a lambda created at the toplevel returns a value when invoking from a block
99
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

spec/truffle/tags/language/predefined/data_tags.txt

+5
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ slow:The DATA constant does not exist when the main script contains no __END__
44
slow:The DATA constant does not exist when an included file has a __END__
55
slow:The DATA constant does not change when an included files also has a __END__
66
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

spec/truffle/tags/language/predefined_tags.txt

+5
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ slow:The predefined global constant STDERR has the encodings set by #set_encodin
44
slow:The predefined global constant STDIN retains the encoding set by #set_encoding when Encoding.default_external is changed
55
slow:The predefined global constant STDIN has the encodings set by #set_encoding
66
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

0 commit comments

Comments
 (0)