diff options
author | Davide Italiano <davide@freebsd.org> | 2019-02-16 17:16:53 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2019-02-16 17:16:53 +0000 |
commit | 40046bc8430f0b90d76cef9e6cc62ccc2abcb0b0 (patch) | |
tree | 3db7aa1f1e6266661136c9d4210ac87e9c8427ba /lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py | |
parent | c8ce9c23c7d83b27c457475d2c96f38541c1c93c (diff) | |
download | bcm5719-llvm-40046bc8430f0b90d76cef9e6cc62ccc2abcb0b0.tar.gz bcm5719-llvm-40046bc8430f0b90d76cef9e6cc62ccc2abcb0b0.zip |
[testsuite] Skip this test correctly also on macOS.
llvm-svn: 354204
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py | 5 |
1 files changed, 2 insertions, 3 deletions
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]) |