[lldb-dev] [Bug 20270] New: TestObjCDynamicSBType tests fail on Darwin
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jul 9 14:14:13 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20270
Bug ID: 20270
Summary: TestObjCDynamicSBType tests fail 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_nsimage_dyn_with_dsym
(TestObjCDynamicSBType.ObjCDynamicSBTypeTestCase)
Test that we are able to properly report a usable dynamic type.
----------------------------------------------------------------------
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/lldbtest.py", line 622, in wrapper
func(*args, **kwargs)
File
"/Users/tfiala/lldb/svn/lldb/test/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py",
line 23, in test_nsimage_dyn_with_dsym
self.nsimage_dyn(self.exe_name)
File
"/Users/tfiala/lldb/svn/lldb/test/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py",
line 79, in nsimage_dyn
self.assertTrue(object_pointee_type.GetNumberOfFields() == 2, "The dynamic
type for NSObject has 2 fields")
AssertionError: False is not True : The dynamic type for NSObject has 2 fields
Config=x86_64-/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
======================================================================
FAIL: test_nsimage_dyn_with_dwarf
(TestObjCDynamicSBType.ObjCDynamicSBTypeTestCase)
Test that we are able to properly report a usable dynamic type.
----------------------------------------------------------------------
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/lldbtest.py", line 622, in wrapper
func(*args, **kwargs)
File
"/Users/tfiala/lldb/svn/lldb/test/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py",
line 32, in test_nsimage_dyn_with_dwarf
self.nsimage_dyn(self.exe_name)
File
"/Users/tfiala/lldb/svn/lldb/test/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py",
line 79, in nsimage_dyn
self.assertTrue(object_pointee_type.GetNumberOfFields() == 2, "The dynamic
type for NSObject has 2 fields")
AssertionError: False is not True : The dynamic type for NSObject has 2 fields
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/617b000c/attachment.html>
More information about the lldb-dev
mailing list