Author: jingham
Date: Wed Mar 19 19:19:16 2014
New Revision: 204287

URL: http://llvm.org/viewvc/llvm-project?rev=204287&view=rev
Log:
expectedFailureDarwin for this test case.

Modified:
    lldb/trunk/test/expression_command/po_verbosity/TestPoVerbosity.py

Modified: lldb/trunk/test/expression_command/po_verbosity/TestPoVerbosity.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/po_verbosity/TestPoVerbosity.py?rev=204287&r1=204286&r2=204287&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/po_verbosity/TestPoVerbosity.py 
(original)
+++ lldb/trunk/test/expression_command/po_verbosity/TestPoVerbosity.py Wed Mar 
19 19:19:16 2014
@@ -20,6 +20,7 @@ class PoVerbosityTestCase(TestBase):
 
     @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
     @dsym_test
+    @expectedFailureDarwin(16374063)
     def test_with_dsym(self):
         """Test that the po command acts correctly."""
         self.buildDsym()
@@ -27,6 +28,7 @@ class PoVerbosityTestCase(TestBase):
 
     @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin 
due to ObjC test case")
     @dwarf_test
+    @expectedFailureDarwin(16374063)
     def test_with_dwarf(self):
         """Test that the po command acts correctly."""
         self.buildDwarf()


_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to