summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/class_static/TestStaticVariables.py
diff options
context:
space:
mode:
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