[llvm-bugs] [Bug 25925] New: TestCppNsImport failing on FreeBSD with clang
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Dec 22 09:38:22 PST 2015
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 at lists.llvm.org
Reporter: emaste at freebsd.org
CC: llvm-bugs at 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 on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151222/fd9eb2dd/attachment-0001.html>
More information about the llvm-bugs
mailing list