about summary refs log tree commit diff
path: root/tests/debuginfo
diff options
context:
space:
mode:
authorMateusz Mikuła <mati865@gmail.com>2024-08-25 13:33:50 +0200
committerMateusz Mikuła <mati865@gmail.com>2024-09-01 12:37:26 +0200
commit4ee58db2f10d370f8e7ccc4b1409440342f01c3e (patch)
treea3b3bd43ee26f28698a72aa42c894999c5494ec8 /tests/debuginfo
parent1a1cc050d8efc906ede39f444936ade1fdc9c6cb (diff)
downloadrust-4ee58db2f10d370f8e7ccc4b1409440342f01c3e.tar.gz
rust-4ee58db2f10d370f8e7ccc4b1409440342f01c3e.zip
Upgrade CI's mingw-w64 toolchain
Diffstat (limited to 'tests/debuginfo')
-rw-r--r--tests/debuginfo/by-value-non-immediate-argument.rs1
-rw-r--r--tests/debuginfo/method-on-enum.rs2
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/debuginfo/by-value-non-immediate-argument.rs b/tests/debuginfo/by-value-non-immediate-argument.rs
index f0a39a45195..192f6efe7db 100644
--- a/tests/debuginfo/by-value-non-immediate-argument.rs
+++ b/tests/debuginfo/by-value-non-immediate-argument.rs
@@ -1,6 +1,7 @@
 //@ min-lldb-version: 1800
 //@ min-gdb-version: 13.0
 //@ compile-flags:-g
+//@ ignore-windows-gnu: #128973
 
 // === GDB TESTS ===================================================================================
 
diff --git a/tests/debuginfo/method-on-enum.rs b/tests/debuginfo/method-on-enum.rs
index a570144450d..754b4a2dc26 100644
--- a/tests/debuginfo/method-on-enum.rs
+++ b/tests/debuginfo/method-on-enum.rs
@@ -3,6 +3,8 @@
 
 //@ compile-flags:-g
 
+//@ ignore-windows-gnu: #128973
+
 // === GDB TESTS ===================================================================================
 
 // gdb-command:run