[lldb-dev] [Bug 20267] New: TestObjCMethods tests generating errors on Darwin

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 9 13:47:17 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20267

            Bug ID: 20267
           Summary: TestObjCMethods tests generating errors on Darwin
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: tfiala at google.com
    Classification: Unclassified

======================================================================
ERROR: test_expression_lookups_objc_dwarf (TestObjCMethods.FoundationTestCase)
    Test running an expression detect spurious debug info lookups (DWARF).
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/tfiala/lldb/svn/lldb/test/lldbtest.py", line 370, in wrapper
    return func(self, *args, **kwargs)
  File
"/Users/tfiala/lldb/svn/lldb/test/lang/objc/foundation/TestObjCMethods.py",
line 125, in test_expression_lookups_objc_dwarf
    self.expression_lookups_objc()
  File
"/Users/tfiala/lldb/svn/lldb/test/lang/objc/foundation/TestObjCMethods.py",
line 148, in expression_lookups_objc
    f = open(logfile)
IOError: [Errno 2] No such file or directory:
'/Users/tfiala/lldb/svn/lldb/test/lang/objc/foundation/dwarf-lookups-x86_64.txt'
Config=x86_64-/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
======================================================================
ERROR: test_expression_lookups_objc_dwarf (TestObjCMethods.FoundationTestCase)
    Test running an expression detect spurious debug info lookups (DWARF).
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/tfiala/lldb/svn/lldb/test/lldbtest.py", line 1585, in tearDown
    Base.tearDown(self)
  File "/Users/tfiala/lldb/svn/lldb/test/lldbtest.py", line 988, in tearDown
    hook()
  File
"/Users/tfiala/lldb/svn/lldb/test/lang/objc/foundation/TestObjCMethods.py",
line 144, in cleanup
    os.unlink (logfile)
OSError: [Errno 2] No such file or directory:
'/Users/tfiala/lldb/svn/lldb/test/lang/objc/foundation/dwarf-lookups-x86_64.txt'
Config=x86_64-/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/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/20140709/c4880f07/attachment.html>


More information about the lldb-dev mailing list