[llvm-bugs] [Bug 25743] New: TestModulesInlineFunctions.py test_expr() failing on Darwin

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Dec 4 10:48:52 PST 2015


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

            Bug ID: 25743
           Summary: TestModulesInlineFunctions.py test_expr() failing on
                    Darwin
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: todd.fiala at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Looks like we're failing to find the module.

Xcode 7.2 Beta 4, OS X 10.11.1 (15B42), El Capitan.

runCmd: settings set target.clang-module-search-paths
"/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions"
output: 

runCmd: expr @import myModule; 3
runCmd failed!
error: Header search couldn't locate module myModule
error: 1 errors parsing expression


FAIL


====

Traceback (most recent call last):
  File
"/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 550, in wrapper
    return func(self, *args, **kwargs)
  File
"/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 2288, in dsym_test_method
    return attrvalue(self)
  File
"/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py",
line 51, in test_expr
    substrs = ["int", "3"])
  File
"/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 2769, in expect
    self.runCmd(str, msg=msg, trace = (True if trace else False), check = not
error, inHistory=inHistory)
  File
"/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 2695, in runCmd
    msg if msg else CMD_MSG(cmd))
AssertionError: False is not True : Variable(s) displayed correctly
Config=x86_64-clang
Session info generated @ Fri Dec  4 10:02:44 2015
To rerun this test, issue the following command from the 'test' directory:

./dotest.py -A x86_64 -C clang -v -t  -f
ModulesInlineFunctionsTestCase.test_expr_dsym

-- 
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/20151204/3711515a/attachment.html>


More information about the llvm-bugs mailing list