[llvm-bugs] [Bug 28156] New: TestWithModuleDebugging.py: failing on macOS
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jun 16 08:19:08 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28156
Bug ID: 28156
Summary: TestWithModuleDebugging.py: failing on macOS
Product: lldb
Version: unspecified
Hardware: PC
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: todd.fiala at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
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 at 2/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 1494, in gmodules_test_method
return attrvalue(self)
File
"/Users/buildslave/jenkins/sharedspace/lldb at 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 at 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)
--
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/20160616/6b711a1b/attachment.html>
More information about the llvm-bugs
mailing list