summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2014-04-07 13:42:05 +0000
committerEd Maste <emaste@freebsd.org>2014-04-07 13:42:05 +0000
commite63b5125e010cd4abc032ba0db7fc099f1fad6c4 (patch)
tree280fe2d4081d0a3ddd03e3b544633de52e657c5b
parent5c8c5e5573bef9d9895d9188863a82264fb8b2f2 (diff)
downloadbcm5719-llvm-e63b5125e010cd4abc032ba0db7fc099f1fad6c4.tar.gz
bcm5719-llvm-e63b5125e010cd4abc032ba0db7fc099f1fad6c4.zip
Add decorator for FreeBSD DynamicValueTestCase failure
Not yet root-caused, but I presume it is the same issue that affects Linux. llvm-svn: 205712
-rw-r--r--lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py b/lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py
index 84cf6a5935a..576d9642ebc 100644
--- a/lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py
+++ b/lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py
@@ -20,6 +20,7 @@ class DynamicValueTestCase(TestBase):
self.buildDsym(dictionary=self.getBuildFlags())
self.do_get_dynamic_vals()
+ @expectedFailureFreeBSD # FIXME: This needs to be root-caused.
@expectedFailureLinux # FIXME: This needs to be root-caused. It looks like the DWARF info is anticipating the derived class assignment.
@python_api_test
@dwarf_test
OpenPOWER on IntegriCloud