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: 04aeda6ccd22
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 88db33a7a3db
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 7, 2015

  1. Copy the full SHA
    cd90eab View commit details
  2. Merge pull request #2663 from bjfish/truffle_bulk_untag_2

    [Truffle] Bulk untagging a few more passing specs.
    chrisseaton committed Mar 7, 2015
    Copy the full SHA
    88db33a View commit details
1 change: 0 additions & 1 deletion spec/truffle/tags/core/array/element_set_tags.txt
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@ fails:Array#[]= replaces the section defined by range with the given values
fails:Array#[]= just sets the section defined by range to other even if other is nil
fails:Array#[]= expands and nil-pads the array if section assigned by range is outside array boundaries
fails:Array#[]= calls to_int on its start and length arguments
fails:Array#[]= checks frozen before attempting to coerce arguments
fails:Array#[]= sets elements in the range arguments when passed ranges
fails:Array#[]= inserts the given elements with [range] which the range is zero-width
fails:Array#[]= inserts the given elements with [start, length] which length is zero
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/array/flatten_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
fails:Array#flatten returns subclass instance for Array subclasses
fails:Array#flatten returns a tainted array if self is tainted
fails:Array#flatten returns an untrusted array if self is untrusted
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/enumerable/entries_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
fails:Enumerable#entries passes through the values yielded by #each_with_index
fails:Enumerable#entries returns a tainted array if self is tainted
fails:Enumerable#entries returns an untrusted array if self is untrusted
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/enumerable/group_by_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/enumerable/to_a_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
fails:Enumerable#to_a returns a tainted array if self is tainted
fails:Enumerable#to_a returns an untrusted array if self is untrusted
fails:Enumerable#to_a passes through the values yielded by #each_with_index
5 changes: 0 additions & 5 deletions spec/truffle/tags/core/enumerable/zip_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/hash/delete_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
fails:Hash#delete calls supplied block if the key is not found
fails:Hash#delete accepts keys with private #hash method
fails:Hash#delete raises a RuntimeError if called on a frozen instance
1 change: 0 additions & 1 deletion spec/truffle/tags/core/hash/element_set_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
fails:Hash#[]= accepts keys with private #hash method
fails:Hash#[]= doesn't duplicate and freeze already frozen string keys
fails:Hash#[]= raises a RuntimeError if called on a frozen instance
1 change: 0 additions & 1 deletion spec/truffle/tags/core/hash/store_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
fails:Hash#store accepts keys with private #hash method
fails:Hash#store doesn't duplicate and freeze already frozen string keys
fails:Hash#store raises a RuntimeError if called on a frozen instance