COMMIT Added :launch flags for mspec to launch the target. http://github.com/rubyspec/mspec/commit/4c65ecbe81062f2ab01c26184745819bc0ab57c6 COMMIT Rewrote rb_scan_args specs. http://github.com/rubyspec/rubyspec/commit/69255c46b1f1a38d34a4f2bd258efe5aaccd5783 COMMIT Better RSTRING spec. http://github.com/rubyspec/rubyspec/commit/ffc05cd5e7e2304203ad3ab42983075b322e1acb COMMIT More better RARRAY specs. http://github.com/rubyspec/rubyspec/commit/af12a69ea531fed0c4d854072c9068aa5f2926c8 COMMIT Add spec for custom seperator with ** http://github.com/rubyspec/rubyspec/commit/c56ac8061ec7b3901352cc7a5cf0ea6d13f35318 COMMIT More rb_ary_delete_at specs. http://github.com/rubyspec/rubyspec/commit/4ab12fc473471bfc82d84a1f0fa84f3947b2854f COMMIT Clean up some C-API IO specs. http://github.com/rubyspec/rubyspec/commit/7082dd42864389d5b84c1a6935e2e2c3bee478f7 COMMIT More RUBYOPT specs and cleanup. http://github.com/rubyspec/rubyspec/commit/aceab7aba2336e730fa6e8c9fc774bc74b31a82c COMMIT Cleanup whitespace http://github.com/rubyspec/rubyspec/commit/1a889353b4d59ff3c52616b333336c8770c055c7 COMMIT Move specs of Object#instance_exec http://github.com/rubyspec/rubyspec/commit/c6687e80e28be5213e560320eb84b42e10c6b8e5 COMMIT Fixed Numeric#step specs. http://github.com/rubyspec/rubyspec/commit/9cdefce68edf9995322ddbfbce9dd2aa1f1780cb COMMIT Fixed whitespace in Numeric#step specs. http://github.com/rubyspec/rubyspec/commit/b5fb412137b11df4945e93c8e13d2fc134b43585 COMMIT Fixed Array() specs. http://github.com/rubyspec/rubyspec/commit/2636963d136d724192b6f5073e778e960910affc COMMIT Fixed Array#cycle specs. http://github.com/rubyspec/rubyspec/commit/f9f677416c68a7b04e1c8ea6ffceffe1413bf948 =================================================================== +++ 20110116T050722 @@ 19576 @@ /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//ruby/ext/bigdecimal/lib/bigdecimal/ludcmp.rb:: warning: shadowing outer local variable - i /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//ruby/ext/syslog/test.rb:: warning: shadowing outer local variable - param s: . +TestSystem#test_system: /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//tmp/ruby_script_tmp20110116-21930-14djsbm/ruby_script_tmp.21930:: warning: global variable `$zzz' not initialized s: . TestTCPSocket#test_encoding: s: . TestTCPSocket#test_recvfrom: s: . @@ 20232 @@ ) Failure: test_sin(DL::TestDL) [/var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//ruby/test/dl/test_dl2.rb:85]: +<0.000532999974763428> expected but was <0.999999682931835>. ) Failure: @@ 20784 @@ /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//rubyspec/core/array/cycle_spec.rb Array#cycle +- does not yield and returns nil when the array is empty +- does not yield and returns nil when passed 0 +- iterates the array 'count' times yielding each item to the block +- iterates indefinitely when not passed a count +- iterates indefinitely when passed nil +- does not rescue StopIteration when not passed a count +- does not rescue StopIteration when passed a count +- iterates the array Integer(count) times when passed a Float count +- calls #to_int to convert count to an Integer - raises a TypeError if #to_int does not return an Integer +- raises a TypeError if passed a String +- raises a TypeError if passed an Object +- raises a TypeError if passed true - raises a TypeError if passed false /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//rubyspec/core/array/delete_at_spec.rb @@ 24910 @@ /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//rubyspec/core/array/cycle_spec.rb Array#cycle +- does not yield and returns nil when the array is empty +- does not yield and returns nil when passed 0 +- iterates the array 'count' times yielding each item to the block +- iterates indefinitely when not passed a count +- iterates indefinitely when passed nil +- does not rescue StopIteration when not passed a count +- does not rescue StopIteration when passed a count +- iterates the array Integer(count) times when passed a Float count +- calls #to_int to convert count to an Integer - raises a TypeError if #to_int does not return an Integer +- raises a TypeError if passed a String +- raises a TypeError if passed an Object +- raises a TypeError if passed true - raises a TypeError if passed false @@ 30957 @@ Finished in seconds +1 file, 40 examples, 44 expectations, 0 failures, 0 errors == rubyspec/core/dir/entries_spec.rb #