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

Commits on Jan 26, 2015

  1. Copy the full SHA
    ed6ccf7 View commit details
  2. 2
    Copy the full SHA
    a4686d8 View commit details
  3. Copy the full SHA
    c9ae6ab View commit details
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -69,7 +69,6 @@ matrix:
- env: PHASE='-Pcomplete'
- env: PHASE='-Prake -Dtask=spec:jrubyc'
- env: PHASE='-Prake -Dtask=spec:profiler'
- env: PHASE='-Ptruffle-specs-rubysl'
- env: COMMAND=tool/truffle-findbugs.sh

branches:
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Set[] returns a new Set populated with the passed Objects
2 changes: 2 additions & 0 deletions spec/truffle/tags/rubysl/rubysl-set/spec/initialize_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fails:Set#initialize adds all elements of the passed Enumerable to self
fails:Set#initialize preprocesses all elements by a passed block before adding to self
7 changes: 6 additions & 1 deletion spec/truffle/truffle.mspec
Original file line number Diff line number Diff line change
@@ -63,7 +63,12 @@ class MSpecScript

set :rubysl, [
"spec/truffle/spec/rubysl/rubysl-erb/spec",
"spec/truffle/spec/rubysl/rubysl-set/spec"
"spec/truffle/spec/rubysl/rubysl-set/spec",

# Can't load these - so tags aren't enough to exclude them. The problem is
# either fixtures or 'before' blocks.

"^spec/truffle/spec/rubysl/rubysl-erb/spec"
]

set :tags_patterns, [