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

Commits on May 13, 2016

  1. Copy the full SHA
    3581134 View commit details
  2. Copy the full SHA
    61cbc8c View commit details
  3. Copy the full SHA
    4f9eeb5 View commit details
3 changes: 0 additions & 3 deletions spec/truffle/tags/core/array/flatten_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
fails:Array#flatten performs respond_to? and method_missing-aware checks when coercing elements to array
fails:Array#flatten with a non-Array object in the Array does not call #to_ary if not defined when #respond_to_missing? returns false
fails:Array#flatten with a non-Array object in the Array calls #to_ary if not defined when #respond_to_missing? returns true
fails:Array#flatten with a non-Array object in the Array calls #method_missing if defined
1 change: 0 additions & 1 deletion spec/truffle/tags/core/array/multiply_tags.txt

This file was deleted.

7 changes: 0 additions & 7 deletions spec/truffle/tags/core/string/modulo_tags.txt
Original file line number Diff line number Diff line change
@@ -14,8 +14,6 @@ fails:String#% raises an ArgumentError when a width star token is seen after a w
fails:String#% raises an ArgumentError when multiple precision tokens are given
fails:String#% raises an ArgumentError when absolute and relative argument numbers are mixed
fails:String#% allows reuse of the one argument multiple via absolute argument numbers
fails:String#% always interprets an array argument as a list of argument parameters
fails:String#% always interprets an array subclass argument as a list of argument parameters
fails:String#% allows positional arguments for width star and precision star arguments
fails:String#% allows negative width to imply '-' flag
fails:String#% ignores negative precision
@@ -44,7 +42,6 @@ fails:String#% supports integer formats using %i
fails:String#% supports negative integers using %i
fails:String#% supports negative integers using %i, giving priority to `-`
fails:String#% supports float formats using %e
fails:String#% supports float formats using %e, but Inf, -Inf, and NaN are not floats
fails:String#% supports float formats using %E, but Inf, -Inf, and NaN are not floats
fails:String#% supports float formats using %E
fails:String#% supports float formats using %f
@@ -53,10 +50,7 @@ fails:String#% supports float formats using %G
fails:String#% supports octal formats using %o for positive numbers
fails:String#% supports octal formats using %o for negative numbers
fails:String#% supports inspect formats using %p
fails:String#% calls inspect on arguments for %p format
fails:String#% taints result for %p when argument.inspect is tainted
fails:String#% supports string formats using %s
fails:String#% respects a space padding request not as part of the width
fails:String#% taints result for %s when argument is tainted
fails:String#% raises an ArgumentError for huge precisions for %s
fails:String#% supports unsigned formats using %u
@@ -80,4 +74,3 @@ fails:String#% behaves as if calling Kernel#Float for %g arguments, when the pas
fails:String#% behaves as if calling Kernel#Float for %G arguments, when the passed argument does not respond to #to_ary
fails:String#% behaves as if calling Kernel#Float for %G arguments, when the passed argument is hexadecimal string
fails:String#% when format string contains %<> formats should raise ArgumentError if no hash given
fails:String#% when format string contains %{} sections should raise ArgumentError if no hash given
1 change: 0 additions & 1 deletion spec/truffle/tags/core/string/split_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
fails:String#split with String when limit is zero ignores leading and continuous whitespace when string is a single space
fails:String#split with String splits between characters when its argument is an empty string
fails:String#split with Regexp splits between characters when regexp matches a zero-length string
2 changes: 0 additions & 2 deletions test/truffle/cexts/method/bin/method
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env ruby

p Truffle::Interop.mime_type_supported?('application/x-sulong-library')

require 'method'

puts MethodExtension.add(14, 2)