Skip to content

Instantly share code, notes, and snippets.

@smtlaissezfaire
Created January 12, 2010 13:51
Show Gist options
  • Save smtlaissezfaire/95d44eeb5dc50ef4b431 to your computer and use it in GitHub Desktop.
Save smtlaissezfaire/95d44eeb5dc50ef4b431 to your computer and use it in GitHub Desktop.
hopcroft:fakefs(master) scotttaylor$ rvm use jruby
hopcroft:fakefs(master) scotttaylor$ which jruby
/Users/scotttaylor/.rvm/jruby-1.3.1/bin/jruby
hopcroft:fakefs(master) scotttaylor$ jirb
>> RUBY_VERSION
=> "1.8.6"
>> exit
hopcroft:fakefs(master) scotttaylor$ rake
(in /Users/scotttaylor/src/git/fakefs)
Jeweler not available.
Install it with: gem install jeweler
sdoc support not enabled. Please gem install sdoc-helpers.
......
Finished in 0.122 seconds
6 examples, 0 failures
Loaded suite /Users/scotttaylor/.rvm/jruby-1.3.1/bin/rake
Started
......F.........................................EEE..................E...........................................F...................................................................................F................FF...............................................................................................................
Finished in 1.633 seconds.
1) Failure:
test_File_to_i_is_alias_for_filno(FakeFSTest) [test/fakefs_test.rb:384]:
<#<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:19:in `load'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fake/dir.rb:19:in `clone'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fileutils.rb:87:in `cp_r'
test/fakefs_test.rb:739: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:19:in `load'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fake/dir.rb:19:in `clone'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fileutils.rb:84:in `cp_r'
test/fakefs_test.rb:765: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:19:in `load'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fake/dir.rb:19:in `clone'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fileutils.rb:87:in `cp_r'
test/fakefs_test.rb:774: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:19:in `load'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fake/dir.rb:19:in `clone'
/Users/scotttaylor/src/git/fakefs/test/../lib/fakefs/fileutils.rb:87:in `cp_r'
test/fakefs_test.rb:439:in `test_dir_globs_paths'
6) Failure:
test_file_should_not_respond_to_to_channel(FakeFSTest) [test/fakefs_test.rb:532]:
<false> is not true.
7) Failure:
test_should_have_method_initialize_copy_from_real_file_class(FakeFSTest) [test/fakefs_test.rb:523]:
<false> is not true.
8) Failure:
test_should_have_method_lchmod_from_real_file_class(FakeFSTest) [test/fakefs_test.rb:523]:
<false> is not true.
9) Failure:
test_should_have_method_lchown_from_real_file_class(FakeFSTest) [test/fakefs_test.rb:523]:
<false> is not true.
327 tests, 437 assertions, 5 failures, 4 errors
hopcroft:fakefs(master) scotttaylor$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment