From 778a6e1c9bf896c37cc8ed9e54207918faa71fd8 Mon Sep 17 00:00:00 2001 From: Rust Maintainers Date: Sun, 15 Oct 2017 20:31:03 +0100 Subject: [PATCH] u-ignoretest-arm64_02 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit commit 70e48b12e9ed06cc500061b9026aac9ea598a1e8 Author: Mátyás Mustoha Date: Thu Jun 8 12:03:08 2017 +0200 Ignore variadic FFI test on AArch64 Gbp-Pq: Name u-ignoretest-arm64_02.patch --- src/test/compile-fail/variadic-ffi.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/compile-fail/variadic-ffi.rs b/src/test/compile-fail/variadic-ffi.rs index 125177efc5..f245306f4d 100644 --- a/src/test/compile-fail/variadic-ffi.rs +++ b/src/test/compile-fail/variadic-ffi.rs @@ -9,6 +9,7 @@ // except according to those terms. // ignore-arm stdcall isn't suppported +// ignore-aarch64 stdcall isn't suppported extern "stdcall" { fn printf(_: *const u8, ...); //~ ERROR: variadic function must have C or cdecl calling -- 2.30.2