Add new radar info for failed test.

llvm-svn: 125100
This commit is contained in:
Johnny Chen 2011-02-08 18:37:49 +00:00
parent 78bb926f9b
commit 933fefdd6a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class UniversalTestCase(TestBase):
# 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):