From 45a3fd206fb06f77a08968c99a8172cbf2ccdd0f Mon Sep 17 00:00:00 2001 From: Alex Langford Date: Tue, 23 Jul 2019 22:12:16 +0000 Subject: [lldb][test_suite] Update tests with unexpected pass on Android aarch64 Summary: update some test decorates that can actually pass on andriod aarch64 Patch by Wanyi Ye Differential Revision: https://reviews.llvm.org/D64767 llvm-svn: 366858 --- .../test/functionalities/target_command/TestTargetCommand.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/target_command') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py b/lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py index 71bfff1d05d..3e7c67e6374 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py @@ -39,9 +39,6 @@ class targetCommandTestCase(TestBase): self.do_target_command() - # 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': self.getBuildArtifact('globals')} @@ -50,7 +47,6 @@ 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': self.getBuildArtifact('globals')} -- cgit v1.2.3