blob: 30a51020bb10c41498fab6ca63867caecc94e742 (
plain)
1
2
3
4
5
6
7
|
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])
|