<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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(360959): New TestCases/try-catch.cc doesn't pass"
   href="https://bugs.llvm.org/show_bug.cgi?id=41923">41923</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Regression(360959): New TestCases/try-catch.cc doesn't pass
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>compiler-rt
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </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>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>hwasan
          </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>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Getting this on our bots:
<a href="https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8913235058186310480/+/steps/package_clang/0/stdout">https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8913235058186310480/+/steps/package_clang/0/stdout</a>


llvm-lit:
/b/swarming/w/ir/k/src/third_party/llvm-bootstrap/utils/lit/tests/lit.cfg:67:
note: Found python psutil module
-- Testing: 54699 tests, 32 threads --
Testing: 0 .. 10.. 20.. 30..
FAIL: HWAddressSanitizer-x86_64 :: TestCases/try-catch.cc (21832 of 54699)
******************** TEST 'HWAddressSanitizer-x86_64 :: TestCases/try-catch.cc'
FAILED ********************
Script:
--
: 'RUN: at line 1';     
/b/swarming/w/ir/k/src/third_party/llvm-bootstrap/./bin/clang 
--driver-mode=g++ -fsanitize=hwaddress -mllvm -hwasan-generate-tags-with-calls 
-m64  -gline-tables-only
/b/swarming/w/ir/k/src/third_party/llvm/projects/compiler-rt/test/hwasan/TestCases/try-catch.cc
-o
/b/swarming/w/ir/k/src/third_party/llvm-bootstrap/projects/compiler-rt/test/hwasan/X86_64/TestCases/Output/try-catch.cc.tmp
&& 
/b/swarming/w/ir/k/src/third_party/llvm-bootstrap/projects/compiler-rt/test/hwasan/X86_64/TestCases/Output/try-catch.cc.tmp
2>&1 | FileCheck
/b/swarming/w/ir/k/src/third_party/llvm/projects/compiler-rt/test/hwasan/TestCases/try-catch.cc
--check-prefix=GOOD
: 'RUN: at line 2';     
/b/swarming/w/ir/k/src/third_party/llvm-bootstrap/./bin/clang 
--driver-mode=g++ -fsanitize=hwaddress -mllvm -hwasan-generate-tags-with-calls 
-m64  -gline-tables-only
/b/swarming/w/ir/k/src/third_party/llvm/projects/compiler-rt/test/hwasan/TestCases/try-catch.cc
-mllvm -hwasan-instrument-landing-pads=0 -o
/b/swarming/w/ir/k/src/third_party/llvm-bootstrap/projects/compiler-rt/test/hwasan/X86_64/TestCases/Output/try-catch.cc.tmp
&& not 
/b/swarming/w/ir/k/src/third_party/llvm-bootstrap/projects/compiler-rt/test/hwasan/X86_64/TestCases/Output/try-catch.cc.tmp
2>&1 | FileCheck
/b/swarming/w/ir/k/src/third_party/llvm/projects/compiler-rt/test/hwasan/TestCases/try-catch.cc
--check-prefix=BAD
--
Exit Code: 1

Command Output (stderr):
--
/b/swarming/w/ir/k/src/third_party/llvm/projects/compiler-rt/test/hwasan/TestCases/try-catch.cc:53:11:
error: GOOD: expected string not found in input
 // GOOD: hello
          ^
<stdin>:1:1: note: scanning from here
HWAddressSanitizer:DEADLYSIGNAL
^
<stdin>:3:23: note: possible intended match here
 #0 0x7fd274b58d88 in _Alloc_hider
/build/gcc-4.8-zbxcSF/gcc-4.8-4.8.4/build/x86_64-linux-gnu/libstdc++-v3/include/bits/basic_string.h:275
                      ^

--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
Testing Time: 302.74s
********************
Failing Tests (1):
    HWAddressSanitizer-x86_64 :: TestCases/try-catch.cc

  Expected Passes    : 43521
  Expected Failures  : 123
  Unsupported Tests  : 11054
  Unexpected Failures: 1
FAILED: CMakeFiles/check-all 




Is this due to our bots, or does the test fail anywhere? Are there bots running
hwasan tests on the llvm buildbots somewhere?</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>