We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_concurrent_queue_whitebox
Encountered this issue while running tests on an M1 Macbook Pro against oneTBB 2021.7.
Build arm64:
cmake .. -DCMAKE_OSX_ARCHITECTURES=arm64 cmake –build .
Run test 100x: ctest --repeat-until-fail 100 . -R test_concurrent_queue_whitebox --output-on-failure --timeout 60
ctest --repeat-until-fail 100 . -R test_concurrent_queue_whitebox --output-on-failure --timeout 60
Result: Most of the time, the test fails at some point during the 100x run with this error.
ctest --repeat-until-fail 100 . -R test_concurrent_queue_whitebox --output-on-failure --timeout 60 Test project /Users/pete.schroeder/p4/oneTBB_2021_7/build Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.01 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ... Passed 0.02 sec Start 57: test_concurrent_queue_whitebox Test #57: test_concurrent_queue_whitebox ...***Failed 0.03 sec [doctest] doctest version is "2.4.7" [doctest] run with "--help" for options =============================================================================== /Users/pete.schroeder/p4/oneTBB_2021_7/test/tbb/test_concurrent_queue_whitebox.cpp:99: TEST CASE: Test Wrapparound /Users/pete.schroeder/p4/oneTBB_2021_7/test/tbb/test_concurrent_queue_whitebox.cpp:82: FATAL ERROR: REQUIRE( q.empty() ) is NOT correct! values: REQUIRE( false ) logged: Failed flogger/empty test =============================================================================== [doctest] test cases: 1 | 0 passed | 1 failed | 0 skipped [doctest] assertions: 1 | 0 passed | 1 failed | [doctest] Status: FAILURE! 0% tests passed, 1 tests failed out of 1 Total Test time (real) = 0.26 sec The following tests FAILED: 57 - test_concurrent_queue_whitebox (Failed) Errors while running CTest
The text was updated successfully, but these errors were encountered:
It should be fixed with this PR.
Sorry, something went wrong.
I merged this PR. Could you please verify current master?
@pavelkumbrasev Current master work without error on M1 (1000 iterations).
Please reopen this issue if you can reproduce the problem.
No branches or pull requests
Encountered this issue while running tests on an M1 Macbook Pro against oneTBB 2021.7.
Build arm64:
Run test 100x:
ctest --repeat-until-fail 100 . -R test_concurrent_queue_whitebox --output-on-failure --timeout 60
Result:
Most of the time, the test fails at some point during the 100x run with this error.
The text was updated successfully, but these errors were encountered: