https://llvm.org/bugs/show_bug.cgi?id=25925
Bug ID: 25925 Summary: TestCppNsImport failing on FreeBSD with clang Product: lldb Version: unspecified Hardware: PC OS: FreeBSD Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-dev@lists.llvm.org Reporter: ema...@freebsd.org CC: llvm-b...@lists.llvm.org Classification: Unclassified This test is marked xfail for gcc >= 4.9; it also fails on FreeBSD with clang. FAIL: LLDB (/usr/bin/clang-x86_64) :: test_with_run_command_dwarf (TestCppNsImport.TestCppNsImport) ====================================================================== FAIL: test_with_run_command_dwarf (TestCppNsImport.TestCppNsImport) Tests imported namespaces in C++. ---------------------------------------------------------------------- Traceback (most recent call last): File "/tank/emaste/src/llvm/tools/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2263, in dwarf_test_method return attrvalue(self) File "/tank/emaste/src/llvm/tools/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 608, in wrapper func(*args, **kwargs) File "/tank/emaste/src/llvm/tools/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py", line 55, in test_with_run_command self.assertTrue(test_result.IsValid() and test_result.GetValueAsSigned() == 1, "N::n = 1") AssertionError: False is not True : N::n = 1 Config=x86_64-/usr/bin/clang ---------------------------------------------------------------------- Ran 1 test in 0.950s RESULT: FAILED (0 passes, 1 failures, 0 errors, 0 skipped, 0 expected failures, 0 unexpected successes) [TestCppNsImport.py FAILED] -- 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