diff options
author | Jason Molenda <jmolenda@apple.com> | 2017-09-25 21:23:37 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2017-09-25 21:23:37 +0000 |
commit | ce9606dd4f675b207c51934020c36f4042014246 (patch) | |
tree | 5373066c8b441c71d91c70e8337354948ec8ce8e /lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py | |
parent | d45720b55a69b71205f090973fc30ed6000fdbed (diff) | |
download | bcm5719-llvm-ce9606dd4f675b207c51934020c36f4042014246.tar.gz bcm5719-llvm-ce9606dd4f675b207c51934020c36f4042014246.zip |
Remove the details of the libstdc++ implementation that were
in TestDataFormatterSkipSummary.py - I'm building this test
with the default c++ library.
Skip TestMTCSimple.py when running for i386.
llvm-svn: 314155
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py b/lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py index 808011f0fe9..eb6981d04fa 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py @@ -30,6 +30,7 @@ class MTCSimpleTestCase(TestBase): # Call super's setUp(). TestBase.setUp(self) + @skipIf(archs=['i386']) def mtc_tests(self): # Load the test exe = os.path.join(os.getcwd(), "a.out") |