[Lldb-commits] [lldb] r113981 - /lldb/trunk/test/enum_types/TestEnumTypes.py
Johnny Chen
johnny.chen at apple.com
Wed Sep 15 09:59:20 PDT 2010
Author: johnny
Date: Wed Sep 15 11:59:20 2010
New Revision: 113981
URL: http://llvm.org/viewvc/llvm-project?rev=113981&view=rev
Log:
Removed the @expectedFailure decorator for test_with_dwarf() test case. It has
been fixed.
Modified:
lldb/trunk/test/enum_types/TestEnumTypes.py
Modified: lldb/trunk/test/enum_types/TestEnumTypes.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/enum_types/TestEnumTypes.py?rev=113981&r1=113980&r2=113981&view=diff
==============================================================================
--- lldb/trunk/test/enum_types/TestEnumTypes.py (original)
+++ lldb/trunk/test/enum_types/TestEnumTypes.py Wed Sep 15 11:59:20 2010
@@ -17,7 +17,6 @@
# rdar://problem/8394746
# 'image lookup -t days' returns nothing with dwarf debug format.
- @unittest2.expectedFailure
def test_with_dwarf(self):
"""Test 'image lookup -t days' and check for correct display."""
self.buildDwarf()
More information about the lldb-commits
mailing list