From bbcbb6fccee0bc9edd7f4da96426d33a1742687d Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Thu, 30 Mar 2023 12:38:41 +0200 Subject: [PATCH] ignore x86-stdcall on mingw --- tests/ui/symbol-names/x86-stdcall.rs | 1 + 1 file changed, 1 insertion(+) 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)]