Wrap text
Report abuse
|
|
MacBook-Pro:rubinius kamal$ ./bin/ci -t r
Started
...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F..............................................................................................................................................................................................................................F..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Bad file descriptor - ./spec/ruby/1.8/core/kernel/eval_spec.rb loading spec/ruby/1.8/core/kernel/eval_spec.rb
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................undefined method `to_sexp' for class `String' loading spec/parser/sexp_spec.rb
.
1)
Bignum#>> shows the bug described in ruby-core:9020 FAILED
Expected -1 to equal 0:
./mspec/expectations.rb:10:in `fail_with'
./mspec/matchers/base.rb:8:in `=='
./spec/ruby/1.8/core/bignum/right_shift_spec.rb:38
./mspec/runner/runner.rb:136:in `call'
./mspec/runner/runner.rb:136:in `describe'
./mspec/runner/runner.rb:130:in `each'
./mspec/runner/runner.rb:130:in `describe'
./mspec/runner/object.rb:11:in `describe'
./spec/ruby/1.8/core/bignum/right_shift_spec.rb:4
tmp/last_ci.rb:52:in `load'
tmp/last_ci.rb:52
tmp/last_ci.rb:44:in `each'
tmp/last_ci.rb:44
2)
NoMethodError#message for private method match /private method/ FAILED
Expected nil not to equal nil:
./mspec/expectations.rb:10:in `fail_with'
./mspec/matchers/base.rb:26:in `=='
./spec/ruby/1.8/core/exception/no_method_error_spec.rb:63
./mspec/runner/runner.rb:136:in `call'
./mspec/runner/runner.rb:136:in `describe'
./mspec/runner/runner.rb:130:in `each'
./mspec/runner/runner.rb:130:in `describe'
./mspec/runner/object.rb:11:in `describe'
./spec/ruby/1.8/core/exception/no_method_error_spec.rb:40
tmp/last_ci.rb:52:in `load'
tmp/last_ci.rb:52
tmp/last_ci.rb:44:in `each'
tmp/last_ci.rb:44
3)
Process::Constants the constants FAILED
Expected 9223372036854775807 to equal 18446744073709551615:
./mspec/expectations.rb:10:in `fail_with'
./mspec/matchers/base.rb:8:in `=='
./spec/ruby/1.8/core/process/constants_spec.rb:9
./mspec/runner/runner.rb:136:in `call'
./mspec/runner/runner.rb:136:in `describe'
./mspec/runner/runner.rb:130:in `each'
./mspec/runner/runner.rb:130:in `describe'
./mspec/runner/object.rb:11:in `describe'
./spec/ruby/1.8/core/process/constants_spec.rb:2
tmp/last_ci.rb:52:in `load'
tmp/last_ci.rb:52
tmp/last_ci.rb:44:in `each'
tmp/last_ci.rb:44
Finished in 2.975956 seconds
3717 examples, 14986 expectations, 3 failures, 0 errors
|