[Lldb-commits] [PATCH] [TestFormatters, TestDataFormatterSynthVal] Mark as xfail.
Siva Chandra
sivachandra at google.com
Thu Apr 9 17:46:25 PDT 2015
Hi clayborg, chaoren, tberghammer,
This is to get the bots to go green while a robust solution to fix these
tests is worked out.
http://reviews.llvm.org/D8947
Files:
test/expression_command/formatters/TestFormatters.py
test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
Index: test/expression_command/formatters/TestFormatters.py
===================================================================
--- test/expression_command/formatters/TestFormatters.py
+++ test/expression_command/formatters/TestFormatters.py
@@ -26,6 +26,7 @@
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."""
Index: test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
===================================================================
--- test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
+++ test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
@@ -21,6 +21,7 @@
@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()
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8947.23551.patch
Type: text/x-patch
Size: 1239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150410/2649ed6b/attachment.bin>
More information about the lldb-commits
mailing list