summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/class_static/TestStaticVariables.py
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2014-04-22 13:42:05 +0000
committerEd Maste <emaste@freebsd.org>2014-04-22 13:42:05 +0000
commitec4f47ed1c7422505871dc2ef2924c6735dd1213 (patch)
tree46a9ea41facbc477057e2974c8f7675cc89aa891 /lldb/test/lang/cpp/class_static/TestStaticVariables.py
parent7a25ca63bae0ab7dbf5914cf3080d2c56471b394 (diff)
downloadbcm5719-llvm-ec4f47ed1c7422505871dc2ef2924c6735dd1213.tar.gz
bcm5719-llvm-ec4f47ed1c7422505871dc2ef2924c6735dd1213.zip
Switch to Darwin decorator for tests that XPASS on FreeBSD
Since these tests pass on (at least some) other platforms, change the decorators to @expectedFailureDwarwin. Tested on FreeBSD with Clang 3.4 and libc++. rdar://9980907 rdar://15367233 llvm-svn: 206895
Diffstat (limited to 'lldb/test/lang/cpp/class_static/TestStaticVariables.py')
-rw-r--r--lldb/test/lang/cpp/class_static/TestStaticVariables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/class_static/TestStaticVariables.py b/lldb/test/lang/cpp/class_static/TestStaticVariables.py
index f7c92f4f2ef..2370c4d016c 100644
--- a/lldb/test/lang/cpp/class_static/TestStaticVariables.py
+++ b/lldb/test/lang/cpp/class_static/TestStaticVariables.py
@@ -38,7 +38,7 @@ class StaticVariableTestCase(TestBase):
self.buildDsym()
self.static_variable_python()
- @expectedFailureClang(9980907) # XPASS on FreeBSD w/ Clang 3.4 and libc++
+ @expectedFailureDarwin(9980907)
@python_api_test
@dwarf_test
def test_with_dwarf_and_python_api(self):
OpenPOWER on IntegriCloud