about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2023-03-30 12:38:41 +0200
committerPietro Albini <pietro.albini@ferrous-systems.com>2023-04-03 10:23:16 +0200
commitbbcbb6fccee0bc9edd7f4da96426d33a1742687d (patch)
tree4893bb9b91cbe04608591d06024545baa42c3719
parent48bea636fae05109ea90f08c290bae2b6bd9c69b (diff)
downloadrust-bbcbb6fccee0bc9edd7f4da96426d33a1742687d.tar.gz
rust-bbcbb6fccee0bc9edd7f4da96426d33a1742687d.zip
ignore x86-stdcall on mingw
-rw-r--r--tests/ui/symbol-names/x86-stdcall.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/symbol-names/x86-stdcall.rs b/tests/ui/symbol-names/x86-stdcall.rs
index dd0e5477e2e..43c086dc6bc 100644
--- a/tests/ui/symbol-names/x86-stdcall.rs
+++ b/tests/ui/symbol-names/x86-stdcall.rs
@@ -1,6 +1,7 @@
 // build-pass
 // only-x86
 // only-windows
+// ignore-gnu - vectorcall is not supported by GCC: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89485
 #![crate_type = "cdylib"]
 #![feature(abi_vectorcall)]