XFAIL some tests failing for Windows -> Android

llvm-svn: 255885
This commit is contained in:
Tamas Berghammer 2015-12-17 10:58:35 +00:00
parent 6f17e09307
commit 0e59c516c4
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ class TestMacros(TestBase):
@expectedFailureClang("clang does not emit .debug_macro[.dwo] sections.") @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") @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): def test_expr_with_macros(self):
self.build() self.build()

View File

@ -10,6 +10,7 @@ class TestPlatformProcessConnect(gdbremote_testcase.GdbRemoteTestCaseBase):
@llgs_test @llgs_test
@no_debug_info_test @no_debug_info_test
@skipIf(remote=False) @skipIf(remote=False)
@expectedFailureAll(hostoslist=["windows"], triple='.*-android')
def test_platform_process_connect(self): def test_platform_process_connect(self):
self.build() self.build()
self.init_llgs_test(False) self.init_llgs_test(False)