<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 --- - TestWithModuleDebugging.py: failing on macOS"
href="https://llvm.org/bugs/show_bug.cgi?id=28156">28156</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>TestWithModuleDebugging.py: failing on macOS
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>MacOS X
</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>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@lists.llvm.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>todd.fiala@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>The Green Dragon macOS builder is failing this test:
FAIL: test_specialized_typedef_from_pch_gmodules
(lang/cpp/gmodules/TestWithModuleDebugging.py)
======================================================================
FAIL: test_specialized_typedef_from_pch_gmodules
(TestWithModuleDebugging.TestWithGmodulesDebugInfo)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Users/buildslave/jenkins/sharedspace/lldb@2/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 1494, in gmodules_test_method
return attrvalue(self)
File
"/Users/buildslave/jenkins/sharedspace/lldb@2/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py",
line 43, in test_specialized_typedef_from_pch
self.assertTrue(testValue.GetError().Success(), "Test expression value
invalid: %s" % (testValue.GetError().GetCString()))
AssertionError: False is not True : Test expression value invalid: error:
incomplete type 'IntContainer' (aka 'GenericContainer<int>') where a complete
type is required
forward declaration of 'GenericContainer<int>'
error: 1 error parsing expression
Config=x86_64-/Users/buildslave/jenkins/sharedspace/lldb@2/lldb/llvm-build/Release+Asserts/x86_64/bin/clang-3.9
----------------------------------------------------------------------
Ran 1 test in 1.021s
RESULT: FAILED (0 passes, 1 failures, 0 errors, 0 skipped, 0 expected failures,
0 unexpected successes)</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>