forked from OSchip/llvm-project
XFAIL some tests failing for Windows -> Android
llvm-svn: 255885
This commit is contained in:
parent
6f17e09307
commit
0e59c516c4
|
@ -8,6 +8,7 @@ class TestMacros(TestBase):
|
|||
|
||||
@expectedFailureClang("clang does not emit .debug_macro[.dwo] sections.")
|
||||
@expectedFailureDwo("GCC produces multiple .debug_macro.dwo sections and the spec is unclear as to what it means")
|
||||
@expectedFailureAll(hostoslist=["windows"], compiler="gcc", triple='.*-android')
|
||||
def test_expr_with_macros(self):
|
||||
self.build()
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ class TestPlatformProcessConnect(gdbremote_testcase.GdbRemoteTestCaseBase):
|
|||
@llgs_test
|
||||
@no_debug_info_test
|
||||
@skipIf(remote=False)
|
||||
@expectedFailureAll(hostoslist=["windows"], triple='.*-android')
|
||||
def test_platform_process_connect(self):
|
||||
self.build()
|
||||
self.init_llgs_test(False)
|
||||
|
|
Loading…
Reference in New Issue