forked from OSchip/llvm-project
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:
parent
aff56c8a78
commit
b926d01d2a
|
@ -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'}
|
||||
|
|
Loading…
Reference in New Issue