<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW " title="NEW --- - Regression(349675:241502): DeadlockDetector tests fail on Windows" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D24079&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=kW7E1I0334PAfSJenAAjSdHso4PzlYaZm8PezOzeL5o&s=qRMPvrNE33JsoI_mQw_qlftPAvugM9IK68IDRT1ty1o&e=">24079</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Regression(349675:241502): DeadlockDetector tests fail on Windows
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Support Libraries
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>nicolasweber@gmx.de
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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…)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>