From 6ca84e3758c3a74982fe3cfb1ae0ecca59371388 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Mon, 30 Sep 2013 20:55:00 +0000 Subject: [PATCH] This test uses ObjC so it should not run on anything != Darwin llvm-svn: 191698 --- lldb/test/expression_command/po_verbosity/TestPoVerbosity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/expression_command/po_verbosity/TestPoVerbosity.py b/lldb/test/expression_command/po_verbosity/TestPoVerbosity.py index 867d385526ec..d815217abcc4 100644 --- a/lldb/test/expression_command/po_verbosity/TestPoVerbosity.py +++ b/lldb/test/expression_command/po_verbosity/TestPoVerbosity.py @@ -25,6 +25,7 @@ class PoVerbosityTestCase(TestBase): self.buildDsym() self.do_my_test() + @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin due to ObjC test case") @dwarf_test def test_with_dwarf(self): """Test that the po command acts correctly."""