[Lldb-commits] [lldb] r125100 - /lldb/trunk/test/macosx/universal/TestUniversal.py

Johnny Chen johnny.chen at apple.com
Tue Feb 8 10:37:49 PST 2011


Author: johnny
Date: Tue Feb  8 12:37:49 2011
New Revision: 125100

URL: http://llvm.org/viewvc/llvm-project?rev=125100&view=rev
Log:
Add new radar info for failed test.

Modified:
    lldb/trunk/test/macosx/universal/TestUniversal.py

Modified: lldb/trunk/test/macosx/universal/TestUniversal.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/macosx/universal/TestUniversal.py?rev=125100&r1=125099&r2=125100&view=diff
==============================================================================
--- lldb/trunk/test/macosx/universal/TestUniversal.py (original)
+++ lldb/trunk/test/macosx/universal/TestUniversal.py Tue Feb  8 12:37:49 2011
@@ -15,7 +15,7 @@
         # Find the line number to break inside main().
         self.line = line_number('main.c', '// Set break point at this line.')
 
-    # rdar://problem/8689814 test failure: test/macosx/universal (the i386 slice does not break?)
+    # rdar://problem/8972204 AddressByteSize of 32-bit process should be 4, got 8 instead.
     @unittest2.skipUnless(sys.platform.startswith("darwin") and os.uname()[4]=='i386',
                           "requires Darwin & i386")
     def test_process_launch_for_universal(self):





More information about the lldb-commits mailing list