Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b0b29cf1ed1e
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 317fd3024b20
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 18, 2016

  1. [Truffle] Tags for new specs.

    eregon committed Jul 18, 2016
    Copy the full SHA
    ad5ae3e View commit details
  2. Add tags for new specs

    eregon committed Jul 18, 2016
    Copy the full SHA
    317fd30 View commit details
4 changes: 4 additions & 0 deletions spec/tags/ruby/core/kernel/spawn_tags.txt
Original file line number Diff line number Diff line change
@@ -144,3 +144,7 @@ windows:Kernel.spawn when passed close_others: true does not close STDERR
windows:Kernel.spawn when passed close_others: false does not close STDIN
windows:Kernel.spawn when passed close_others: false does not close STDOUT
windows:Kernel.spawn when passed close_others: false does not close STDERR
fails:Kernel#spawn unsets other environment variables when given a true :unsetenv_others option
fails:Kernel#spawn unsets other environment variables when given a non-false :unsetenv_others option
fails:Kernel.spawn unsets other environment variables when given a true :unsetenv_others option
fails:Kernel.spawn unsets other environment variables when given a non-false :unsetenv_others option
1 change: 1 addition & 0 deletions spec/truffle/tags/core/exception/cause_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Exception#cause returns the active exception when an exception is raised
1 change: 1 addition & 0 deletions spec/truffle/tags/core/io/popen_tags.txt
Original file line number Diff line number Diff line change
@@ -33,3 +33,4 @@ fails:IO.popen with a leading Array argument accepts [env, command, arg1, arg2,
fails:IO.popen with a leading Array argument accepts '[env, command, arg1, arg2, ..., exec options], mode'
fails:IO.popen with a leading Array argument accepts '[env, command, arg1, arg2, ..., exec options], mode, IO options'
fails:IO.popen with a leading Array argument accepts '[env, command, arg1, arg2, ...], mode, IO + exec options'
slow:IO.popen sees an infinitely looping subprocess exit when read pipe is closed
1 change: 1 addition & 0 deletions spec/truffle/tags/core/io/read_tags.txt
Original file line number Diff line number Diff line change
@@ -2,5 +2,6 @@ fails:IO.read from a pipe runs the rest as a subprocess and returns the standard
fails:IO.read from a pipe opens a pipe to a fork if the rest is -
fails:IO.read from a pipe reads only the specified number of bytes requested
fails:IO.read from a pipe raises Errno::ESPIPE if passed an offset
fails(hangs):IO#read raises IOError when stream is closed by another thread
fails(windows):IO#read on Windows normalizes line endings in text mode
fails(windows):IO#read on Windows does not normalize line endings in binary mode
1 change: 1 addition & 0 deletions spec/truffle/tags/core/io/reopen_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
slow:IO#reopen with a String effects exec/system/fork performed after it
fails:IO#reopen with a String affects exec/system/fork performed after it
fails:IO#reopen with an IO at EOF resets the EOF status to false
1 change: 1 addition & 0 deletions spec/truffle/tags/language/safe_navigator_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Safe navigator allows attribute assignment