From 40046bc8430f0b90d76cef9e6cc62ccc2abcb0b0 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Sat, 16 Feb 2019 17:16:53 +0000 Subject: [testsuite] Skip this test correctly also on macOS. llvm-svn: 354204 --- .../class-template-parameter-pack/TestClassTemplateParameterPack.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py') diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py index f424934e703..5e5b72d3568 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py @@ -5,6 +5,5 @@ lldbinline.MakeInlineTest( __file__, globals(), [ decorators.expectedFailureAll( compiler="gcc"), - decorators.expectedFailureAll( - oslist=['ios', 'watchos', 'tvos', 'bridgeos'], - bugnumber="rdar://problem/48128064: class template declaration unexpectedly shadowed by VarDecl on MacOS")]) + # rdar://problem/48128064 + decorators.skipIfDarwin]) -- cgit v1.2.3