Skip to content

Commit

Permalink
[Truffle] Tag specs failing due to STDOUT not being flushed on exit I…
Browse files Browse the repository at this point in the history
… think.
  • Loading branch information
chrisseaton committed Apr 23, 2015
1 parent 9fad714 commit 9bed84f
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/truffle/tags/core/encoding/default_external_tags.txt
Expand Up @@ -4,3 +4,5 @@ slow:Encoding.default_external with command line options is not changed by the -
slow:Encoding.default_external with command line options returns the encoding specified by '-E external'
slow:Encoding.default_external with command line options returns the encoding specified by '-E external:'
fails:Encoding.default_external with command line options is not changed by the -U option
fails:Encoding.default_external with command line options returns the encoding specified by '-E external:'
fails:Encoding.default_external with command line options returns the encoding specified by '-E external'
3 changes: 3 additions & 0 deletions spec/truffle/tags/core/encoding/default_internal_tags.txt
Expand Up @@ -4,3 +4,6 @@ windows:Encoding.default_internal with command line options uses the encoding sp
slow:Encoding.default_internal with command line options returns Encoding::UTF_8 if ruby was invoked with -U
slow:Encoding.default_internal with command line options uses the encoding specified when ruby is invoked with an '-E :internal' argument
slow:Encoding.default_internal with command line options uses the encoding specified when ruby is invoked with an '-E external:internal' argument
fails:Encoding.default_internal with command line options uses the encoding specified when ruby is invoked with an '-E external:internal' argument
fails:Encoding.default_internal with command line options uses the encoding specified when ruby is invoked with an '-E :internal' argument
fails:Encoding.default_internal with command line options returns Encoding::UTF_8 if ruby was invoked with -U
3 changes: 3 additions & 0 deletions spec/truffle/tags/core/kernel/at_exit_tags.txt
Expand Up @@ -2,3 +2,6 @@ slow:Kernel.at_exit runs after all other code
slow:Kernel.at_exit runs in reverse order of registration
slow:Kernel.at_exit allows calling exit inside at_exit handler
slow:Kernel.at_exit gives access to the last raised exception
fails:Kernel.at_exit allows calling exit inside at_exit handler
fails:Kernel.at_exit runs in reverse order of registration
fails:Kernel.at_exit runs after all other code
2 changes: 2 additions & 0 deletions spec/truffle/tags/core/kernel/eval_tags.txt
Expand Up @@ -8,3 +8,5 @@ slow:Kernel#eval raises a LocalJumpError if there is no lambda-style closure in
slow:Kernel#eval does not share locals across eval scopes
windows:Kernel#eval does not share locals across eval scopes
windows:Kernel#eval raises a LocalJumpError if there is no lambda-style closure in the chain
fails:Kernel#eval raises a LocalJumpError if there is no lambda-style closure in the chain
fails:Kernel#eval does not share locals across eval scopes
2 changes: 2 additions & 0 deletions spec/truffle/tags/core/kernel/exec_tags.txt
Expand Up @@ -74,3 +74,5 @@ slow:Kernel.exec with a command array uses the first element as the command name
slow:Kernel.exec with a command array coerces the argument using to_ary
slow:Kernel.exec with a command array raises an ArgumentError if the Array does not have exactly two elements
slow:Kernel.exec with an options Hash with Integer option keys maps the key to a file descriptor in the child that inherits the file descriptor from the parent specified by the value
fails:Kernel.exec flushes STDOUT upon exit when it's not set to sync
fails:Kernel#exec flushes STDOUT upon exit when it's not set to sync
1 change: 1 addition & 0 deletions spec/truffle/tags/core/process/exec_tags.txt
Expand Up @@ -36,3 +36,4 @@ slow:Process.exec with a command array uses the first element as the command nam
slow:Process.exec with a command array coerces the argument using to_ary
slow:Process.exec with a command array raises an ArgumentError if the Array does not have exactly two elements
slow:Process.exec with an options Hash with Integer option keys maps the key to a file descriptor in the child that inherits the file descriptor from the parent specified by the value
fails:Process.exec flushes STDOUT upon exit when it's not set to sync
3 changes: 3 additions & 0 deletions spec/truffle/tags/language/break_tags.txt
Expand Up @@ -9,3 +9,6 @@ slow:The break statement in a lambda created at the toplevel returns a value whe
windows:The break statement in a lambda created at the toplevel returns a value when invoking from the toplevel
windows:The break statement in a lambda created at the toplevel returns a value when invoking from a method
windows:The break statement in a lambda created at the toplevel returns a value when invoking from a block
fails:The break statement in a lambda created at the toplevel returns a value when invoking from a block
fails:The break statement in a lambda created at the toplevel returns a value when invoking from a method
fails:The break statement in a lambda created at the toplevel returns a value when invoking from the toplevel
1 change: 1 addition & 0 deletions spec/truffle/tags/language/predefined/data_tags.txt
Expand Up @@ -10,3 +10,4 @@ windows:The DATA constant exists when the main script contains __END__
windows:The DATA constant does not exist when the main script contains no __END__
windows:The DATA constant does not change when an included files also has a __END__
fails:The DATA constant exists when the main script contains __END__
fails:The DATA constant does not exist when the main script contains no __END__

0 comments on commit 9bed84f

Please sign in to comment.