From 88c643b6fec27eec436c8d138fee6346e92337d6 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 20 Aug 2019 18:01:57 +0000 Subject: Remove upstream files and directories from vendor/lldb/dist that we do not use. This saves on repository space, and reduces the number of tree conflicts when merging. --- .../TestFunctionTemplateParameterPack.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/TestFunctionTemplateParameterPack.py (limited to 'packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/TestFunctionTemplateParameterPack.py') diff --git a/packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/TestFunctionTemplateParameterPack.py b/packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/TestFunctionTemplateParameterPack.py deleted file mode 100644 index b90f74656cdf0..0000000000000 --- a/packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/TestFunctionTemplateParameterPack.py +++ /dev/null @@ -1,12 +0,0 @@ -from lldbsuite.test import lldbinline -from lldbsuite.test import decorators - -# https://bugs.llvm.org/show_bug.cgi?id=35920 -# This test stresses expression evaluation support for template functions. -# Currently the support is rudimentary, and running this test causes assertion -# failures in clang. This test cannot be XFAIL'ed because the test harness -# treats assertion failures as unexpected events. For now, the test must be -# skipped. -lldbinline.MakeInlineTest( - __file__, globals(), [ - decorators.skipIf]) -- cgit v1.2.3