diff options
author | Greg Clayton <gclayton@apple.com> | 2016-07-12 23:06:28 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2016-07-12 23:06:28 +0000 |
commit | f1d93ecc760eb429ebe274399cbb0ab63691c336 (patch) | |
tree | dc60f1282e3879b982173c7c79658a41b44053ce /lldb/packages/Python/lldbsuite/test | |
parent | f400a099a4efed469110ac562b54a04cb77e0d43 (diff) | |
download | bcm5719-llvm-f1d93ecc760eb429ebe274399cbb0ab63691c336.tar.gz bcm5719-llvm-f1d93ecc760eb429ebe274399cbb0ab63691c336.zip |
This doesn't compiler on Darwin. Skipping it.
llvm-svn: 275225
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/TestDataFormatterStdSmartPtr.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/TestDataFormatterStdSmartPtr.py b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/TestDataFormatterStdSmartPtr.py index 9ad2aafa990..20b1a3d2115 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/TestDataFormatterStdSmartPtr.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/TestDataFormatterStdSmartPtr.py @@ -15,6 +15,7 @@ class StdSmartPtrDataFormatterTestCase(TestBase): @skipIfFreeBSD @skipIfWindows # libstdcpp not ported to Windows + @skipIfDarwin # doesn't compile on Darwin def test_with_run_command(self): self.build() self.runCmd("file a.out", CURRENT_EXECUTABLE_SET) |