diff options
author | Siva Chandra <sivachandra@google.com> | 2015-04-10 19:25:50 +0000 |
---|---|---|
committer | Siva Chandra <sivachandra@google.com> | 2015-04-10 19:25:50 +0000 |
commit | 18d1696d6201a7460ecf7aa79bd5f1cbd8868c91 (patch) | |
tree | a59ba6da39207b9fe0af9e9ba970cdbbecc6cc92 | |
parent | d7a2fc830f599c28cea9818f507ed62c67d42e7e (diff) | |
download | bcm5719-llvm-18d1696d6201a7460ecf7aa79bd5f1cbd8868c91.tar.gz bcm5719-llvm-18d1696d6201a7460ecf7aa79bd5f1cbd8868c91.zip |
[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
llvm-svn: 234625
-rw-r--r-- | lldb/test/expression_command/formatters/TestFormatters.py | 1 | ||||
-rw-r--r-- | lldb/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/expression_command/formatters/TestFormatters.py b/lldb/test/expression_command/formatters/TestFormatters.py index d76e05995d5..a6ba370a8d1 100644 --- a/lldb/test/expression_command/formatters/TestFormatters.py +++ b/lldb/test/expression_command/formatters/TestFormatters.py @@ -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.""" diff --git a/lldb/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py b/lldb/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py index 857eb52f11e..94a9934c87e 100644 --- a/lldb/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py +++ b/lldb/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py @@ -21,6 +21,7 @@ class DataFormatterSynthValueTestCase(TestBase): @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() |