[lldb-dev] [Bug 20265] New: TestProcessLaunch tests failing on Darwin

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 9 13:40:34 PDT 2014


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

            Bug ID: 20265
           Summary: TestProcessLaunch tests failing 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

======================================================================
FAIL: test_set_working_dir_with_dsym (TestProcessLaunch.ProcessLaunchTestCase)
   Test that '-w dir' sets the working dir when running the inferior.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/tfiala/lldb/svn/lldb/test/lldbtest.py", line 353, in wrapper
    return func(self, *args, **kwargs)
  File
"/Users/tfiala/lldb/svn/lldb/test/functionalities/process_launch/TestProcessLaunch.py",
line 119, in test_set_working_dir_with_dsym
    self.my_working_dir_test()
  File "/Users/tfiala/lldb/svn/lldb/test/lldbtest.py", line 421, in wrapper
    return func(self, *args, **kwargs)
  File
"/Users/tfiala/lldb/svn/lldb/test/functionalities/process_launch/TestProcessLaunch.py",
line 196, in my_working_dir_test
    self.fail(err_msg)
AssertionError: The current working directory was not set correctly.

Config=x86_64-/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
======================================================================
FAIL: test_set_working_dir_with_dwarf (TestProcessLaunch.ProcessLaunchTestCase)
   Test that '-w dir' sets the working dir when running the inferior.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/tfiala/lldb/svn/lldb/test/lldbtest.py", line 529, in wrapper
    func(*args, **kwargs)
  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/functionalities/process_launch/TestProcessLaunch.py",
line 127, in test_set_working_dir_with_dwarf
    self.my_working_dir_test()
  File "/Users/tfiala/lldb/svn/lldb/test/lldbtest.py", line 421, in wrapper
    return func(self, *args, **kwargs)
  File
"/Users/tfiala/lldb/svn/lldb/test/functionalities/process_launch/TestProcessLaunch.py",
line 196, in my_working_dir_test
    self.fail(err_msg)
AssertionError: The current working directory was not set correctly.

Config=x86_64-/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
----------------------------------------------------------------------
Ran 4 tests in 8.103s

-- 
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/10a0ffe3/attachment.html>


More information about the lldb-dev mailing list