[LLVMbugs] [Bug 24079] New: Regression(349675:241502): DeadlockDetector tests fail on Windows

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jul 9 17:12:14 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24079

            Bug ID: 24079
           Summary: Regression(349675:241502): DeadlockDetector tests fail
                    on Windows
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Support Libraries
          Assignee: unassignedbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

While trying to update clang/win in Chromium, I noticed that many sanitizer
tests started failing (which blocks updating it):


********************
FAIL: SanitizerCommon-Unit ::
Sanitizer-x86_64-Test.exe/DeadlockDetector.CorrectEpochFlush (23463 of 23489)
******************** TEST 'SanitizerCommon-Unit ::
Sanitizer-x86_64-Test.exe/DeadlockDetector.CorrectEpochFlush' FAILED
********************

Note: Google Test filter = DeadlockDetector.CorrectEpochFlush
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from DeadlockDetector
[ RUN      ] DeadlockDetector.CorrectEpochFlush

********************
FAIL: SanitizerCommon-Unit ::
Sanitizer-x86_64-Test.exe/DeadlockDetector.MultipleEpochsTest (23465 of 23489)
******************** TEST 'SanitizerCommon-Unit ::
Sanitizer-x86_64-Test.exe/DeadlockDetector.MultipleEpochsTest' FAILED
*******************
*
Note: Google Test filter = DeadlockDetector.MultipleEpochsTest
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from DeadlockDetector
[ RUN      ] DeadlockDetector.MultipleEpochsTest

********************
FAIL: SanitizerCommon-Unit ::
Sanitizer-x86_64-Test.exe/SanitizerCommon.LargeMmapAllocatorIteration (23467 of
23489)
******************** TEST 'SanitizerCommon-Unit ::
Sanitizer-x86_64-Test.exe/SanitizerCommon.LargeMmapAllocatorIteration' FAILED
***********
*********
Note: Google Test filter = SanitizerCommon.LargeMmapAllocatorIteration
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from SanitizerCommon
[ RUN      ] SanitizerCommon.LargeMmapAllocatorIteration

********************
FAIL: SanitizerCommon-Unit ::
Sanitizer-x86_64-Test.exe/SanitizerCommon.LargeMmapAllocatorMapUnmapCallback
(23468 of 23489)
******************** TEST 'SanitizerCommon-Unit ::
Sanitizer-x86_64-Test.exe/SanitizerCommon.LargeMmapAllocatorMapUnmapCallback'
FAILED ****
****************
Note: Google Test filter = SanitizerCommon.LargeMmapAllocatorMapUnmapCallback
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from SanitizerCommon
[ RUN      ] SanitizerCommon.LargeMmapAllocatorMapUnmapCallback

********************
FAIL: SanitizerCommon-Unit ::
Sanitizer-x86_64-Test.exe/SanitizerCommon.LargeMmapAllocatorBlockBegin (23469
of 23489)
******************** TEST 'SanitizerCommon-Unit ::
Sanitizer-x86_64-Test.exe/SanitizerCommon.LargeMmapAllocatorBlockBegin' FAILED
**********
**********
Note: Google Test filter = SanitizerCommon.LargeMmapAllocatorBlockBegin
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from SanitizerCommon
[ RUN      ] SanitizerCommon.LargeMmapAllocatorBlockBegin

********************
FAIL: SanitizerCommon-Unit ::
Sanitizer-x86_64-Test.exe/DeadlockDetector.onFirstLockTest (23471 of 23489)
******************** TEST 'SanitizerCommon-Unit ::
Sanitizer-x86_64-Test.exe/DeadlockDetector.onFirstLockTest' FAILED
********************
Note: Google Test filter = DeadlockDetector.onFirstLockTest
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from DeadlockDetector
[ RUN      ] DeadlockDetector.onFirstLockTest

********************
FAIL: SanitizerCommon-Unit ::
Sanitizer-x86_64-Test.exe/DeadlockDetector.RemoveNodeTest (23472 of 23489)
******************** TEST 'SanitizerCommon-Unit ::
Sanitizer-x86_64-Test.exe/DeadlockDetector.RemoveNodeTest' FAILED
********************
Note: Google Test filter = DeadlockDetector.RemoveNodeTest
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from DeadlockDetector
[ RUN      ] DeadlockDetector.RemoveNodeTest

********************


(maybe it's better closer to trunk, but 241502 is fairly recent…)

-- 
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/20150710/0727217b/attachment.html>


More information about the llvm-bugs mailing list