diff options
author | Enrico Granata <egranata@apple.com> | 2016-09-29 21:20:56 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2016-09-29 21:20:56 +0000 |
commit | 6da57186d15ba417206e5cf65a9d09608798e5d6 (patch) | |
tree | 30502bf8509164b079918cec40ebb887784f17c1 /lldb/packages/Python/lldbsuite/test | |
parent | 7a62566626b91f68fbc56a409bae3108afc3e51b (diff) | |
download | bcm5719-llvm-6da57186d15ba417206e5cf65a9d09608798e5d6.tar.gz bcm5719-llvm-6da57186d15ba417206e5cf65a9d09608798e5d6.zip |
This test will not work in i386 mode because we don't create interesting types from the ObjC runtime
"Fixes" rdar://28501616
llvm-svn: 282774
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py | 1 |
1 files changed, 1 insertions, 0 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 0c415480de8..9e2abca9bb9 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py @@ -25,6 +25,7 @@ class TypeLookupTestCase(TestBase): self.line = line_number('main.m', '// break here') @skipUnlessDarwin + @expectedFailureAll(archs=['i386']) def test_type_lookup(self): """Test type lookup command.""" self.build() |