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: f030c0906eb6
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 64a0ca2c10a0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 27, 2016

  1. Add tags for new specs.

    eregon committed Nov 27, 2016
    Copy the full SHA
    5db36c0 View commit details
  2. Copy the full SHA
    64a0ca2 View commit details
Showing with 3 additions and 0 deletions.
  1. +1 −0 spec/tags/ruby/core/file/constants/constants_tags.txt
  2. +1 −0 spec/tags/ruby/core/signal/trap_tags.txt
  3. +1 −0 spec/truffle/tags/core/string/uplus_tags.txt
1 change: 1 addition & 0 deletions spec/tags/ruby/core/file/constants/constants_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:File::TMPFILE is defined
1 change: 1 addition & 0 deletions spec/tags/ruby/core/signal/trap_tags.txt
Original file line number Diff line number Diff line change
@@ -10,3 +10,4 @@ fails:Signal.trap accepts short names as Symbols
fails:Signal.trap accepts 'SIG_DFL' in place of a proc
fails:Signal.trap accepts 'DEFAULT' in place of a proc
windows:Signal.trap accepts a block in place of a proc/command argument
fails:Signal.trap is possible to create a new Thread when the handler runs
1 change: 1 addition & 0 deletions spec/truffle/tags/core/string/uplus_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
slow:String#+@ returns mutable copy despite freeze-magic-comment in file