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@lists.llvm.org Reporter: todd.fi...@gmail.com CC: llvm-b...@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@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) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev