Author: amccarth
Date: Thu Nov 10 11:21:22 2016
New Revision: 286476
URL: http://llvm.org/viewvc/llvm-project?rev=286476&view=rev
Log:
Un-XFail test on Windows. Has been in "unexpected success" mode for a while.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py
Modified:
lldb/trunk/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py?rev=286476&r1=286475&r2=286476&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py
Thu Nov 10 11:21:22 2016
@@ -21,8 +21,6 @@ class EnumTypesTestCase(TestBase):
# Find the line number to break inside main().
self.line = line_number('main.c', '// Set break point at this line.')
- # derefing the null pointer "works" on Windows
- @expectedFailureAll(oslist=['windows'])
def test(self):
"""Test 'image lookup -t days' and check for correct display and enum
value printing."""
self.build()
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits