[lldb-dev] [Bug 20273] New: TestTargetAPI.test_launch_new_process_and_redirect_stdout_with_* failing on Darwin
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jul 9 14:23:11 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20273
Bug ID: 20273
Summary: TestTargetAPI.test_launch_new_process_and_redirect_std
out_with_* 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_launch_new_process_and_redirect_stdout_with_dsym
(TestTargetAPI.TargetAPITestCase)
Exercise SBTaget.Launch() API.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/tfiala/lldb/svn/lldb/test/lldbtest.py", line 319, in wrapper
return func(self, *args, **kwargs)
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/python_api/target/TestTargetAPI.py",
line 81, in test_launch_new_process_and_redirect_stdout_with_dsym
self.launch_new_process_and_redirect_stdout()
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/python_api/target/TestTargetAPI.py",
line 235, in launch_new_process_and_redirect_stdout
substrs = ["a(1)", "b(2)", "a(3)"])
File "/Users/tfiala/lldb/svn/lldb/test/lldbtest.py", line 1829, in expect
msg if msg else EXP_MSG(str, exe))
AssertionError: False is not True : 'a(1)' matches expected result
Config=x86_64-/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
======================================================================
FAIL: test_launch_new_process_and_redirect_stdout_with_dwarf
(TestTargetAPI.TargetAPITestCase)
Exercise SBTarget.Launch() API.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/tfiala/lldb/svn/lldb/test/lldbtest.py", line 319, in wrapper
return func(self, *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/python_api/target/TestTargetAPI.py",
line 88, in test_launch_new_process_and_redirect_stdout_with_dwarf
self.launch_new_process_and_redirect_stdout()
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/python_api/target/TestTargetAPI.py",
line 235, in launch_new_process_and_redirect_stdout
substrs = ["a(1)", "b(2)", "a(3)"])
File "/Users/tfiala/lldb/svn/lldb/test/lldbtest.py", line 1829, in expect
msg if msg else EXP_MSG(str, exe))
AssertionError: False is not True : 'a(1)' matches expected result
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/73b24bb7/attachment.html>
More information about the lldb-dev
mailing list