summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value/change_values
diff options
context:
space:
mode:
authorVince Harron <vharron@google.com>2015-03-05 21:35:28 +0000
committerVince Harron <vharron@google.com>2015-03-05 21:35:28 +0000
commit6caca38f684299d11f80ec4b3c5dfee5cc8f5785 (patch)
tree2262c18a96fca87513735738832db77f1b127217 /lldb/test/python_api/value/change_values
parentfb0abceb5c7c46c73447d04060f345c69497e4e6 (diff)
downloadbcm5719-llvm-6caca38f684299d11f80ec4b3c5dfee5cc8f5785.tar.gz
bcm5719-llvm-6caca38f684299d11f80ec4b3c5dfee5cc8f5785.zip
XFAIL tests that are known to fail occasionally on Linux
Trying to get the build green so we can notice new failures easier. Differential Revision: http://reviews.llvm.org/D8039 llvm-svn: 231407
Diffstat (limited to 'lldb/test/python_api/value/change_values')
-rw-r--r--lldb/test/python_api/value/change_values/TestChangeValueAPI.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
index 6bba54344f9..22aa49c0fc7 100644
--- a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
+++ b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
@@ -24,6 +24,7 @@ class ChangeValueAPITestCase(TestBase):
@python_api_test
@dwarf_test
+ @expectedFailureLinux # this test fails 6/100 dosep runs
def test_change_value_with_dwarf(self):
"""Exercise the SBValue::SetValueFromCString API."""
d = {'EXE': self.exe_name}
OpenPOWER on IntegriCloud