199451b44SJordan Rupprechtfrom lldbsuite.test import lldbinline
299451b44SJordan Rupprechtfrom lldbsuite.test import decorators
399451b44SJordan Rupprecht
499451b44SJordan Rupprecht# https://bugs.llvm.org/show_bug.cgi?id=35920
599451b44SJordan Rupprecht# This test stresses expression evaluation support for template functions.
699451b44SJordan Rupprecht# Currently the support is rudimentary, and running this test causes assertion
799451b44SJordan Rupprecht# failures in clang. This test cannot be XFAIL'ed because the test harness
899451b44SJordan Rupprecht# treats assertion failures as unexpected events. For now, the test must be
999451b44SJordan Rupprecht# skipped.
10*2238dcc3SJonas Devliegherelldbinline.MakeInlineTest(__file__, globals(), [decorators.skipIf])
11