[Lldb-commits] [lldb] r120624 - /lldb/trunk/test/macosx/universal/TestUniversal.py
Johnny Chen
johnny.chen at apple.com
Wed Dec 1 15:15:58 PST 2010
Author: johnny
Date: Wed Dec 1 17:15:58 2010
New Revision: 120624
URL: http://llvm.org/viewvc/llvm-project?rev=120624&view=rev
Log:
Remove @expectedFailure decorator as the bug has been fixed.
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=120624&r1=120623&r2=120624&view=diff
==============================================================================
--- lldb/trunk/test/macosx/universal/TestUniversal.py (original)
+++ lldb/trunk/test/macosx/universal/TestUniversal.py Wed Dec 1 17:15:58 2010
@@ -15,7 +15,6 @@
# 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")
More information about the lldb-commits
mailing list