summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2016-10-11 01:53:43 +0000
committerJim Ingham <jingham@apple.com>2016-10-11 01:53:43 +0000
commit8e7fe2c741d26ba8c17915aeab08347fb3fad271 (patch)
tree364a2f78db6cb86ce2ea76b744420c49914809ae /lldb/packages/Python/lldbsuite/test/lang/cpp
parentae068a320c753bb1648abdbad2265a09fb47023e (diff)
downloadbcm5719-llvm-8e7fe2c741d26ba8c17915aeab08347fb3fad271.tar.gz
bcm5719-llvm-8e7fe2c741d26ba8c17915aeab08347fb3fad271.zip
Fixing the bug number for darwin on this failure.
llvm-svn: 283843
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py
index 328766b89e7..aab6f4ffe34 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py
@@ -56,7 +56,9 @@ class StaticVariableTestCase(TestBase):
VARIABLES_DISPLAYED_CORRECTLY,
startstr="(int) A::g_points[1].x = 11")
- @expectedFailureDarwin(9980907)
+ @expectedFailureAll(
+ oslist=lldbplatformutil.getDarwinOSTriples(),
+ bugnumber="<rdar://problem/28706946>")
@expectedFailureAll(
compiler=[
"clang",
OpenPOWER on IntegriCloud