Author: Jonas Devlieghere Date: 2021-10-17T19:12:24-07:00 New Revision: c900b0a6d5f7aba7d71c3f0d02eb27a2bc9c9448
URL: https://github.com/llvm/llvm-project/commit/c900b0a6d5f7aba7d71c3f0d02eb27a2bc9c9448 DIFF: https://github.com/llvm/llvm-project/commit/c900b0a6d5f7aba7d71c3f0d02eb27a2bc9c9448.diff LOG: [lldb] Skip target variable test on AS Added: Modified: lldb/test/API/commands/target/basic/TestTargetCommand.py Removed: ################################################################################ diff --git a/lldb/test/API/commands/target/basic/TestTargetCommand.py b/lldb/test/API/commands/target/basic/TestTargetCommand.py index 15b226b4d3bf2..8a57b05ebb316 100644 --- a/lldb/test/API/commands/target/basic/TestTargetCommand.py +++ b/lldb/test/API/commands/target/basic/TestTargetCommand.py @@ -45,6 +45,7 @@ def test_target_command(self): self.do_target_command() @expectedFailureAll(archs=['arm64e']) # <rdar://problem/37773624> + @expectedFailureDarwin(archs=["arm64"]) # <rdar://problem/37773624> 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')} @@ -54,6 +55,7 @@ def test_target_variable_command(self): self.do_target_variable_command('globals') @expectedFailureAll(archs=['arm64e']) # <rdar://problem/37773624> + @expectedFailureDarwin(archs=["arm64"]) # <rdar://problem/37773624> 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')} _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits