$ rake spec:ci
rm -rf rubyspec_temp
./mspec/bin/mspec ci -B ./spec/macruby.mspec :full
MacRuby 0.11 (ruby 1.9.2) [universal-darwin11.0, x86_64]
...........*** Dispatch block exited prematurely because of an uncaught exception:
/Users/watson/src/macruby-master/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with': Expected true to equal false (SpecExpectationNotMetError)
from /Users/watson/src/macruby-master/mspec/lib/mspec/matchers/base.rb:9:in `=='
from /Users/watson/src/macruby-master/spec/macruby/core/gcd/semaphore_spec.rb:62:in `block'
................macruby(7714,0x10513d000) malloc: *** error for object 0x7fff90fd79e8: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
..........F...........................................................................................E.....E........................................................................................................................................................................................................................................E...................E...E.......................................................................................................................................................................................................E.EE.......E.E...E.EEE.E.E..EEE..E.EEE.....F.E....EEE.E.......E......E..F..E...E.EE.E.F..E..EEE..EEE....E..EE..E..E..EEE........................................................................................................................................................................................................................................................F.........E....................E............................................................................................F................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................objc[2663]: GC: -finalize resulted in an exception (0x4077f7580) being thrown, break on objc_exception_during_finalize_error to debug
undefined method `message' for false:FalseClass (NoMethodError)
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E.......E...........................................................................................
1)
MacRuby's CompileTask extension for rake , in action, avoids recompiling files again unless the source has been modified FAILED
Expected 2011-10-01 13:48:18 +0900 not to equal 2011-10-01 13:48:18 +0900
/Users/watson/src/macruby-master/spec/macruby/library/rake/compiletask_spec.rb:123:in `block'
/Users/watson/src/macruby-master/spec/macruby/library/rake/compiletask_spec.rb:36:in `<main>'
2)
An exception occurred during: after :each
ARGF.gets modifies the files when in place edit mode is on ERROR
ArgumentError: wrong number of arguments (4 for 2)
/Users/watson/src/macruby-master/spec/frozen/core/argf/shared/gets.rb:77:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/argf/gets_spec.rb:8:in `<main>'
3)
An exception occurred during: after :each
ARGF.gets modifies and backups two files when in place edit mode is on ERROR
ArgumentError: wrong number of arguments (4 for 2)
/Users/watson/src/macruby-master/spec/frozen/core/argf/shared/gets.rb:77:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/argf/gets_spec.rb:8:in `<main>'
4)
An exception occurred during: after :each
ARGF.readline modifies the files when in place edit mode is on ERROR
ArgumentError: wrong number of arguments (4 for 2)
/Users/watson/src/macruby-master/spec/frozen/core/argf/shared/gets.rb:77:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/argf/readline_spec.rb:8:in `<main>'
5)
An exception occurred during: after :each
ARGF.readline modifies and backups two files when in place edit mode is on ERROR
ArgumentError: wrong number of arguments (4 for 2)
/Users/watson/src/macruby-master/spec/frozen/core/argf/shared/gets.rb:77:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/argf/readline_spec.rb:8:in `<main>'
6)
An exception occurred during: before :all ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/rmdir_dirs
/Users/watson/src/macruby-master/spec/frozen/core/dir/fixtures/common.rb:134:in `rmdir_dirs'
/Users/watson/src/macruby-master/spec/frozen/core/dir/shared/delete.rb:3:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/dir/delete_spec.rb:5:in `<main>'
7)
An exception occurred during: before :all ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/rmdir_dirs
/Users/watson/src/macruby-master/spec/frozen/core/dir/fixtures/common.rb:134:in `rmdir_dirs'
/Users/watson/src/macruby-master/spec/frozen/core/dir/shared/delete.rb:3:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/dir/rmdir_spec.rb:5:in `<main>'
8)
An exception occurred during: before :all ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/rmdir_dirs
/Users/watson/src/macruby-master/spec/frozen/core/dir/fixtures/common.rb:134:in `rmdir_dirs'
/Users/watson/src/macruby-master/spec/frozen/core/dir/shared/delete.rb:3:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/dir/unlink_spec.rb:5:in `<main>'
9)
An exception occurred during: after :each
File.directory? return true if the argument is a directory ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/directory_spec.rb:4:in `<main>'
10)
An exception occurred during: after :each
File.directory? returns false if the argument is not a directory ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/directory_spec.rb:4:in `<main>'
11)
An exception occurred during: after :each
File.directory? accepts an object that has a #to_path method ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/directory_spec.rb:4:in `<main>'
12)
An exception occurred during: after :each
File.directory? raises a TypeError when passed an Integer ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/directory_spec.rb:4:in `<main>'
13)
An exception occurred during: after :each
File.directory? raises a TypeError when passed nil ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/directory_spec.rb:4:in `<main>'
14)
An exception occurred during: after :each
File.directory? returns false if the argument is an IO that's not a directory ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:48:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/directory_spec.rb:8:in `<main>'
15)
An exception occurred during: after :each
File.directory? return true if the argument is an IO that is a directory ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:48:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/directory_spec.rb:8:in `<main>'
16)
An exception occurred during: after :each
File.directory? calls #to_io to convert a non-IO object ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:48:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/directory_spec.rb:8:in `<main>'
17)
An exception occurred during: after :each
File.executable_real? returns true if the file its an executable ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/executable_real_spec.rb:4:in `<main>'
18)
An exception occurred during: after :each
File.executable_real? accepts an object that has a #to_path method ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/executable_real_spec.rb:4:in `<main>'
19)
An exception occurred during: after :each
File.executable_real? returns true if named file is readable by the real user id of the process, otherwise false ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/executable_real_spec.rb:4:in `<main>'
20)
An exception occurred during: after :each
File.executable_real? raises an ArgumentError if not passed one argument ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/executable_real_spec.rb:4:in `<main>'
21)
An exception occurred during: after :each
File.executable_real? raises a TypeError if not passed a String type ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/executable_real_spec.rb:4:in `<main>'
22)
An exception occurred during: after :each
File.executable_real? returns false if the file does not exist ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/executable_real_spec.rb:4:in `<main>'
23)
An exception occurred during: after :each
File.executable? returns true if named file is executable by the effective user id of the process, otherwise false ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/executable_spec.rb:4:in `<main>'
24)
An exception occurred during: after :each
File.executable? return true if the argument is an executable file ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/executable_spec.rb:4:in `<main>'
25)
An exception occurred during: after :each
File.executable? accepts an object that has a #to_path method ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/executable_spec.rb:4:in `<main>'
26)
An exception occurred during: after :each
File.executable? raises an ArgumentError if not passed one argument ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/executable_spec.rb:4:in `<main>'
27)
An exception occurred during: after :each
File.executable? raises a TypeError if not passed a String type ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/executable_spec.rb:4:in `<main>'
28)
An exception occurred during: after :each
File.executable? returns false if the file does not exist ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/executable_spec.rb:4:in `<main>'
29)
File.ftype returns 'socket' when the file is a socket ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/130-ftype_socket.socket
/Users/watson/src/macruby-master/spec/frozen/core/file/fixtures/file_types.rb:59:in `socket'
/Users/watson/src/macruby-master/spec/frozen/core/file/ftype_spec.rb:62:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/ftype_spec.rb:4:in `<main>'
30)
An exception occurred during: before :each
File.identical? returns true for a file and its link ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/136-file_identical.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/identical.rb:10:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/identical_spec.rb:4:in `<main>'
31)
An exception occurred during: before :each
File.identical? accepts an object that has a #to_path method ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/139-file_identical.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/identical.rb:10:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/identical_spec.rb:4:in `<main>'
32)
An exception occurred during: before :each
File.identical? raises an ArgumentError if not passed two arguments ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/142-file_identical.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/identical.rb:10:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/identical_spec.rb:4:in `<main>'
33)
An exception occurred during: before :each
File.identical? raises a TypeError if not passed String types ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/145-file_identical.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/identical.rb:10:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/identical_spec.rb:4:in `<main>'
34)
An exception occurred during: before :each
File.identical? returns true if both named files are identical ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/148-file_identical.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/identical.rb:10:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/identical_spec.rb:4:in `<main>'
35)
An exception occurred during: before :each
File.lchmod changes the file mode of the link and not of the file ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/150-file_chmod_test.lnk
/Users/watson/src/macruby-master/spec/frozen/core/file/lchmod_spec.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/lchmod_spec.rb:3:in `<main>'
36)
An exception occurred during: before :each
File.link link a file with another ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/152-file_link.lnk
/Users/watson/src/macruby-master/spec/frozen/core/file/link_spec.rb:8:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/link_spec.rb:3:in `<main>'
37)
An exception occurred during: before :each
File.link raises an Errno::EEXIST if the target already exists ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/154-file_link.lnk
/Users/watson/src/macruby-master/spec/frozen/core/file/link_spec.rb:8:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/link_spec.rb:3:in `<main>'
38)
An exception occurred during: before :each
File.link raises an ArgumentError if not passed two arguments ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/156-file_link.lnk
/Users/watson/src/macruby-master/spec/frozen/core/file/link_spec.rb:8:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/link_spec.rb:3:in `<main>'
39)
An exception occurred during: before :each
File.link raises a TypeError if not passed String types ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/158-file_link.lnk
/Users/watson/src/macruby-master/spec/frozen/core/file/link_spec.rb:8:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/link_spec.rb:3:in `<main>'
40)
File.lstat returns a File::Stat object if the given file exists FAILED
Expected true to equal false
/Users/watson/src/macruby-master/spec/frozen/core/file/shared/stat.rb:16:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/lstat_spec.rb:4:in `<main>'
41)
File.lstat returns a File::Stat objecw when called on an instance of File FAILED
Expected true to equal false
/Users/watson/src/macruby-master/spec/frozen/core/file/shared/stat.rb:31:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/shared/stat.rb:27:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/lstat_spec.rb:4:in `<main>'
42)
An exception occurred during: after :each
File.lstat returns a File::Stat object with symlink properties for a symlink ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/core/file/lstat_spec.rb:18:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/lstat_spec.rb:8:in `<main>'
43)
File.mtime returns the modification Time of the file ERROR
TypeError: no implicit conversion to float from nil
/Users/watson/src/macruby-master/spec/frozen/core/file/mtime_spec.rb:15:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/mtime_spec.rb:3:in `<main>'
44)
An exception occurred during: before :all ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/core/file/open_spec.rb:9:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/open_spec.rb:5:in `<main>'
45)
An exception occurred during: before :all ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/core/file/open_spec.rb:9:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/open_spec.rb:5:in `<main>'
46)
An exception occurred during: after :each
File.path returns the full path for the given file ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/195-file_path
/Users/watson/src/macruby-master/spec/frozen/core/file/path_spec.rb:23:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/path_spec.rb:17:in `<main>'
47)
An exception occurred during: after :each
File.readable_real? returns false if the file does not exist ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/200-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/readable_real.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/readable_real_spec.rb:4:in `<main>'
48)
An exception occurred during: after :each
File.readable? accepts an object that has a #to_path method ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/202-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/readable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/readable_spec.rb:4:in `<main>'
49)
An exception occurred during: after :each
File.readable? returns false if the file does not exist ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/203-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/readable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/readable_spec.rb:4:in `<main>'
50)
An exception occurred during: before :each
File.readlink return the name of the file referenced by the given link ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/205-file_readlink.lnk
/Users/watson/src/macruby-master/spec/frozen/core/file/readlink_spec.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/readlink_spec.rb:3:in `<main>'
51)
An exception occurred during: before :each
File.readlink raises an Errno::ENOENT if called with an invalid argument ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/207-file_readlink.lnk
/Users/watson/src/macruby-master/spec/frozen/core/file/readlink_spec.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/readlink_spec.rb:3:in `<main>'
52)
An exception occurred during: before :each
File.rename renames a file ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/209-file_rename.new
/Users/watson/src/macruby-master/spec/frozen/core/file/rename_spec.rb:8:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/rename_spec.rb:3:in `<main>'
53)
An exception occurred during: before :each
File.rename raises an Errno::ENOENT if the source does not exist ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/211-file_rename.new
/Users/watson/src/macruby-master/spec/frozen/core/file/rename_spec.rb:8:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/rename_spec.rb:3:in `<main>'
54)
An exception occurred during: before :each
File.rename raises an ArgumentError if not passed two arguments ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/213-file_rename.new
/Users/watson/src/macruby-master/spec/frozen/core/file/rename_spec.rb:8:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/rename_spec.rb:3:in `<main>'
55)
An exception occurred during: before :each
File.rename raises a TypeError if not passed String types ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/215-file_rename.new
/Users/watson/src/macruby-master/spec/frozen/core/file/rename_spec.rb:8:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/rename_spec.rb:3:in `<main>'
56)
An exception occurred during: after :each
File.setgid? returns false if the file does not exist ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/219-test.txt
/Users/watson/src/macruby-master/spec/frozen/core/file/setgid_spec.rb:15:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/setgid_spec.rb:8:in `<main>'
57)
An exception occurred during: after :each
File.setuid? returns false if the file does not exist ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/222-test.txt
/Users/watson/src/macruby-master/spec/frozen/core/file/setuid_spec.rb:15:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/setuid_spec.rb:8:in `<main>'
58)
File.size? returns the size of the file if it exists and is not empty FAILED
Expected nil to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:12:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:4:in `<main>'
59)
File.size? accepts a String-like (to_str) parameter FAILED
Expected nil to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:19:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:4:in `<main>'
60)
File.size? accepts an object that has a #to_path method FAILED
Expected nil to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:24:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:4:in `<main>'
61)
File.size? calls #to_io to convert the argument to an IO FAILED
Expected nil to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:45:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:8:in `<main>'
62)
An exception occurred during: before :each
File.size? returns nil if file_name doesn't exist or has 0 size ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/228-i_dont_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:69:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:12:in `<main>'
63)
File.size? accepts a File argument FAILED
Expected nil to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:123:in `block'
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:122:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:20:in `<main>'
64)
File.size returns the size of the file if it exists and is not empty FAILED
Expected 0 to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:12:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:24:in `<main>'
65)
File.size accepts a String-like (to_str) parameter FAILED
Expected 0 to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:19:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:24:in `<main>'
66)
File.size accepts an object that has a #to_path method FAILED
Expected 0 to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:24:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:24:in `<main>'
67)
File.size calls #to_io to convert the argument to an IO FAILED
Expected 0 to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:45:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:28:in `<main>'
68)
An exception occurred during: before :each
File.size raises an error if file_name doesn't exist ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/235-i_dont_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:53:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:32:in `<main>'
69)
File.size accepts a File argument FAILED
Expected 0 to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:123:in `block'
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:122:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:40:in `<main>'
70)
File#size returns the file's size in bytes FAILED
Expected 0 to equal 8
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:45:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:44:in `<main>'
71)
File#size returns the cached size of the file if subsequently deleted FAILED
Expected 0 to equal 8
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:74:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:45:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:44:in `<main>'
72)
An exception occurred during: after :each
File#size returns the cached size of the file if subsequently deleted ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/241-i_exist
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:56:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:45:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:44:in `<main>'
73)
File#size returns the file's current size even if modified FAILED
Expected 1 to equal 9
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:80:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:45:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:44:in `<main>'
74)
File#size follows symlinks if necessary ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/245-i_exist_ln
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:91:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:45:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/size_spec.rb:44:in `<main>'
75)
File::Stat#blocks returns the blocks of a File::Stat object FAILED
Expected 0 to be greater than 0
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/blocks_spec.rb:16:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/blocks_spec.rb:3:in `<main>'
76)
An exception occurred during: after :each
File::Stat#<=> is able to compare files by the same modification times ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/comparison_spec.rb:14:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/comparison_spec.rb:3:in `<main>'
77)
An exception occurred during: after :each
File::Stat#<=> is able to compare files by different modification times ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/comparison_spec.rb:14:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/comparison_spec.rb:3:in `<main>'
78)
An exception occurred during: after :each
File::Stat#<=> includes Comparable and #== shows mtime equality between two File::Stat objects ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/comparison_spec.rb:14:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/comparison_spec.rb:3:in `<main>'
79)
An exception occurred during: after :each
File::Stat#directory? return true if the argument is a directory ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/directory_spec.rb:5:in `<main>'
80)
An exception occurred during: after :each
File::Stat#directory? returns false if the argument is not a directory ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/directory_spec.rb:5:in `<main>'
81)
An exception occurred during: after :each
File::Stat#directory? accepts an object that has a #to_path method ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/directory_spec.rb:5:in `<main>'
82)
An exception occurred during: after :each
File::Stat#directory? raises a TypeError when passed an Integer ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/directory_spec.rb:5:in `<main>'
83)
An exception occurred during: after :each
File::Stat#directory? raises a TypeError when passed nil ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/directory_spec.rb:5:in `<main>'
84)
An exception occurred during: after :each
File::Stat#executable_real? returns true if the file its an executable ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/executable_real_spec.rb:5:in `<main>'
85)
An exception occurred during: after :each
File::Stat#executable_real? accepts an object that has a #to_path method ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/executable_real_spec.rb:5:in `<main>'
86)
An exception occurred during: after :each
File::Stat#executable_real? returns true if named file is readable by the real user id of the process, otherwise false ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/executable_real_spec.rb:5:in `<main>'
87)
An exception occurred during: after :each
File::Stat#executable_real? raises an ArgumentError if not passed one argument ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/executable_real_spec.rb:5:in `<main>'
88)
An exception occurred during: after :each
File::Stat#executable_real? raises a TypeError if not passed a String type ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/executable_real_spec.rb:5:in `<main>'
89)
An exception occurred during: after :each
File::Stat#executable? returns true if named file is executable by the effective user id of the process, otherwise false ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/executable_spec.rb:5:in `<main>'
90)
An exception occurred during: after :each
File::Stat#executable? return true if the argument is an executable file ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/executable_spec.rb:5:in `<main>'
91)
An exception occurred during: after :each
File::Stat#executable? accepts an object that has a #to_path method ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/executable_spec.rb:5:in `<main>'
92)
An exception occurred during: after :each
File::Stat#executable? raises an ArgumentError if not passed one argument ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/executable_spec.rb:5:in `<main>'
93)
An exception occurred during: after :each
File::Stat#executable? raises a TypeError if not passed a String type ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/executable_spec.rb:5:in `<main>'
94)
File::Stat#ftype returns 'socket' when the file is a socket ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/297-ftype_socket.socket
/Users/watson/src/macruby-master/spec/frozen/core/file/fixtures/file_types.rb:59:in `socket'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/ftype_spec.rb:54:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/ftype_spec.rb:4:in `<main>'
95)
An exception occurred during: after :each
File::Stat#nlink returns the number of links to a file ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/nlink_spec.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/nlink_spec.rb:3:in `<main>'
96)
An exception occurred during: after :each
File::Stat#readable? accepts an object that has a #to_path method ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/320-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/readable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/readable_spec.rb:5:in `<main>'
97)
File::Stat.size? returns the size of the file if it exists and is not empty FAILED
Expected nil to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:12:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/size_spec.rb:5:in `<main>'
98)
File::Stat.size? accepts a String-like (to_str) parameter FAILED
Expected nil to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:19:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/size_spec.rb:5:in `<main>'
99)
File::Stat.size? accepts an object that has a #to_path method FAILED
Expected nil to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:24:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/size_spec.rb:5:in `<main>'
100)
File::Stat.size returns the size of the file if it exists and is not empty FAILED
Expected 0 to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:12:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/size_spec.rb:10:in `<main>'
101)
File::Stat.size accepts a String-like (to_str) parameter FAILED
Expected 0 to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:19:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/size_spec.rb:10:in `<main>'
102)
File::Stat.size accepts an object that has a #to_path method FAILED
Expected 0 to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:24:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/size_spec.rb:10:in `<main>'
103)
An exception occurred during: before :each
File::Stat#symlink? returns true if the file is a link ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/338-test.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/symlink.rb:6:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/symlink_spec.rb:5:in `<main>'
104)
An exception occurred during: before :each
File::Stat#symlink? accepts an object that has a #to_path method ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/340-test.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/symlink.rb:6:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/symlink_spec.rb:5:in `<main>'
105)
An exception occurred during: after :each
File::Stat#writable_real? raises an ArgumentError if not passed one argument ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/356-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/writable_real.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/writable_real_spec.rb:5:in `<main>'
106)
An exception occurred during: after :each
File::Stat#writable_real? raises a TypeError if not passed a String type ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/357-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/writable_real.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/writable_real_spec.rb:5:in `<main>'
107)
An exception occurred during: after :each
File::Stat#zero? returns true if the file is empty ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/zero_spec.rb:5:in `<main>'
108)
File::Stat#zero? returns false if the file is not empty FAILED
Expected true to equal false
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:21:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/zero_spec.rb:5:in `<main>'
109)
An exception occurred during: after :each
File::Stat#zero? returns false if the file is not empty ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/zero_spec.rb:5:in `<main>'
110)
An exception occurred during: after :each
File::Stat#zero? accepts an object that has a #to_path method ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/zero_spec.rb:5:in `<main>'
111)
An exception occurred during: after :each
File::Stat#zero? returns true for /dev/null ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/zero_spec.rb:5:in `<main>'
112)
An exception occurred during: after :each
File::Stat#zero? raises an ArgumentError if not passed one argument ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/zero_spec.rb:5:in `<main>'
113)
An exception occurred during: after :each
File::Stat#zero? raises a TypeError if not passed a String type ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/zero_spec.rb:5:in `<main>'
114)
An exception occurred during: after :each
File::Stat#zero? returns true inside a block opening a file if it is empty ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/zero_spec.rb:5:in `<main>'
115)
An exception occurred during: after :each
File::Stat#zero? returns false for a directory ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat/zero_spec.rb:5:in `<main>'
116)
File.stat returns a File::Stat object if the given file exists FAILED
Expected true to equal false
/Users/watson/src/macruby-master/spec/frozen/core/file/shared/stat.rb:16:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat_spec.rb:4:in `<main>'
117)
File.stat returns a File::Stat objecw when called on an instance of File FAILED
Expected true to equal false
/Users/watson/src/macruby-master/spec/frozen/core/file/shared/stat.rb:31:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/shared/stat.rb:27:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat_spec.rb:4:in `<main>'
118)
File.stat returns information for a file that has been deleted but is still open ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/core/file/stat_spec.rb:23:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat_spec.rb:22:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat_spec.rb:8:in `<main>'
119)
An exception occurred during: after :each
File.stat returns information for a file that has been deleted but is still open ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/core/file/stat_spec.rb:18:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat_spec.rb:8:in `<main>'
120)
An exception occurred during: after :each
File.stat returns a File::Stat object with file properties for a symlink ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/core/file/stat_spec.rb:18:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/stat_spec.rb:8:in `<main>'
121)
An exception occurred during: before :each
File.symlink create a symlink between a source and target file ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/388-file_symlink.lnk
/Users/watson/src/macruby-master/spec/frozen/core/file/symlink_spec.rb:9:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/symlink_spec.rb:4:in `<main>'
122)
An exception occurred during: before :each
File.symlink create a symbolic link ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/390-file_symlink.lnk
/Users/watson/src/macruby-master/spec/frozen/core/file/symlink_spec.rb:9:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/symlink_spec.rb:4:in `<main>'
123)
An exception occurred during: before :each
File.symlink accepts args that have #to_path methods ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/392-file_symlink.lnk
/Users/watson/src/macruby-master/spec/frozen/core/file/symlink_spec.rb:9:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/symlink_spec.rb:4:in `<main>'
124)
An exception occurred during: before :each
File.symlink raises an Errno::EEXIST if the target already exists ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/394-file_symlink.lnk
/Users/watson/src/macruby-master/spec/frozen/core/file/symlink_spec.rb:9:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/symlink_spec.rb:4:in `<main>'
125)
An exception occurred during: before :each
File.symlink raises an ArgumentError if not called with two arguments ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/396-file_symlink.lnk
/Users/watson/src/macruby-master/spec/frozen/core/file/symlink_spec.rb:9:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/symlink_spec.rb:4:in `<main>'
126)
An exception occurred during: before :each
File.symlink raises a TypeError if not called with String types ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/398-file_symlink.lnk
/Users/watson/src/macruby-master/spec/frozen/core/file/symlink_spec.rb:9:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/symlink_spec.rb:4:in `<main>'
127)
An exception occurred during: before :each
File.symlink? returns true if the file is a link ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/400-test.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/symlink.rb:6:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/symlink_spec.rb:53:in `<main>'
128)
An exception occurred during: before :each
File.symlink? accepts an object that has a #to_path method ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/402-test.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/symlink.rb:6:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/symlink_spec.rb:53:in `<main>'
129)
An exception occurred during: before :each
File.symlink? returns false if the file does not exist ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/404-test.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/symlink.rb:34:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/symlink_spec.rb:57:in `<main>'
130)
File.truncate truncates a file FAILED
Expected 0 to equal 10
/Users/watson/src/macruby-master/spec/frozen/core/file/truncate_spec.rb:14:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/truncate_spec.rb:3:in `<main>'
131)
File.truncate truncate a file size to 5 FAILED
Expected 0 to equal 10
/Users/watson/src/macruby-master/spec/frozen/core/file/truncate_spec.rb:31:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/truncate_spec.rb:3:in `<main>'
132)
File.truncate truncates to a larger file size than the original file FAILED
Expected "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
to equal "1234567890\x00\x00"
/Users/watson/src/macruby-master/spec/frozen/core/file/truncate_spec.rb:40:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/truncate_spec.rb:3:in `<main>'
133)
File.truncate truncates to the same size as the original file FAILED
Expected 0 to equal 10
/Users/watson/src/macruby-master/spec/frozen/core/file/truncate_spec.rb:45:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/truncate_spec.rb:3:in `<main>'
134)
An exception occurred during: after :each
File.utime sets the access and modification time of each file ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/core/file/utime_spec.rb:14:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/utime_spec.rb:3:in `<main>'
135)
An exception occurred during: after :each
File.utime accepts an object that has a #to_path method ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/core/file/utime_spec.rb:14:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/utime_spec.rb:3:in `<main>'
136)
An exception occurred during: after :each
File.writable_real? raises an ArgumentError if not passed one argument ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/457-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/writable_real.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/writable_real_spec.rb:4:in `<main>'
137)
An exception occurred during: after :each
File.writable_real? raises a TypeError if not passed a String type ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/458-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/writable_real.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/writable_real_spec.rb:4:in `<main>'
138)
An exception occurred during: after :each
File.writable_real? returns false if the file does not exist ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/459-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/writable_real.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/writable_real_spec.rb:4:in `<main>'
139)
An exception occurred during: after :each
File.writable? returns false if the file does not exist ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/462-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/writable.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/writable_spec.rb:4:in `<main>'
140)
An exception occurred during: after :each
File.zero? returns true if the file is empty ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/zero_spec.rb:4:in `<main>'
141)
File.zero? returns false if the file is not empty FAILED
Expected true to equal false
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:21:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/zero_spec.rb:4:in `<main>'
142)
An exception occurred during: after :each
File.zero? returns false if the file is not empty ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/zero_spec.rb:4:in `<main>'
143)
An exception occurred during: after :each
File.zero? accepts an object that has a #to_path method ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/zero_spec.rb:4:in `<main>'
144)
An exception occurred during: after :each
File.zero? returns true for /dev/null ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/zero_spec.rb:4:in `<main>'
145)
An exception occurred during: after :each
File.zero? raises an ArgumentError if not passed one argument ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/zero_spec.rb:4:in `<main>'
146)
An exception occurred during: after :each
File.zero? raises a TypeError if not passed a String type ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/zero_spec.rb:4:in `<main>'
147)
An exception occurred during: after :each
File.zero? returns true inside a block opening a file if it is empty ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/zero_spec.rb:4:in `<main>'
148)
An exception occurred during: after :each
File.zero? returns false for a directory ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/zero_spec.rb:4:in `<main>'
149)
An exception occurred during: after :each
File.zero? returns false if the file does not exist ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/file/zero_spec.rb:4:in `<main>'
150)
An exception occurred during: after :each
FileTest.directory? return true if the argument is a directory ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/directory_spec.rb:4:in `<main>'
151)
An exception occurred during: after :each
FileTest.directory? returns false if the argument is not a directory ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/directory_spec.rb:4:in `<main>'
152)
An exception occurred during: after :each
FileTest.directory? accepts an object that has a #to_path method ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/directory_spec.rb:4:in `<main>'
153)
An exception occurred during: after :each
FileTest.directory? raises a TypeError when passed an Integer ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/directory_spec.rb:4:in `<main>'
154)
An exception occurred during: after :each
FileTest.directory? raises a TypeError when passed nil ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:11:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/directory_spec.rb:4:in `<main>'
155)
An exception occurred during: after :each
FileTest.directory? returns false if the argument is an IO that's not a directory ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:48:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/directory_spec.rb:8:in `<main>'
156)
An exception occurred during: after :each
FileTest.directory? return true if the argument is an IO that is a directory ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:48:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/directory_spec.rb:8:in `<main>'
157)
An exception occurred during: after :each
FileTest.directory? calls #to_io to convert a non-IO object ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/directory.rb:48:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/directory_spec.rb:8:in `<main>'
158)
An exception occurred during: after :each
FileTest.executable_real? returns true if the file its an executable ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/executable_real_spec.rb:4:in `<main>'
159)
An exception occurred during: after :each
FileTest.executable_real? accepts an object that has a #to_path method ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/executable_real_spec.rb:4:in `<main>'
160)
An exception occurred during: after :each
FileTest.executable_real? returns true if named file is readable by the real user id of the process, otherwise false ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/executable_real_spec.rb:4:in `<main>'
161)
An exception occurred during: after :each
FileTest.executable_real? raises an ArgumentError if not passed one argument ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/executable_real_spec.rb:4:in `<main>'
162)
An exception occurred during: after :each
FileTest.executable_real? raises a TypeError if not passed a String type ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/executable_real_spec.rb:4:in `<main>'
163)
An exception occurred during: after :each
FileTest.executable_real? returns false if the file does not exist ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable_real.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/executable_real_spec.rb:4:in `<main>'
164)
An exception occurred during: after :each
FileTest.executable? returns true if named file is executable by the effective user id of the process, otherwise false ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/executable_spec.rb:4:in `<main>'
165)
An exception occurred during: after :each
FileTest.executable? return true if the argument is an executable file ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/executable_spec.rb:4:in `<main>'
166)
An exception occurred during: after :each
FileTest.executable? accepts an object that has a #to_path method ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/executable_spec.rb:4:in `<main>'
167)
An exception occurred during: after :each
FileTest.executable? raises an ArgumentError if not passed one argument ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/executable_spec.rb:4:in `<main>'
168)
An exception occurred during: after :each
FileTest.executable? raises a TypeError if not passed a String type ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/executable_spec.rb:4:in `<main>'
169)
An exception occurred during: after :each
FileTest.executable? returns false if the file does not exist ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/executable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/executable_spec.rb:4:in `<main>'
170)
An exception occurred during: before :each
FileTest.identical? returns true for a file and its link ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/531-file_identical.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/identical.rb:10:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/identical_spec.rb:4:in `<main>'
171)
An exception occurred during: before :each
FileTest.identical? accepts an object that has a #to_path method ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/534-file_identical.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/identical.rb:10:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/identical_spec.rb:4:in `<main>'
172)
An exception occurred during: before :each
FileTest.identical? raises an ArgumentError if not passed two arguments ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/537-file_identical.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/identical.rb:10:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/identical_spec.rb:4:in `<main>'
173)
An exception occurred during: before :each
FileTest.identical? raises a TypeError if not passed String types ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/540-file_identical.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/identical.rb:10:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/identical_spec.rb:4:in `<main>'
174)
An exception occurred during: before :each
FileTest.identical? returns true if both named files are identical ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/543-file_identical.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/identical.rb:10:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/identical_spec.rb:4:in `<main>'
175)
An exception occurred during: after :each
FileTest.readable_real? returns false if the file does not exist ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/546-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/readable_real.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/readable_real_spec.rb:4:in `<main>'
176)
An exception occurred during: after :each
FileTest.readable? accepts an object that has a #to_path method ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/548-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/readable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/readable_spec.rb:4:in `<main>'
177)
An exception occurred during: after :each
FileTest.readable? returns false if the file does not exist ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/549-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/readable.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/readable_spec.rb:4:in `<main>'
178)
FileTest.size? returns the size of the file if it exists and is not empty FAILED
Expected nil to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:12:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/size_spec.rb:4:in `<main>'
179)
FileTest.size? accepts a String-like (to_str) parameter FAILED
Expected nil to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:19:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/size_spec.rb:4:in `<main>'
180)
FileTest.size? accepts an object that has a #to_path method FAILED
Expected nil to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:24:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/size_spec.rb:4:in `<main>'
181)
An exception occurred during: before :each
FileTest.size? returns nil if file_name doesn't exist or has 0 size ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/553-i_dont_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:69:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/size_spec.rb:8:in `<main>'
182)
FileTest.size? accepts a File argument FAILED
Expected nil to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:123:in `block'
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:122:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/size_spec.rb:16:in `<main>'
183)
FileTest.size returns the size of the file if it exists and is not empty FAILED
Expected 0 to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:12:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/size_spec.rb:20:in `<main>'
184)
FileTest.size accepts a String-like (to_str) parameter FAILED
Expected 0 to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:19:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/size_spec.rb:20:in `<main>'
185)
FileTest.size accepts an object that has a #to_path method FAILED
Expected 0 to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:24:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/size_spec.rb:20:in `<main>'
186)
An exception occurred during: before :each
FileTest.size raises an error if file_name doesn't exist ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/559-i_dont_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:53:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/size_spec.rb:24:in `<main>'
187)
FileTest.size accepts a File argument FAILED
Expected 0 to equal 8
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:123:in `block'
/Users/watson/src/macruby-master/spec/frozen/shared/file/size.rb:122:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/size_spec.rb:32:in `<main>'
188)
An exception occurred during: before :each
FileTest.symlink? returns true if the file is a link ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/564-test.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/symlink.rb:6:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/symlink_spec.rb:4:in `<main>'
189)
An exception occurred during: before :each
FileTest.symlink? accepts an object that has a #to_path method ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/566-test.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/symlink.rb:6:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/symlink_spec.rb:4:in `<main>'
190)
An exception occurred during: before :each
FileTest.symlink? returns false if the file does not exist ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/568-test.lnk
/Users/watson/src/macruby-master/spec/frozen/shared/file/symlink.rb:34:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/symlink_spec.rb:8:in `<main>'
191)
An exception occurred during: after :each
FileTest.writable_real? raises an ArgumentError if not passed one argument ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/571-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/writable_real.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/writable_real_spec.rb:4:in `<main>'
192)
An exception occurred during: after :each
FileTest.writable_real? raises a TypeError if not passed a String type ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/572-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/writable_real.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/writable_real_spec.rb:4:in `<main>'
193)
An exception occurred during: after :each
FileTest.writable_real? returns false if the file does not exist ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/573-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/writable_real.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/writable_real_spec.rb:4:in `<main>'
194)
An exception occurred during: after :each
FileTest.writable? returns false if the file does not exist ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/576-i_exist
/Users/watson/src/macruby-master/spec/frozen/shared/file/writable.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/writable_spec.rb:4:in `<main>'
195)
An exception occurred during: after :each
FileTest.zero? returns true if the file is empty ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/zero_spec.rb:4:in `<main>'
196)
FileTest.zero? returns false if the file is not empty FAILED
Expected true to equal false
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:21:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/zero_spec.rb:4:in `<main>'
197)
An exception occurred during: after :each
FileTest.zero? returns false if the file is not empty ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/zero_spec.rb:4:in `<main>'
198)
An exception occurred during: after :each
FileTest.zero? accepts an object that has a #to_path method ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/zero_spec.rb:4:in `<main>'
199)
An exception occurred during: after :each
FileTest.zero? returns true for /dev/null ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/zero_spec.rb:4:in `<main>'
200)
An exception occurred during: after :each
FileTest.zero? raises an ArgumentError if not passed one argument ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/zero_spec.rb:4:in `<main>'
201)
An exception occurred during: after :each
FileTest.zero? raises a TypeError if not passed a String type ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/zero_spec.rb:4:in `<main>'
202)
An exception occurred during: after :each
FileTest.zero? returns true inside a block opening a file if it is empty ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/zero_spec.rb:4:in `<main>'
203)
An exception occurred during: after :each
FileTest.zero? returns false for a directory ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/zero_spec.rb:4:in `<main>'
204)
An exception occurred during: after :each
FileTest.zero? returns false if the file does not exist ERROR
TypeError: can't convert Symbol into String
/Users/watson/src/macruby-master/spec/frozen/shared/file/zero.rb:13:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/filetest/zero_spec.rb:4:in `<main>'
205)
Kernel#open opens a file when called with a block FAILED
Expected nil to equal "This is a test"
/Users/watson/src/macruby-master/spec/frozen/core/kernel/open_spec.rb:28:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/open_spec.rb:4:in `<main>'
206)
An exception occurred during: before :each
Kernel.putc raises an TypeError when passed nil ERROR
Errno::EBADF: Bad file descriptor
/Users/watson/src/macruby-master/spec/frozen/core/kernel/putc_spec.rb:14:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/putc_spec.rb:11:in `<main>'
207)
An exception occurred during: before :each
Kernel.spawn executes the given command ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/639-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
208)
An exception occurred during: before :each
Kernel.spawn executes the given command as a new process ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/640-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
209)
An exception occurred during: before :each
Kernel.spawn returns the process ID of the new process as a Fixnum ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/641-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
210)
An exception occurred during: before :each
Kernel.spawn returns immediately ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/642-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
211)
An exception occurred during: before :each
Kernel.spawn sets the child's environment variables according to a supplied hash ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/643-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
212)
An exception occurred during: before :each
Kernel.spawn joins the current process group by default ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/644-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
213)
An exception occurred during: before :each
Kernel.spawn joins a new process group if :pgroup => true ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/645-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
214)
An exception occurred during: before :each
Kernel.spawn uses the current working directory as its working directory ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/646-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
215)
An exception occurred during: before :each
Kernel.spawn uses the given working directory if :chdir => dir is supplied ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/647-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
216)
An exception occurred during: before :each
Kernel.spawn redirects STDOUT to the given file descriptior if :out => Fixnum ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/648-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
217)
An exception occurred during: before :each
Kernel.spawn redirects STDOUT to the given file if :out => String ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/649-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
218)
An exception occurred during: before :each
Kernel.spawn redirects STDOUT to the given file if :out => IO ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/650-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
219)
An exception occurred during: before :each
Kernel.spawn redirects STDERR to the given file descriptior if :err => Fixnum ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/651-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
220)
An exception occurred during: before :each
Kernel.spawn redirects STDERR to the given file if :err => String ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/652-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
221)
An exception occurred during: before :each
Kernel.spawn redirects STDERR to the given file descriptor if :err => IO ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/653-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
222)
An exception occurred during: before :each
Kernel.spawn redirects both STDERR and STDOUT to the given file descriptior ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/654-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
223)
An exception occurred during: before :each
Kernel.spawn does NOT redirect both STDERR and STDOUT at the time to the given name ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/655-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
224)
An exception occurred during: before :each
Kernel.spawn redirects both STDERR and STDOUT to the given IO ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/656-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
225)
An exception occurred during: before :each
Kernel.spawn generates a process of a command based on the given set of strings, regarding the first as the command and the others as the arguments ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/657-kernel_spawn.txt
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:4:in `block'
/Users/watson/src/macruby-master/spec/frozen/core/kernel/spawn_spec.rb:3:in `<main>'
226)
Module#ancestors has 1 entry per module or class FAILED
Expected [ModuleSpecs::Parent, NSObject, LangModuleSpecInObject, ConstantSpecs::ModuleA, FileUtils::StreamUtils_, FileUtils, FileUtils::StreamUtils_, RakeFileUtils, FileUtils, FileUtils::StreamUtils_, FileUtils::StreamUtils_, Kernel]
to equal [ModuleSpecs::Parent, NSObject, LangModuleSpecInObject, ConstantSpecs::ModuleA, FileUtils::StreamUtils_, FileUtils, RakeFileUtils, Kernel]
/Users/watson/src/macruby-master/spec/frozen/core/module/ancestors_spec.rb:4:in `<main>'
227)
An exception occurred during: after :each
YAML.dump returns a string containing dumped YAML when no io provided ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/dump_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/dump_spec.rb:5:in `<main>'
228)
An exception occurred during: after :each
YAML.dump returns the same string that #to_yaml on objects ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/dump_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/dump_spec.rb:5:in `<main>'
229)
An exception occurred during: after :each
YAML.dump dumps strings into YAML strings ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/dump_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/dump_spec.rb:5:in `<main>'
230)
An exception occurred during: after :each
YAML.dump dumps hashes into YAML key-values ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/dump_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/dump_spec.rb:5:in `<main>'
231)
An exception occurred during: after :each
YAML.dump dumps Arrays into YAML collection ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/dump_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/dump_spec.rb:5:in `<main>'
232)
An exception occurred during: after :each
YAML.load loads strings ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:5:in `<main>'
233)
An exception occurred during: after :each
YAML.load fails on invalid keys ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:5:in `<main>'
234)
An exception occurred during: after :each
YAML.load accepts symbols ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:5:in `<main>'
235)
An exception occurred during: after :each
YAML.load accepts numbers ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:5:in `<main>'
236)
An exception occurred during: after :each
YAML.load accepts collections ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:5:in `<main>'
237)
An exception occurred during: after :each
YAML.load parses start markers ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:5:in `<main>'
238)
An exception occurred during: after :each
YAML.load works with block sequence shortcuts ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:5:in `<main>'
239)
An exception occurred during: after :each
YAML.load works on complex keys ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:5:in `<main>'
240)
An exception occurred during: after :each
YAML.load loads a symbol key that contains spaces ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:5:in `<main>'
241)
An exception occurred during: after :each
YAML.load with iso8601 timestamp computes the microseconds ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:5:in `<main>'
242)
An exception occurred during: after :each
YAML.load with iso8601 timestamp rounds values smaller than 1 usec to 0 ERROR
Errno::ENOENT: No such file or directory - /Users/watson/src/macruby-master/rubyspec_temp/733-yaml_test_file
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:7:in `block'
/Users/watson/src/macruby-master/spec/frozen/library/yaml/load_spec.rb:5:in `<main>'
Finished in 356.478608 seconds
3337 files, 14598 examples, 57166 expectations, 42 failures, 200 errors
-----------------------------------------------------
The rubyspec temp directory is not empty. Ensure that
all specs are cleaning up temporary files.
-----------------------------------------------------
rake aborted!
Command failed with status (1): [./mspec/bin/mspec ci -B ./spec/macruby.msp...]
Tasks: TOP => spec:ci
(See full trace by running task with --trace)
$ macruby -v
MacRuby 0.11 (ruby 1.9.2) [universal-darwin11.0, x86_64]
$ which macruby
/usr/local/bin/macruby