From 6df3bc317b727cee5fd23955b2c15b69d288cce6 Mon Sep 17 00:00:00 2001 From: Thiago Jung Bauermann Date: Mon, 28 Apr 2025 01:55:49 -0300 Subject: [PATCH] GDB: testsuite: Allow gdb.arch/aarch64-sve-sigunwind.exp for remote targets This tests now has the same failures on remote targets as it does on native ones. --- gdb/testsuite/gdb.arch/aarch64-sve-sigunwind.exp | 2 -- 1 file changed, 2 deletions(-) diff --git a/gdb/testsuite/gdb.arch/aarch64-sve-sigunwind.exp b/gdb/testsuite/gdb.arch/aarch64-sve-sigunwind.exp index 32340bb53a3..1dd7335a318 100644 --- a/gdb/testsuite/gdb.arch/aarch64-sve-sigunwind.exp +++ b/gdb/testsuite/gdb.arch/aarch64-sve-sigunwind.exp @@ -16,8 +16,6 @@ # Exercise unwinding AArch64's SVE registers from a signal frame. require allow_aarch64_sve_tests -# Remote targets can't communicate vector length changes to GDB via the RSP. -require !gdb_protocol_is_remote set first_vl 0 set second_vl 0 -- 2.47.2