[Lldb-commits] [lldb] r234625 - [TestFormatters, TestDataFormatterSynthVal] Mark as xfail.

Siva Chandra sivachandra at google.com
Fri Apr 10 12:25:50 PDT 2015


Author: sivachandra
Date: Fri Apr 10 14:25:50 2015
New Revision: 234625

URL: http://llvm.org/viewvc/llvm-project?rev=234625&view=rev
Log:
[TestFormatters, TestDataFormatterSynthVal] Mark as xfail.

Summary:
This is to get the bots to go green while a robust solution to fix these
tests is worked out.

Reviewers: chaoren, tberghammer, clayborg

Reviewed By: tberghammer, clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D8947

Modified:
    lldb/trunk/test/expression_command/formatters/TestFormatters.py
    lldb/trunk/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py

Modified: lldb/trunk/test/expression_command/formatters/TestFormatters.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/formatters/TestFormatters.py?rev=234625&r1=234624&r2=234625&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/formatters/TestFormatters.py (original)
+++ lldb/trunk/test/expression_command/formatters/TestFormatters.py Fri Apr 10 14:25:50 2015
@@ -26,6 +26,7 @@ class ExprFormattersTestCase(TestBase):
         self.do_my_test()
 
     @expectedFailureFreeBSD('llvm.org/pr19011') # Newer Clang omits C1 complete object constructor
+    @expectedFailureLinux('llvm.org/pr19011', ['clang'])
     @dwarf_test
     def test_with_dwarf(self):
         """Test expr + formatters for good interoperability."""

Modified: lldb/trunk/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py?rev=234625&r1=234624&r2=234625&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py (original)
+++ lldb/trunk/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py Fri Apr 10 14:25:50 2015
@@ -21,6 +21,7 @@ class DataFormatterSynthValueTestCase(Te
 
     @skipIfFreeBSD # llvm.org/pr20545 bogus output confuses buildbot parser
     @dwarf_test
+    @expectedFailureLinux('llvm.org/pr19011', ['clang'])
     def test_with_dwarf_and_run_command(self):
         """Test using Python synthetic children provider to provide a value."""
         self.buildDwarf()





More information about the lldb-commits mailing list