Skip to content

Instantly share code, notes, and snippets.

@hsbt
Created December 21, 2017 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsbt/55b90d58d2604d0e3ada11c7850f3f1b to your computer and use it in GitHub Desktop.
Save hsbt/55b90d58d2604d0e3ada11c7850f3f1b to your computer and use it in GitHub Desktop.
~/D/g/r/ruby.trunk (trunk) > mk -C .x86_64-darwin test-bundler
generating x86_64-darwin17-fake.rb
x86_64-darwin17-fake.rb updated
./miniruby -I../lib -I. -I.ext/common ../tool/runruby.rb --extout=.ext -- --disable-gems -C ".." bin/gem install --no-ri --no-rdoc \
--install-dir .bundle --conservative "rspec:~> 3.5"
Run options: exclude {:ruby_repo=>true, :bundler=>"=< 1.16", :rubygems_master=>true, :git=>"=< 2.15.1", :rubygems=>"=< 2.7.3", :ruby=>"=< 2.5.0", :realworld=>true, :sudo=>true}
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................WARNING: An expectation of `:io` was set on `nil`. To allow expectations on `nil` and suppress this message, set `RSpec::Mocks.configuration.allow_message_expectations_on_nil` to `true`. To disallow expectations on `nil`, set `RSpec::Mocks.configuration.allow_message_expectations_on_nil` to `false`. Called from /Users/hsbt/Documents/github.com/ruby/ruby.trunk/spec/bundler/bundler/vendored_persistent_spec.rb:16:in `block (3 levels) in <top (required)>'.
...................................................................................................................................................................................................................................................................................................................*........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Retried examples: 0
Pending: (Failures listed here are expected and do not affect your suite's status)
1) bundle exec `load`ing a ruby file instead of `exec`ing regarding $0 and __FILE__ when the path is relative with a leading ./ relative paths with ./ have absolute __FILE__
# Not yet implemented
# ./spec/bundler/commands/exec_spec.rb:696
Finished in 61 minutes 32 seconds (files took 2.83 seconds to load)
2383 examples, 0 failures, 1 pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment