Created
April 7, 2009 08:17
-
-
Save chrismcg/91145 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
chris@shiny % rake spec:ci | |
(in /Users/chris/dev/languages/mr-experimental) | |
./mspec/bin/mspec ci -B ./spec/frozen/macruby.mspec spec/frozen/language spec/frozen/core/io/binmode_spec.rb spec/frozen/core/io/closed_spec.rb spec/frozen/core/io/constants_spec.rb spec/frozen/core/io/each_byte_spec.rb spec/frozen/core/io/fileno_spec.rb spec/frozen/core/io/fsync_spec.rb spec/frozen/core/io/flush_spec.rb spec/frozen/core/io/getc_spec.rb spec/frozen/core/io/io_spec.rb spec/frozen/core/io/inspect_spec.rb spec/frozen/core/io/initialize_copy_spec.rb spec/frozen/core/io/putc_spec.rb spec/frozen/core/io/readchar_spec.rb spec/frozen/core/io/sync_spec.rb spec/frozen/core/io/syswrite_spec.rb spec/frozen/core/io/tell_spec.rb spec/frozen/core/io/to_i_spec.rb spec/frozen/core/io/to_io_spec.rb spec/frozen/core/io/initialize_spec.rb | |
MacRuby version 0.5 (ruby 1.9.0) [universal-darwin9.0, x86_64] | |
................................................................EE... | |
1) | |
An exception occurred during: before :each | |
IO#syswrite coerces the argument to a string using to_s ERROR | |
TypeError: MatchFilter is not a symbol | |
2) | |
An exception occurred during: before :each | |
IO#syswrite checks if the file is writable if writing more than zero bytes ERROR | |
TypeError: MatchFilter is not a symbol | |
3) | |
An exception occurred during: before :each | |
IO#syswrite returns the number of bytes written ERROR | |
TypeError: MatchFilter is not a symbol | |
4) | |
An exception occurred during: before :each | |
IO#syswrite invokes to_s on non-String argument ERROR | |
TypeError: MatchFilter is not a symbol | |
5) | |
An exception occurred during: before :each | |
IO#syswrite writes all of the string's bytes without buffering if mode is sync ERROR | |
TypeError: MatchFilter is not a symbol | |
6) | |
An exception occurred during: before :each | |
IO#syswrite does not warn if called after IO#read ERROR | |
TypeError: MatchFilter is not a symbol | |
7) | |
An exception occurred during: before :each | |
IO#syswrite writes to the current position after IO#read ERROR | |
TypeError: MatchFilter is not a symbol | |
8) | |
An exception occurred during: before :each | |
IO#syswrite advances the file position by the count of given bytes ERROR | |
TypeError: MatchFilter is not a symbol | |
9) | |
An exception occurred during: before :each | |
IO#syswrite raises IOError on closed stream ERROR | |
TypeError: MatchFilter is not a symbol | |
10) | |
IO#tell gets the offset | |
IO#tell raises IOError on closed stream | |
IO#tell resets #eof? ERROR | |
TypeError: MatchFilter is not a symbol | |
11) | |
IO#tell gets the offset | |
IO#tell raises IOError on closed stream | |
IO#tell resets #eof? FAILED | |
Expected IOError but got TypeError (MatchFilter is not a symbol) | |
12) | |
IO#tell gets the offset | |
IO#tell raises IOError on closed stream | |
IO#tell resets #eof? ERROR | |
TypeError: MatchFilter is not a symbol | |
Finished in 7.346187 seconds | |
69 files, 655 examples, 1566 expectations, 1 failure, 11 errors | |
rake aborted! | |
Command failed with status (1): [./mspec/bin/mspec ci -B ./spec/frozen/macr...] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment