Skip to content

Instantly share code, notes, and snippets.

@smtlaissezfaire
Created December 16, 2010 04:29
Show Gist options
  • Save smtlaissezfaire/743031 to your computer and use it in GitHub Desktop.
Save smtlaissezfaire/743031 to your computer and use it in GitHub Desktop.
hopcroft:fakefs(master) scotttaylor$ rvm use jruby
Using jruby 1.5.0
hopcroft:fakefs(master) scotttaylor$ rake
(in /Users/scotttaylor/src/git/fakefs)
Spec task can't be loaded. `gem install rspec`
Jeweler not available.
Install it with: gem install jeweler
sdoc support not enabled. Please gem install sdoc-helpers.
Loaded suite /Users/scotttaylor/.rvm/gems/jruby-1.5.0/bin/rake
Started
......F............................................EEE....................E............................................F...FFF...................................................................................................F.............FF................................................................F...................................................
Finished in 1.908 seconds.
1) Failure:
test_File_to_i_is_alias_for_filno(FakeFSTest) [/Users/scotttaylor/src/git/fakefs/test/fakefs_test.rb:448]:
<#<Method: FakeFS::File#to_i>> expected but was
<#<Method: FakeFS::File(StringIO)#fileno>>.
2) Error:
test_cp_r_handles_copying_directories(FakeFSTest):
ArgumentError: dump format error(
)
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fake/dir.rb:22:in `load'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fake/dir.rb:22:in `clone'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fileutils.rb:85:in `cp_r'
/Users/scotttaylor/src/git/fakefs/test/fakefs_test.rb:816:in `test_cp_r_handles_copying_directories'
3) Error:
test_cp_r_only_copies_into_directories(FakeFSTest):
ArgumentError: dump format error(
)
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fake/dir.rb:22:in `load'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fake/dir.rb:22:in `clone'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fileutils.rb:82:in `cp_r'
/Users/scotttaylor/src/git/fakefs/test/fakefs_test.rb:842:in `test_cp_r_only_copies_into_directories'
4) Error:
test_cp_r_sets_parent_correctly(FakeFSTest):
ArgumentError: dump format error(
)
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fake/dir.rb:22:in `load'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fake/dir.rb:22:in `clone'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fileutils.rb:85:in `cp_r'
/Users/scotttaylor/src/git/fakefs/test/fakefs_test.rb:851:in `test_cp_r_sets_parent_correctly'
5) Error:
test_dir_globs_paths(FakeFSTest):
ArgumentError: dump format error(
)
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fake/dir.rb:22:in `load'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fake/dir.rb:22:in `clone'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fileutils.rb:85:in `cp_r'
/Users/scotttaylor/src/git/fakefs/test/fakefs_test.rb:503:in `test_dir_globs_paths'
6) Failure:
test_file_should_not_respond_to_readbyte(FakeFSTest) [/Users/scotttaylor/src/git/fakefs/test/fakefs_test.rb:603]:
<false> is not true.
7) Failure:
test_file_should_not_respond_to_to_channel(FakeFSTest) [/Users/scotttaylor/src/git/fakefs/test/fakefs_test.rb:603]:
<false> is not true.
8) Failure:
test_file_should_not_respond_to_to_inputstream(FakeFSTest) [/Users/scotttaylor/src/git/fakefs/test/fakefs_test.rb:603]:
<false> is not true.
9) Failure:
test_file_should_not_respond_to_to_outputstream(FakeFSTest) [/Users/scotttaylor/src/git/fakefs/test/fakefs_test.rb:603]:
<false> is not true.
10) Failure:
test_should_have_method_initialize_copy_from_real_file_class(FakeFSTest) [/Users/scotttaylor/src/git/fakefs/test/fakefs_test.rb:594]:
<false> is not true.
11) Failure:
test_should_have_method_lchmod_from_real_file_class(FakeFSTest) [/Users/scotttaylor/src/git/fakefs/test/fakefs_test.rb:594]:
<false> is not true.
12) Failure:
test_should_have_method_lchown_from_real_file_class(FakeFSTest) [/Users/scotttaylor/src/git/fakefs/test/fakefs_test.rb:594]:
<false> is not true.
13) Failure:
test_should_have_method_to_path_from_real_file_class(FakeFSTest) [/Users/scotttaylor/src/git/fakefs/test/fakefs_test.rb:594]:
<false> is not true.
357 tests, 473 assertions, 9 failures, 4 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment