From: Jim Ingham Date: Tue, 11 Oct 2016 01:53:43 +0000 (+0000) Subject: Fixing the bug number for darwin on this failure. X-Git-Tag: llvmorg-4.0.0-rc1~7545 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e7fe2c741d26ba8c17915aeab08347fb3fad271;p=platform%2Fupstream%2Fllvm.git Fixing the bug number for darwin on this failure. llvm-svn: 283843 --- 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 328766b..aab6f4f 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="") @expectedFailureAll( compiler=[ "clang",