[lldb-dev] [Bug 48416] New: TestConflictingSymbols :: test_conflicting_symbols fails on FreeBSD
via lldb-dev
lldb-dev at lists.llvm.org
Sun Dec 6 15:00:44 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=48416
Bug ID: 48416
Summary: TestConflictingSymbols :: test_conflicting_symbols
fails on FreeBSD
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: mgorny at gentoo.org
CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org
======================================================================
FAIL: test_conflicting_symbols (TestConflictingSymbol.TestConflictingSymbols)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/home/mgorny/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 105, in wrapper
func(*args, **kwargs)
File
"/usr/home/mgorny/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 105, in wrapper
func(*args, **kwargs)
File
"/usr/home/mgorny/llvm-project/lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py",
line 59, in test_conflicting_symbols
"11111"])
File
"/usr/home/mgorny/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 2543, in expect
self.fail(log_msg)
AssertionError: Ran command:
"expr (unsigned long long)conflicting_symbol"
Got output:
(unsigned long long) $0 = 41678362651495
Expecting sub string: "11111" (was not found)
Symbol from One should be found
Config=x86_64-/home/mgorny/llvm-project/_build/bin/clang
----------------------------------------------------------------------
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20201206/bc50b02c/attachment.html>
More information about the lldb-dev
mailing list