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

Commits on Aug 22, 2016

  1. Run specs with the specdoc formatter to track progress on CI

    * Maven is being silly and buffers the output.
    eregon committed Aug 22, 2016
    Copy the full SHA
    70a4942 View commit details
  2. New spec tags

    eregon committed Aug 22, 2016
    Copy the full SHA
    57c2b37 View commit details
Showing with 4 additions and 1 deletion.
  1. +1 −1 rakelib/rubyspec.rake
  2. +1 −0 spec/tags/ruby/core/argf/read_nonblock_tags.txt
  3. +2 −0 spec/tags/ruby/library/socket/addrinfo/inspect_sockaddr_tags.txt
2 changes: 1 addition & 1 deletion rakelib/rubyspec.rake
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ namespace :spec do
desc "Run fast specs that do not spawn many subprocesses"
task :'ruby:fast' do
mspec :compile_mode => "OFF",
:format => 'd',
:format => 's',
:spec_target => ":fast",
:jruby_opts => "-I. --dev"
end
1 change: 1 addition & 0 deletions spec/tags/ruby/core/argf/read_nonblock_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
fails:ARGF.read_nonblock treats second nil argument as no output buffer
fails:ARGF.read_nonblock returns :wait_readable when the :exception is set to false
fails:ARGF.read_nonblock with STDIN returns :wait_readable when the :exception is set to false
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fails:Addrinfo#inspect_sockaddr IPv6
fails:Addrinfo#inspect_sockaddr UNIX