Skip to content

Commit

Permalink
[Truffle] Tagged all language specs failing on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Jan 29, 2015
1 parent 333c79e commit 995aa83
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/truffle/tags/language/break_tags.txt
Expand Up @@ -7,3 +7,6 @@ fails:Executing break from within a block returns from the original invoking met
slow:The break statement in a lambda created at the toplevel returns a value when invoking from a method
slow:The break statement in a lambda created at the toplevel returns a value when invoking from a block
slow:The break statement in a lambda created at the toplevel returns a value when invoking from the toplevel
fails(windows bug):The break statement in a lambda created at the toplevel returns a value when invoking from the toplevel
fails(windows bug):The break statement in a lambda created at the toplevel returns a value when invoking from a method
fails(windows bug):The break statement in a lambda created at the toplevel returns a value when invoking from a block
5 changes: 5 additions & 0 deletions spec/truffle/tags/language/predefined/data_tags.txt
Expand Up @@ -4,3 +4,8 @@ slow:The DATA constant does not exist when the main script contains no __END__
slow:The DATA constant does not exist when an included file has a __END__
slow:The DATA constant does not change when an included files also has a __END__
slow:The DATA constant is included in an otherwise empty file
fails(windows bug):The DATA constant exists when the main script contains __END__
fails(windows bug):The DATA constant does not exist when the main script contains no __END__
fails(windows bug):The DATA constant does not exist when an included file has a __END__
fails(windows bug):The DATA constant does not change when an included files also has a __END__
fails(windows bug):The DATA constant is included in an otherwise empty file
5 changes: 5 additions & 0 deletions spec/truffle/tags/language/predefined_tags.txt
Expand Up @@ -4,3 +4,8 @@ slow:The predefined global constant STDERR has the encodings set by #set_encodin
slow:The predefined global constant STDIN retains the encoding set by #set_encoding when Encoding.default_external is changed
slow:The predefined global constant STDIN has the encodings set by #set_encoding
slow:The predefined global constant STDOUT has the encodings set by #set_encoding
fails(windows bug):Execution variable $: does not include '.' when the taint check level > 1
fails(windows bug):The predefined global constant STDIN has the encodings set by #set_encoding
fails(windows bug):The predefined global constant STDIN retains the encoding set by #set_encoding when Encoding.default_external is changed
fails(windows bug):The predefined global constant STDOUT has the encodings set by #set_encoding
fails(windows bug):The predefined global constant STDERR has the encodings set by #set_encoding

0 comments on commit 995aa83

Please sign in to comment.