XFAIL 2 test in TestTargetCommands on android-aarch64

The 2 test just get enabled with the recemt test system refactor.

llvm-svn: 248901
This commit is contained in:
Tamas Berghammer 2015-09-30 13:42:06 +00:00
parent aff56c8a78
commit b926d01d2a
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ class targetCommandTestCase(TestBase):
# rdar://problem/9763907
# 'target variable' command fails if the target program has been run
@expectedFailureAndroid(archs=['aarch64'])
def test_target_variable_command(self):
"""Test 'target variable' command before and after starting the inferior."""
d = {'C_SOURCES': 'globals.c', 'EXE': 'globals'}
@ -45,6 +46,7 @@ class targetCommandTestCase(TestBase):
self.do_target_variable_command('globals')
@expectedFailureAndroid(archs=['aarch64'])
def test_target_variable_command_no_fail(self):
"""Test 'target variable' command before and after starting the inferior."""
d = {'C_SOURCES': 'globals.c', 'EXE': 'globals'}