OlderDiff < 20110622T213216Z < ThisDiff > 20110624T213719Z > NewerDiff
COMMIT Avoid spec collision between language/for and core/module. COMMIT Expand spec for Enumerator.new with block COMMIT Add simple spec for -x command line arg. COMMIT Add a couple basic IO#readbyte specs (1.9) =================================================================== +++ 20110624T213719Z @@ 7729 @@ The -w command line option - sets $VERBOSE to true +/var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/command_line/dash_x_spec.rb +The -x command line option +- runs code after the first /#!.*ruby.*/-ish line in target file - needs to be reviewed for spec completeness /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/command_line/error_message_spec.rb @@ 22300 @@ Finished in <t> seconds 1 file, 1 example, <num> expectation, 0 failures, 0 errors +== rubyspec/command_line/dash_x_spec.rb # <time> ++ bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/bin/ruby rubyspec/command_line/dash_x_spec.rb ruby <version> +/var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/command_line/dash_x_spec.rb +The -x command line option +- runs code after the first /#!.*ruby.*/-ish line in target file - needs to be reviewed for spec completeness @@ 45181 @@ <n>) An exception occurred during: Mock.verify_count Process.setrlimit and Process.getrlimit coerces arguments to Integers FAILED +Mock '#<MockIntObject:0x<address> @calls=0, @value=4>' expected to receive 'to_int' at least 1 times but received it 0 times /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/mocks/mock.rb:110:in `verify_count' @@ 51656 @@ - can pass arguments to the thread block - raises an exception when not given a block - creates a subclass of thread calls super with a block in initialize +- calls #initialize and raises an error if super not used (FAILED - <n>) - calls and respects #initialize for the block to use <n>) +Thread.new calls #initialize and raises an error if super not used FAILED +Expected ThreadError but no exception was raised /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/expectations/should.rb:8:in `should' +/var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/thread/new_spec.rb:37 /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' +/var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/thread/new_spec.rb:21:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 51678 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe' +/var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/thread/new_spec.rb:4 /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 51693 @@ Finished in <t> seconds +1 file, 6 examples, <num> expectations, 1 failure, 0 errors exit 1 +failed(rubyspec/core/thread/new_spec.rb) == rubyspec/core/thread/pass_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/bin/ruby rubyspec/core/thread/pass_spec.rb ruby <version> =================================================================== --- 20110622T213216Z @@ 11903 @@ - doesn't check for the presence of the iterator method - uses the latest define iterator method - accepts a block -- ignores block if arg given /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/enumerator/next_spec.rb Enumerator#next @@ 30100 @@ - doesn't check for the presence of the iterator method - uses the latest define iterator method - accepts a block -- ignores block if arg given Finished in <t> seconds @@ 45167 @@ <n>) An exception occurred during: Mock.verify_count Process.setrlimit and Process.getrlimit coerces arguments to Integers FAILED -Mock '#<MockIntObject:0x<address> @calls=0, @value=18446744073709551615>' expected to receive 'to_int' at least 1 times but received it 0 times /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/mocks/mock.rb:110:in `verify_count' @@ 51642 @@ - can pass arguments to the thread block - raises an exception when not given a block - creates a subclass of thread calls super with a block in initialize -- calls #initialize and raises an error if super not used - calls and respects #initialize for the block to use
OlderDiff < 20110622T213216Z < ThisDiff > 20110624T213719Z > NewerDiff