Files
llvm-project/lldb/test/API/lang/cpp/function-template-parameter-pack/TestFunctionTemplateParameterPack.py
Michael Buch 42764ec59b [lldb][test] TestFunctionTemplateParameterPack.py: XFAIL instead of skip
This test doesn't trigger an assertion on top-of-tree. Turn this into an
XFAIL instead.

Found this test because I'm working on improving parameter pack support
in the expression evaluator.
2026-01-19 13:27:27 +00:00

8 lines
342 B
Python

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.
# This is currently not fully supported. Hence XFAIL this test.
lldbinline.MakeInlineTest(__file__, globals(), [decorators.expectedFailureAll])