This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGfc5495c351a1: [lldb] Make TestAArch64AdrpAdd depend on the AArch64 target (authored by teemperor). Herald added a subscriber: lldb-commits.
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D108145/new/ https://reviews.llvm.org/D108145 Files: lldb/test/API/functionalities/disassemble/aarch64-adrp-add/TestAArch64AdrpAdd.py Index: lldb/test/API/functionalities/disassemble/aarch64-adrp-add/TestAArch64AdrpAdd.py =================================================================== --- lldb/test/API/functionalities/disassemble/aarch64-adrp-add/TestAArch64AdrpAdd.py +++ lldb/test/API/functionalities/disassemble/aarch64-adrp-add/TestAArch64AdrpAdd.py @@ -11,6 +11,7 @@ mydir = TestBase.compute_mydir(__file__) @no_debug_info_test + @skipIfLLVMTargetMissing("AArch64") def test_arm64(self): src_dir = self.getSourceDir() yaml_path = os.path.join(src_dir, "a.out-arm64.yaml") @@ -27,6 +28,7 @@ self.disassemble_check_for_hi_and_foo(target, f, binaryname) @no_debug_info_test + @skipIfLLVMTargetMissing("AArch64") def test_arm64_32(self): src_dir = self.getSourceDir() yaml_path = os.path.join(src_dir, "a.out-arm64_32.yaml")
Index: lldb/test/API/functionalities/disassemble/aarch64-adrp-add/TestAArch64AdrpAdd.py =================================================================== --- lldb/test/API/functionalities/disassemble/aarch64-adrp-add/TestAArch64AdrpAdd.py +++ lldb/test/API/functionalities/disassemble/aarch64-adrp-add/TestAArch64AdrpAdd.py @@ -11,6 +11,7 @@ mydir = TestBase.compute_mydir(__file__) @no_debug_info_test + @skipIfLLVMTargetMissing("AArch64") def test_arm64(self): src_dir = self.getSourceDir() yaml_path = os.path.join(src_dir, "a.out-arm64.yaml") @@ -27,6 +28,7 @@ self.disassemble_check_for_hi_and_foo(target, f, binaryname) @no_debug_info_test + @skipIfLLVMTargetMissing("AArch64") def test_arm64_32(self): src_dir = self.getSourceDir() yaml_path = os.path.join(src_dir, "a.out-arm64_32.yaml")
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits