]> git.proxmox.com Git - rustc.git/blame - debian/patches/ignore-failing-armhf-tests_03.patch
Ignore more tests failing on armhf
[rustc.git] / debian / patches / ignore-failing-armhf-tests_03.patch
CommitLineData
353a3556
XL
1Description: Disable reference.md "Items_and_attributes_14" doctest, hanging on armhf
2 This passes on i386 amd64 arm64
3 .
4 See https://gist.github.com/infinity0/2f5452d4ee9deb2f1bacb8b39c987c9c
5 for thread stacktrace during the hang; eddyb from #rustc suggests this might
6 be an LLVM issue. Unsure if this is Debian-specific; we should re-enable this
7 test again when we move to LLVM-3.8 (what Rust upstream is using) and if it
8 still occurs then file a bug upstream.
9Author: Ximin Luo <infinity0@debian.org>
10Bug: TODO pending LLVM-3.8 switch
11Forwarded: not-needed
12---
13This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
14--- a/src/doc/reference.md
15+++ b/src/doc/reference.md
16@@ -1084,7 +1084,7 @@
17 in the same way as any other Rust function, except that they have the `extern`
18 modifier.
19
20-```
21+```{.ignore}
22 // Declares an extern fn, the ABI defaults to "C"
23 extern fn new_i32() -> i32 { 0 }
24