u-ignoretest-arm64_02
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Sun, 15 Oct 2017 19:31:03 +0000 (20:31 +0100)
committerXimin Luo <infinity0@debian.org>
Sun, 15 Oct 2017 19:31:03 +0000 (20:31 +0100)
commit 70e48b12e9ed06cc500061b9026aac9ea598a1e8
Author: Mátyás Mustoha <mmatyas@inf.u-szeged.hu>
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

index 125177efc53c79d102e62c519462536f9354fd69..f245306f4d8f6e08545cf0e492a09cc3d1e3c07d 100644 (file)
@@ -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