[Lldb-commits] [lldb] r204287 - expectedFailureDarwin for this test case.
Jim Ingham
jingham at apple.com
Wed Mar 19 17:19:16 PDT 2014
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()
More information about the lldb-commits
mailing list