ruby 1.8.8dev (2010-09-03) [powerpc-darwin9.8.0] [pth] (ppc-mac-mini) 808W KB1F0E failed(test-all CommandTimeout) 4failed(test/) rubyspec:69F58E

chkbuild summary recent last difference fulllog

OlderDiff < 20100902T235127Z < ThisDiff > 20100903T233450Z > NewerDiff

OLDREV 29153
NEWREV 29175
CHG ChangeLog	29152->29175
CHG NEWS	29144->29175
CHG intern.h	28764->29173
CHG parse.y	26737->29174
CHG version.h	29153->29172
ADD doc/ChangeLog-1.8.5	none->29175
ADD doc/ChangeLog-1.8.6	none->29175
ADD doc/ChangeLog-1.8.7	none->29175
ADD doc/NEWS-1.8.6	none->29175
ADD doc/NEWS-1.8.7	none->29175
COMMIT Add a spec for detect/find with failover proc on explicitly empty array.

===================================================================
+++ 20100903T233450Z
@@ 13 @@
 URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8
 ?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170?\227?\129?\174?\227?\131?\171?\227?\131?\188?\227?\131?\136: http://svn.ruby-lang.org/repos/ruby
 ?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170 UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e
+?\227?\131?\170?\227?\131?\147?\227?\130?\184?\227?\131?\167?\227?\131?\179: 29179
 ?\227?\131?\142?\227?\131?\188?\227?\131?\137?\231?\168?\174?\229?\136?\165: ?\227?\131?\135?\227?\130?\163?\227?\131?\172?\227?\130?\175?\227?\131?\136?\227?\131?\170
 ?\230?\186?\150?\229?\130?\153?\228?\184?\173?\227?\129?\174?\229?\135?\166?\231?\144?\134: ?\231?\137?\185?\227?\129?\171?\227?\129?\170?\227?\129?\151
+?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\232?\128?\133: knu
+?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\227?\131?\170?\227?\131?\147?\227?\130?\184?\227?\131?\167?\227?\131?\179: 29175
+?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\230?\151?\165?\230?\153?\130: 2010-09-03 17:25:47 +0900 (Fri, 03 Sep 2010)
 
 == autoconf # <time>
 + autoconf
@@ 7740 @@
 test_local_barrier(TestThread): .
 test_mutex_deadlock(TestThread): .
 test_mutex_fifo_like_lock(TestThread): .
+test_mutex_illegal_unlock(TestThread): .
 test_mutex_interrupt(TestThread): .
 test_mutex_synchronize(TestThread): .
 test_mutex_trylock(TestThread): .
@@ 7769 @@
 
 Finished in <t> seconds.
 
+749 tests, 1331011 assertions, 0 failures, 0 errors
 == test/sdbm # <time>
 + make test-all 'TESTS=-v sdbm' RUBYOPT=-w
 ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./runruby.rb --extout=.ext  -- "./test/runner.rb" --basedir="./test" --runner=console -v sdbm
@@ 12003 @@
 - returns the value of the ifnone proc if the block is false
 - doesn't call the ifnone proc if an element is found
 - calls the ifnone proc only once when the block is false
+- calls the ifnone proc when there are no elements
 - returns an enumerator when no block given
 - passes the ifnone proc to the enumerator
 
@@ 12087 @@
 - returns the value of the ifnone proc if the block is false
 - doesn't call the ifnone proc if an element is found
 - calls the ifnone proc only once when the block is false
+- calls the ifnone proc when there are no elements
 - returns an enumerator when no block given
 - passes the ifnone proc to the enumerator
 
@@ 26962 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/etc/getlogin_spec.rb
 Etc.getlogin
+- returns the name of the user who runs this process (FAILED - <n>)
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/etc/getpwent_spec.rb
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/etc/getpwnam_spec.rb
@@ 36814 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/bin/mspec-run:8
 
  <n>)
+Etc.getlogin returns the name of the user who runs this process FAILED
+Expected "_spotlight"
+ to equal "chkbuild"
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/matchers/base.rb:8:in `=='
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/etc/getlogin_spec.rb:6
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/etc/getlogin_spec.rb:2:in `all?'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
@@ 36833 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/etc/getlogin_spec.rb:4
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
@@ 38331 @@
 
 Finished in <t> seconds
 
+3284 files, 13627 examples, <num> expectations, 69 failures, 58 errors
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20100902T235127Z
@@ 13 @@
 URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8
 ?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170?\227?\129?\174?\227?\131?\171?\227?\131?\188?\227?\131?\136: http://svn.ruby-lang.org/repos/ruby
 ?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170 UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-?\227?\131?\170?\227?\131?\147?\227?\130?\184?\227?\131?\167?\227?\131?\179: 29171
 ?\227?\131?\142?\227?\131?\188?\227?\131?\137?\231?\168?\174?\229?\136?\165: ?\227?\131?\135?\227?\130?\163?\227?\131?\172?\227?\130?\175?\227?\131?\136?\227?\131?\170
 ?\230?\186?\150?\229?\130?\153?\228?\184?\173?\227?\129?\174?\229?\135?\166?\231?\144?\134: ?\231?\137?\185?\227?\129?\171?\227?\129?\170?\227?\129?\151
-?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\232?\128?\133: svn
-?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\227?\131?\170?\227?\131?\147?\227?\130?\184?\227?\131?\167?\227?\131?\179: 29153
-?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\230?\151?\165?\230?\153?\130: 2010-08-31 17:35:17 +0900 (Tue, 31 Aug 2010)
 
 == autoconf # <time>
 + autoconf
@@ 7740 @@
 test_local_barrier(TestThread): .
 test_mutex_deadlock(TestThread): .
 test_mutex_fifo_like_lock(TestThread): .
-test_mutex_illegal_unlock(TestThread): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:327:in `unlock': not owner (ThreadError)
-	from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:327:in `test_mutex_illegal_unlock'
-	from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:9
 F
 test_mutex_interrupt(TestThread): .
 test_mutex_synchronize(TestThread): .
@@ 7773 @@
 Finished in <t> seconds.
 
  <n>) Failure:
-test_mutex_illegal_unlock(TestThread) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:325]:
-<ThreadError> exception expected but was
-Class: <SystemExit>
-Message: <Class: <ThreadError>
-Message: <"not owner">
----Backtrace---
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:327:in `unlock'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:327:in `test_mutex_illegal_unlock'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:9
---------------->
----Backtrace---
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:327:in `join'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:326:in `test_mutex_illegal_unlock'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:325:in `test_mutex_illegal_unlock'
----------------
 
-749 tests, 1331011 assertions, 1 failures, 0 errors
 make: *** [test-all] Error 1
 exit 2
-failed(test/ruby)
 == test/sdbm # <time>
 + make test-all 'TESTS=-v sdbm' RUBYOPT=-w
 ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./runruby.rb --extout=.ext  -- "./test/runner.rb" --basedir="./test" --runner=console -v sdbm
@@ 26983 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/etc/getlogin_spec.rb
 Etc.getlogin
-- returns the name of the user who runs this process
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/etc/getpwent_spec.rb
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/etc/getpwnam_spec.rb
@@ 38319 @@
 
 Finished in <t> seconds
 
-3284 files, 13625 examples, <num> expectations, 68 failures, 58 errors
 exit 1
 failed(rubyspec)
 == end # <time>
    

OlderDiff < 20100902T235127Z < ThisDiff > 20100903T233450Z > NewerDiff


chkbuild summary recent last difference fulllog