Actions
Bug #5852
closedFailure test/test_mathn.rb
Description
r34220 にて RUBY_API_VERSION を 2.0.0 にしたところ、Mathnのテストが失敗するようになりました。
ruby ➔ make test-all TESTS=test/test_mathn.rb
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" test/test_mathn.rb
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems"
Running tests:¶
F
Finished tests in 0.168567s, 5.9324 tests/s, 11.8647 assertions/s.
- Failure:
test_power(TestMathn) [/Users/ayumin/github/ruby/test/test_mathn.rb:7]:
[ruby-core:25740].
<[]> expected but was
<["dyld: lazy symbol binding failed: Symbol not found: _nurat_canonicalization",
" Referenced from: /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/mathn/rational.bundle",
" Expected in: flat namespace",
"",
"dyld: Symbol not found: _nurat_canonicalization",
" Referenced from: /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/mathn/rational.bundle",
" Expected in: flat namespace",
""]>.
1 tests, 2 assertions, 1 failures, 0 errors, 0 skips
ruby -v: ruby 2.0.0dev (2012-01-06 trunk 34220) [x86_64-darwin10.8.0]
make: *** [yes-test-all] Error 1
Actions
Like0
Like0Like0