From 7c0d74aa2b2a2589d8af31d0721d9ed6074c0036 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Tue, 18 Apr 2017 00:20:59 +0000 Subject: This test is succeeding on macOS with clang. llvm-svn: 300517 --- .../lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp') 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 10e29e9899d..9b53a5cbc33 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 @@ -57,12 +57,7 @@ class StaticVariableTestCase(TestBase): startstr="(int) A::g_points[1].x = 11") @expectedFailureAll( - oslist=lldbplatformutil.getDarwinOSTriples(), - bugnumber="") - @expectedFailureAll( - compiler=[ - "clang", - "gcc"], + compiler=["gcc"], bugnumber="Compiler emits incomplete debug info") @expectedFailureAll( oslist=['freebsd'], -- cgit v1.2.3