forked from OSchip/llvm-project
parent
78bb926f9b
commit
933fefdd6a
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue