Fixing the bug number for darwin on this failure.
authorJim Ingham <jingham@apple.com>
Tue, 11 Oct 2016 01:53:43 +0000 (01:53 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 11 Oct 2016 01:53:43 +0000 (01:53 +0000)
llvm-svn: 283843

lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py

index 328766b..aab6f4f 100644 (file)
@@ -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",