[LLVMbugs] [Bug 21998] New: wait_until.pass test sporadically fails

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Dec 21 06:07:04 PST 2014


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: unassignedclangbugs at nondot.org
          Reporter: llvm.mail.list at gmail.com
                CC: llvmbugs at cs.uiuc.edu, mclow.lists at gmail.com
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141221/d339302c/attachment.html>


More information about the llvm-bugs mailing list