Created
May 15, 2011 23:54
-
-
Save Watson1978/973693 to your computer and use it in GitHub Desktop.
MacRuby : test with https://github.com/MacRuby/MacRuby/pull/24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ macruby -r require_relative.rb test/ruby/test_thread.rb -v | |
| ---------------------------------------- | |
| Loaded suite test/ruby/test_thread | |
| Started | |
| TestThread#test_abort_on_exception: 5.09 s: E | |
| TestThread#test_condvar: 0.06 s: . | |
| TestThread#test_condvar_nolock: 0.09 s: . | |
| TestThread#test_condvar_nolock_2: 0.02 s: . | |
| TestThread#test_condvar_nolock_3: 0.02 s: . | |
| TestThread#test_condvar_timed_wait: 0.32 s: F | |
| TestThread#test_condvar_wait_and_broadcast: 0.14 s: . | |
| TestThread#test_condvar_wait_deadlock_2: 0.16 s: F | |
| TestThread#test_condvar_wait_exception_handling: 0.13 s: F | |
| TestThread#test_condvar_wait_not_owner: 0.01 s: . | |
| TestThread#test_exit: 0.02 s: . | |
| TestThread#test_join: 0.53 s: . | |
| TestThread#test_join2: 1.52 s: . | |
| TestThread#test_kill_main_thread: 5.01 s: E | |
| TestThread#test_list: 5.02 s: E | |
| TestThread#test_local_barrier: 1.12 s: F | |
| TestThread#test_main: 5.02 s: E | |
| TestThread#test_mutex_deadlock: 0.01 s: . | |
| TestThread#test_mutex_fifo_like_lock: 0.01 s: . | |
| TestThread#test_mutex_illegal_unlock: 0.02 s: . | |
| TestThread#test_mutex_interrupt: 0.01 s: S | |
| TestThread#test_mutex_synchronize: 0.03 s: . | |
| TestThread#test_mutex_trylock: 0.02 s: . | |
| TestThread#test_new: 0.04 s: . | |
| TestThread#test_priority: zsh: segmentation fault macruby -r require_relative.rb test/ruby/test_thread.rb -v |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ macruby -r require_relative.rb test/rake/test_fileutils.rb | |
| ---------------------------------------- | |
| macruby(24267,0x7fff70904ca0) malloc: reference count underflow for 0x2002732c0, break on auto_refcount_underflow_error to debug. | |
| macruby(24267,0x7fff70904ca0) malloc: reference count underflow for 0x200280d80, break on auto_refcount_underflow_error to debug. | |
| Loaded suite test/rake/test_fileutils | |
| Started | |
| .2011-05-16 08:53:16.974 macruby[24267:903] -[NSObject copyWithZone:]: unrecognized selector sent to instance 0x200215840 | |
| F..................... | |
| Finished in 1.005704 seconds. | |
| 1) Failure: | |
| test_fileutils_methods_dont_leak(Rake::TestFileUtils) [/Users/watson/src/macruby-trunk/test/test-mri/test/rake/test_fileutils.rb:130]: | |
| [NoMethodError] exception expected, not | |
| Class: <RuntimeError> | |
| Message: <"NSInvalidArgumentException: -[NSObject copyWithZone:]: unrecognized selector sent to instance 0x200215840"> | |
| ---Backtrace--- | |
| /Users/watson/src/macruby-trunk/test/test-mri/test/rake/test_fileutils.rb:130:in `block' | |
| --------------- | |
| 23 tests, 38 assertions, 1 failures, 0 errors, 0 skips | |
| Test run options: --seed 44434 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment