diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-12-01 00:03:17 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-12-01 00:03:17 +0000 |
| commit | c7c03d919a9ee8600688b3e09aeaa7ff92911c20 (patch) | |
| tree | 927d0ac63944f4e48ac4a6112e4d0f5b23167ccc /lldb/test/macosx/universal/TestUniversal.py | |
| parent | 781b76bd782adc303659b79b826afa69bf534c78 (diff) | |
| download | bcm5719-llvm-c7c03d919a9ee8600688b3e09aeaa7ff92911c20.tar.gz bcm5719-llvm-c7c03d919a9ee8600688b3e09aeaa7ff92911c20.zip | |
Add @expectedFailure decorator for a known bug:
rdar://problem/8689814 test failure: test/macosx/universal (the i386 slice does not break?)
llvm-svn: 120505
Diffstat (limited to 'lldb/test/macosx/universal/TestUniversal.py')
| -rw-r--r-- | lldb/test/macosx/universal/TestUniversal.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/macosx/universal/TestUniversal.py b/lldb/test/macosx/universal/TestUniversal.py index 3fe7f01a2b9..60268a32eed 100644 --- a/lldb/test/macosx/universal/TestUniversal.py +++ b/lldb/test/macosx/universal/TestUniversal.py @@ -15,6 +15,8 @@ class UniversalTestCase(TestBase): # Find the line number to break inside main(). self.line = line_number('main.c', '// Set break point at this line.') + @unittest2.expectedFailure + # rdar://problem/8689814 test failure: test/macosx/universal (the i386 slice does not break?) @unittest2.skipUnless(sys.platform.startswith("darwin") and os.uname()[4]=='i386', "requires Darwin & i386") def test_process_launch_for_universal(self): |

