[lldb-dev] [Bug 26565] New: test_expr_with_macros_dwarf (TestMacros.TestMacros) failing on FreeBSD 11

via lldb-dev lldb-dev at lists.llvm.org
Wed Feb 10 10:56:19 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26565

            Bug ID: 26565
           Summary: test_expr_with_macros_dwarf (TestMacros.TestMacros)
                    failing on FreeBSD 11
           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

Command invoked: /usr/home/user/llvm/tools/lldb/test/dotest.py -q --arch=x86_64
--executable /usr/home/user/llvm/build/bin/lldb -s
/usr/home/user/llvm/build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc
--results-port 52272 --inferior -p TestMacros.py
/usr/home/user/llvm/tools/lldb/packages/Python/lldbsuite/test
--event-add-entries worker_index=2:int
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_expr_with_macros_dwarf
(TestMacros.TestMacros)
======================================================================
FAIL: test_expr_with_macros_dwarf (TestMacros.TestMacros)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/home/user/llvm/tools/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 1452, in dwarf_test_method
    return attrvalue(self)
  File
"/usr/home/user/llvm/tools/lldb/packages/Python/lldbsuite/test/decorators.py",
line 92, in wrapper
    func(*args, **kwargs)
  File
"/usr/home/user/llvm/tools/lldb/packages/Python/lldbsuite/test/decorators.py",
line 92, in wrapper
    func(*args, **kwargs)
  File
"/usr/home/user/llvm/tools/lldb/packages/Python/lldbsuite/test/decorators.py",
line 92, in wrapper
    func(*args, **kwargs)
  File
"/usr/home/user/llvm/tools/lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py",
line 50, in test_expr_with_macros
    self.assertTrue(result.IsValid() and result.GetValue() == "100", "MACRO_1 =
100")
AssertionError: False is not True : MACRO_1 = 100
Config=x86_64-/usr/bin/cc
----------------------------------------------------------------------
Ran 1 test in 0.248s

Found while getting the tests running again on the FreeBSD buildbot; system
compiler is "FreeBSD clang version 3.7.0 (tags/RELEASE_370/final 246257)
20150906"

This test does not fail for me on my desktop running a FreeBSD 10.x snapshot
(around FreeBSD 10.3); system compiler is "FreeBSD clang version 3.4.1
(tags/RELEASE_34/dot1-final 208032) 20140512".

-- 
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/20160210/17ad9139/attachment.html>


More information about the lldb-dev mailing list