[Lldb-commits] [lldb] r300517 - This test is succeeding on macOS with clang.
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 17 17:20:59 PDT 2017
Author: jingham
Date: Mon Apr 17 19:20:59 2017
New Revision: 300517
URL: http://llvm.org/viewvc/llvm-project?rev=300517&view=rev
Log:
This test is succeeding on macOS with clang.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py?rev=300517&r1=300516&r2=300517&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py Mon Apr 17 19:20:59 2017
@@ -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'],
More information about the lldb-commits
mailing list