COMMIT In Ruby CAPI "true" is Qtrue, not int 1, http://github.com/rubyspec/rubyspec/commit/bb9ccf087ad415bd59059e35cc41d512d325a6c1 COMMIT Clean warnings: ISO C90 forbids mixed declarations and code http://github.com/rubyspec/rubyspec/commit/80c50e606cff999e2c01fbd2475cefd46f091eb5 COMMIT Add missing return. http://github.com/rubyspec/rubyspec/commit/4f9c5954f94c4624595903bfe6767388d70483bb COMMIT More tweaks for capi/spec_helper.rb http://github.com/rubyspec/rubyspec/commit/58074e75834bd2c31d84750b1f37a73743e9b489 COMMIT A bunch of fixes for 1.9 running C-API specs. http://github.com/rubyspec/rubyspec/commit/66567befe708a1494d446d88f84bbcf01da3fa86 COMMIT Ignore our version.h file. http://github.com/rubyspec/rubyspec/commit/af2ab7e305cc0c00a9b410aee87a4f46f85f977a COMMIT Fixes to C-API spec_helper.rb. http://github.com/rubyspec/rubyspec/commit/9ae6b7ba74fd43c08dfae223086a722b2f4ca3a9 COMMIT Revert "Add arch_hdrdir for capi test for MRI." http://github.com/rubyspec/rubyspec/commit/79ed9ce9041dbe2ed4ec17de0b8d4edfce3aa99b COMMIT Some fixes and macros for C-API specs. http://github.com/rubyspec/rubyspec/commit/6eb2e4f56d37d2fc0a5aa8bba0cd986bfac21e96 COMMIT Revert "Don't define macros not in Ruby 1.9." http://github.com/rubyspec/rubyspec/commit/cf6238e62a92f5cfcc04b3fbc1dccbf837d7e161 COMMIT Revert "Define RARRAY_PTR and so on for Ruby 1.9." http://github.com/rubyspec/rubyspec/commit/8933c784d529f55b9ccee1edf0e77e59c166293c COMMIT Revert "Fix typo in the commit a5312c77." http://github.com/rubyspec/rubyspec/commit/404504635570833ffec7857cfa28e055b276b521 COMMIT add require for be_close_to_matrix. http://github.com/rubyspec/rubyspec/commit/badc09080ba112f2a603e4a44a514a2cb4797463 COMMIT require fiber for transfer method. http://github.com/rubyspec/rubyspec/commit/a36bda739e761cdf732d6a3885da6c116df0d8e5 COMMIT add require for file_read_directory. http://github.com/rubyspec/rubyspec/commit/92d1cb203993642fd212c2e3eaccd2a21800e780 COMMIT require libraries. http://github.com/rubyspec/rubyspec/commit/a473b21683b763559f437e4f2173b7ba1440a65f COMMIT require fixtures for DelegateSpecs. http://github.com/rubyspec/rubyspec/commit/914b7403eb1a5cb8461ea16a2b821fe7c90a2aa4 COMMIT require fixtures for IOSpecs. http://github.com/rubyspec/rubyspec/commit/622e969936f9e8b28e58fc53f9fb988e3f983895 =================================================================== +++ 20100815T081757 @@ 55412 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//rubyspec/library/delegate/delegator/case_compare_spec.rb Delegator#=== +- is delegated Finished in seconds @@ 55424 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//rubyspec/library/delegate/delegator/compare_spec.rb Delegator#<=> +- is delegated Finished in seconds @@ 55454 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//rubyspec/library/delegate/delegator/equal_spec.rb Delegator#equal? +- returns true only when compared with the delegator Finished in seconds @@ 55466 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//rubyspec/library/delegate/delegator/equal_value_spec.rb Delegator#== +- is delegated when passed self +- is delegated when passed the delegated object +- is delegated in general Finished in seconds @@ 55901 @@ + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//bin/ruby rubyspec/library/digest/sha1/file_spec.rb ruby +/var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//rubyspec/library/digest/sha1/file_spec.rb +Digest::SHA1.file - raises a Errno::EISDIR when passed a path that is a directory - raises a Errno::ENOENT when passed a path that does not exist - raises a TypeError when passed nil @@ 55998 @@ + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//bin/ruby rubyspec/library/digest/sha256/file_spec.rb ruby +/var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//rubyspec/library/digest/sha256/file_spec.rb +Digest::SHA256.file - raises a Errno::EISDIR when passed a path that is a directory - raises a Errno::ENOENT when passed a path that does not exist - raises a TypeError when passed nil @@ 56195 @@ + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//bin/ruby rubyspec/library/digest/sha384/file_spec.rb ruby +/var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//rubyspec/library/digest/sha384/file_spec.rb +Digest::SHA384.file - raises a Errno::EISDIR when passed a path that is a directory - raises a Errno::ENOENT when passed a path that does not exist - raises a TypeError when passed nil @@ 56392 @@ + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//bin/ruby rubyspec/library/digest/sha512/file_spec.rb ruby +/var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//rubyspec/library/digest/sha512/file_spec.rb +Digest::SHA512.file - raises a Errno::EISDIR when passed a path that is a directory - raises a Errno::ENOENT when passed a path that does not exist - raises a TypeError when passed nil @@ 56760 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.6-pth-o3//rubyspec/library/drb/stop_service_spec.rb DRb.stop_service +- should correctly clear the port so a new server can start Finished in seconds +1 file, 1 example, 30 expectations, 0 failures, 0 errors == rubyspec/library/drb/thread_spec.rb #