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

Commits on Apr 10, 2015

  1. Copy the full SHA
    d630ab8 View commit details
  2. Copy the full SHA
    9a0facf View commit details
Showing with 5 additions and 11 deletions.
  1. +0 −11 test.rb
  2. +5 −0 test/truffle/pe/core/array_pe.rb
11 changes: 0 additions & 11 deletions test.rb

This file was deleted.

5 changes: 5 additions & 0 deletions test/truffle/pe/core/array_pe.rb
Original file line number Diff line number Diff line change
@@ -10,3 +10,8 @@

# fails because of a call to <=> that is not inlined
tagged_example "[3, 1, 2].sort[1]"

# why does this fail but the next one work?
tagged_example "[14].pack('C').getbyte(0)"

example "[14].pack('C').getbyte(0) * 2"