diff options
author | Jim Ingham <jingham@apple.com> | 2017-04-18 00:20:59 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2017-04-18 00:20:59 +0000 |
commit | 7c0d74aa2b2a2589d8af31d0721d9ed6074c0036 (patch) | |
tree | 3e10b38677acc5de4e7bed227f6ad5efcef1f684 /lldb/packages/Python/lldbsuite/test/lang/cpp | |
parent | e52a34bd9d227934bbfb2cd8e56feeed8cf3e658 (diff) | |
download | bcm5719-llvm-7c0d74aa2b2a2589d8af31d0721d9ed6074c0036.tar.gz bcm5719-llvm-7c0d74aa2b2a2589d8af31d0721d9ed6074c0036.zip |
This test is succeeding on macOS with clang.
llvm-svn: 300517
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py | 7 |
1 files changed, 1 insertions, 6 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 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="<rdar://problem/28706946>") - @expectedFailureAll( - compiler=[ - "clang", - "gcc"], + compiler=["gcc"], bugnumber="Compiler emits incomplete debug info") @expectedFailureAll( oslist=['freebsd'], |