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.
8 lines
342 B
Python
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])
|