[Lldb-commits] [lldb] r212645 - Disable TestDataFormatterStdMap.test_with_dsym_and_run_command on Darwin
Todd Fiala
todd.fiala at gmail.com
Wed Jul 9 13:33:51 PDT 2014
Author: tfiala
Date: Wed Jul 9 15:33:51 2014
New Revision: 212645
URL: http://llvm.org/viewvc/llvm-project?rev=212645&view=rev
Log:
Disable TestDataFormatterStdMap.test_with_dsym_and_run_command on Darwin
See http://llvm.org/bugs/show_bug.cgi?id=20263
Modified:
lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py
Modified: lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py?rev=212645&r1=212644&r2=212645&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py (original)
+++ lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py Wed Jul 9 15:33:51 2014
@@ -14,6 +14,7 @@ class StdMapDataFormatterTestCase(TestBa
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@dsym_test
+ @expectedFailureDarwin("llvm.org/pr20263")
def test_with_dsym_and_run_command(self):
"""Test data formatter commands."""
self.buildDsym()
More information about the lldb-commits
mailing list