diff options
author | Enrico Granata <egranata@apple.com> | 2016-09-30 00:41:07 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2016-09-30 00:41:07 +0000 |
commit | 2aba83af94248b93f3884a424ead02625ec57248 (patch) | |
tree | 5ebe4e138a99b365a3a6deb0cd6623588d4cc5cb /lldb/packages/Python/lldbsuite/test | |
parent | 20f27b99e8c4ccb08c56c1d291db1afe5600ab00 (diff) | |
download | bcm5719-llvm-2aba83af94248b93f3884a424ead02625ec57248.tar.gz bcm5719-llvm-2aba83af94248b93f3884a424ead02625ec57248.zip |
Prefer skipping over x-failing
llvm-svn: 282824
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |