Created
December 5, 2010 01:02
-
-
Save isaac/728655 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Isaac-2:macruby isaac$ rake spec:ci | |
(in /Users/isaac/src/macruby) | |
rm -rf rubyspec_temp | |
./mspec/bin/mspec ci -B ./spec/macruby.mspec :full | |
MacRuby 0.8 (ruby 1.9.2) [universal-darwin10.0, x86_64] | |
.[!] Compiling fixture `/Users/isaac/src/macruby/spec/macruby/fixtures/method.m' | |
.[!] Compiling fixture `/Users/isaac/src/macruby/spec/macruby/fixtures/constant.m' | |
.[!] Compiling fixture `/Users/isaac/src/macruby/spec/macruby/fixtures/exception.m' | |
......*** Dispatch block exited prematurely because of an uncaught exception: | |
/Users/isaac/src/macruby/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with:': Expected true to equal false (SpecExpectationNotMetError) | |
from /Users/isaac/src/macruby/mspec/lib/mspec/matchers/base.rb:9:in `==:' | |
from /Users/isaac/src/macruby/spec/macruby/core/gcd/semaphore_spec.rb:62:in `block' | |
.F....[!] Compiling fixture `/Users/isaac/src/macruby/spec/macruby/fixtures/mri_abi.m' | |
...[!] Compiling fixture `/Users/isaac/src/macruby/spec/macruby/fixtures/object.m' | |
.......could not lookup DNS configuration info service: Permission denied | |
could not lookup DNS configuration info service: Permission denied | |
could not lookup DNS configuration info service: Permission denied | |
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E....................................................................................................................................................................................................................................................................... | |
1) | |
Dispatch::Source of type PROC fires on process event with event mask data FAILED | |
Expected false to equal true | |
/Users/isaac/src/macruby/spec/macruby/core/gcd/source_spec.rb:184:in `block' | |
/Users/isaac/src/macruby/spec/macruby/core/gcd/source_spec.rb:5:in `<main>' | |
2) | |
Dispatch::Source of type SIGNAL fires on signal with signal count data FAILED | |
Expected 134217728 to equal 1 | |
/Users/isaac/src/macruby/spec/macruby/core/gcd/source_spec.rb:215:in `block' | |
/Users/isaac/src/macruby/spec/macruby/core/gcd/source_spec.rb:5:in `<main>' | |
3) | |
StringIO#ungetc when passed [char] pads with \000 when the current position is after the end ERROR | |
IndexError: index 14 out of string | |
/Users/isaac/src/macruby/lib/stringio.rb:362:in `ungetc:' | |
/Users/isaac/src/macruby/spec/frozen/library/stringio/ungetc_spec.rb:28:in `block' | |
/Users/isaac/src/macruby/spec/frozen/library/stringio/ungetc_spec.rb:4:in `<main>' | |
Finished in 292.875542 seconds | |
3083 files, 12458 examples, 39800 expectations, 2 failures, 1 error | |
rake aborted! | |
Command failed with status (1): [./mspec/bin/mspec ci -B ./spec/macruby.msp...] | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment