summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value_var_update/TestValueVarUpdate.py
diff options
context:
space:
mode:
authorSiva Chandra <sivachandra@google.com>2014-11-22 05:55:00 +0000
committerSiva Chandra <sivachandra@google.com>2014-11-22 05:55:00 +0000
commit51aba6ffa9ef41b12c635acdd209875ffebb8ec5 (patch)
tree87405823c3ea6eef6d2bd168b6aa7afcfc8dd80b /lldb/test/python_api/value_var_update/TestValueVarUpdate.py
parent8c44d86ab8351481d773379b8986d2da4e826b55 (diff)
downloadbcm5719-llvm-51aba6ffa9ef41b12c635acdd209875ffebb8ec5.tar.gz
bcm5719-llvm-51aba6ffa9ef41b12c635acdd209875ffebb8ec5.zip
Mark 9 lldb unit tests for ubuntu as XFAIL.
The following lldb unit tests fail check-lldb on ubuntu: TestDataFormatterStdMap.py TestDataFormatterStdVBool.py TestDataFormatterStdVector.py TestDataFormatterSynthVal.py TestEvents.py TestInitializerList.py TestMemoryHistory.py TestReportData.py TestValueVarUpdate.py These unit test failures are for non-core functionality. The intent is to reduce the check-lldb FAILS to core functionality FAILS and then circle back later and fix these FAILS at a later date. llvm-svn: 222608
Diffstat (limited to 'lldb/test/python_api/value_var_update/TestValueVarUpdate.py')
-rw-r--r--lldb/test/python_api/value_var_update/TestValueVarUpdate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/value_var_update/TestValueVarUpdate.py b/lldb/test/python_api/value_var_update/TestValueVarUpdate.py
index 842906e71f8..793ea4f13e0 100644
--- a/lldb/test/python_api/value_var_update/TestValueVarUpdate.py
+++ b/lldb/test/python_api/value_var_update/TestValueVarUpdate.py
@@ -19,6 +19,7 @@ class HelloWorldTestCase(TestBase):
self.setTearDownCleanup(dictionary=self.d)
self.do_test()
+ @expectedFailureLinux # non-core functionality, need to reenable and fix later (DES 2014.11.07)
@expectedFailureFreeBSD("llvm.org/pr21620 GetValueDidChange() wrong")
@python_api_test
@dwarf_test
OpenPOWER on IntegriCloud