]> git.lizzy.rs Git - rust.git/blob - src/etc/x86.supp
Unignore u128 test for stage 0,1
[rust.git] / src / etc / x86.supp
1 {
2    goddammit-llvm-why-u-no-valgrind
3    Memcheck:Cond
4    fun:*
5    ...
6 }
7
8 {
9    down-with-thread-dtors.rs-fails-otherwise-1
10    Memcheck:Addr1
11    ...
12    fun:tlv_finalize
13    fun:_pthread_tsd_cleanup
14    fun:_pthread_exit
15    ...
16    fun:_pthread_start
17    fun:thread_start
18 }
19
20 {
21    down-with-thread-dtors.rs-fails-otherwise-2
22    Memcheck:Addr2
23    ...
24    fun:tlv_finalize
25    fun:_pthread_tsd_cleanup
26    fun:_pthread_exit
27    ...
28    fun:_pthread_start
29    fun:thread_start
30 }
31
32 {
33    down-with-thread-dtors.rs-fails-otherwise-3
34    Memcheck:Addr4
35    ...
36    fun:tlv_finalize
37    fun:_pthread_tsd_cleanup
38    fun:_pthread_exit
39    ...
40    fun:_pthread_start
41    fun:thread_start
42 }
43
44 {
45    down-with-thread-dtors.rs-fails-otherwise-4
46    Memcheck:Addr8
47    ...
48    fun:tlv_finalize
49    fun:_pthread_tsd_cleanup
50    fun:_pthread_exit
51    ...
52    fun:_pthread_start
53    fun:thread_start
54 }
55
56 {
57    down-with-thread-dtors.rs-fails-otherwise-5
58    Memcheck:Leak
59    match-leak-kinds: definite
60    fun:malloc
61    fun:tlv_allocate_and_initialize_for_key
62    fun:tlv_get_addr
63    ...
64    fun:start
65 }