mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 04:55:50 -04:00

TestLibcxxListLoop - fails because the evil "define private public" trick does not work with gmodules. The purpose of the test is not to test debug info parsing so I just mark it as no_debug_info_testcase. In the long term it may be interesting to write a mock std::list which will allow us to test bad inputs to data formatters more easily. TestGModules - seems to be a genuine bug. Filed pr36107 and xfailed. llvm-svn: 323520
7 lines
241 B
Python
7 lines
241 B
Python
import lldbsuite.test.lldbinline as lldbinline
|
|
from lldbsuite.test.decorators import *
|
|
|
|
lldbinline.MakeInlineTest(__file__, globals(), [
|
|
expectedFailureAll(oslist=["linux"], bugnumber="llvm.org/pr36107",
|
|
debug_info="gmodules")])
|