ActionsLike0
Bug #7681
closedFlip-flop test failure under MinGW
Description
Hello,
Since r38747 test_shared_thread is failing under both x86 and x64 MinGW (GCC 4.7.2):
http://ci.rubyinstaller.org/view/All/job/ruby-trunk-x86-test-all/669/console
http://ci.rubyinstaller.org/view/All/job/ruby-trunk-x64-test-all/545/console
- Failure:
test_shared_thread(TestFlip) [C:/Users/Worker/Jenkins/workspace/ruby-trunk-x86-build/test/ruby/test_flip.rb:40]:
flip-flop should be separated per threads.
<[3, 4, 5]> expected but was
<[3, 4]>.
Updated by luislavena (Luis Lavena) about 12 years ago
- Priority changed from 5 to 6
Updated by nobu (Nobuyoshi Nakada) about 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
ActionsLike0