http://llvm.org/bugs/show_bug.cgi?id=21998

            Bug ID: 21998
           Summary: wait_until.pass test sporadically fails
           Product: libc++
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

Test paths:
test/thread/futures/futures.shared_future/wait_until.pass.cpp
test/thread/futures/futures.unique_future/wait_until.pass.cpp

The tests run a worker thread that produces the result after sleeping for
500ms. The main thread checks if the result is ready after 600ms.

The worker thread might not yet finish after 600ms, depending on how threads
are scheduled and system state.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to