From 2aba83af94248b93f3884a424ead02625ec57248 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Fri, 30 Sep 2016 00:41:07 +0000 Subject: Prefer skipping over x-failing llvm-svn: 282824 --- .../Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py b/lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py index 9e2abca9bb9..dc4f125e372 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py @@ -25,7 +25,7 @@ class TypeLookupTestCase(TestBase): self.line = line_number('main.m', '// break here') @skipUnlessDarwin - @expectedFailureAll(archs=['i386']) + @skipIf(archs=['i386']) def test_type_lookup(self): """Test type lookup command.""" self.build() -- cgit v1.2.3