]> git.proxmox.com Git - rustc.git/blob - debian/patches/u-ignoretest-arm64-stdcall.patch
README.source: keep experimental branches synced
[rustc.git] / debian / patches / u-ignoretest-arm64-stdcall.patch
1 Description: Ignore failing stdcall test on arm64
2 Disable test that fails on Debian; "stdcall" is a win32 calling convention and
3 not supposed to work here anyway.
4 Author: Ximin Luo <infinity0@debian.org>
5 Bug: https://github.com/rust-lang/rust/issues/36348
6 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837533
7 ---
8 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
9 Index: rust/src/test/debuginfo/type-names.rs
10 ===================================================================
11 --- rust.orig/src/test/debuginfo/type-names.rs
12 +++ rust/src/test/debuginfo/type-names.rs
13 @@ -363,7 +363,7 @@ fn main() {
14 let rust_fn_with_return_value = (rust_fn_with_return_value, 0_usize);
15 let extern_c_fn_with_return_value = (extern_c_fn_with_return_value, 0_usize);
16 let unsafe_fn_with_return_value = (unsafe_fn_with_return_value, 0_usize);
17 - let extern_stdcall_fn_with_return_value = (extern_stdcall_fn_with_return_value, 0_usize);
18 +// let extern_stdcall_fn_with_return_value = (extern_stdcall_fn_with_return_value, 0_usize);
19
20 let generic_function_int = (generic_function::<isize>, 0_usize);
21 let generic_function_struct3 = (generic_function::<mod1::mod2::Struct3>, 0_usize);