]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304659, and update
[FreeBSD/FreeBSD.git] / contrib / llvm / lib / Target / WebAssembly / known_gcc_test_failures.txt
1 # Tests which are known to fail from the GCC torture test suite.
2
3 # Syntax: Each line has a single test to be marked as a 'known failure' (or
4 # 'exclusion'. Known failures are expected to fail, and will cause an error if
5 # they pass. (Known failures that do not run at all will not cause an
6 # error). The format is
7 # <name> <attributes> # comment
8 #
9 # The attributes in this case represent the different arguments used to
10 # compiler: 'wasm-s' is for compiling to .s files, and 'wasm-o' for compiling
11 # to wasm object files (.o).
12
13 # Computed gotos are not supported (Cannot select BlockAddress/BRIND)
14 20040302-1.c
15 20071210-1.c
16 920501-4.c
17 920501-5.c
18 comp-goto-1.c
19 980526-1.c
20 990208-1.c
21
22 # WebAssembly hasn't implemented (will never?) __builtin_return_address
23 20010122-1.c
24 20030323-1.c
25 20030811-1.c
26 pr17377.c
27
28 # Error: invalid output constraint '=t' in asm.
29 990413-2.c
30
31 # Error: __builtin_setjmp / __builtin_longjmp is not supported for the current target.
32 built-in-setjmp.c
33 pr60003.c
34
35 # Error in the program / unsupported by Clang.
36 20000822-1.c
37 20010209-1.c
38 20010605-1.c
39 20030501-1.c
40 20040520-1.c
41 20061220-1.c
42 20090219-1.c
43 920415-1.c
44 920428-2.c
45 920501-7.c
46 920612-2.c
47 920721-4.c
48 921017-1.c
49 921215-1.c
50 931002-1.c
51 comp-goto-2.c
52 nest-align-1.c
53 nest-stdar-1.c
54 nestfunc-1.c
55 nestfunc-2.c
56 nestfunc-3.c
57 nestfunc-5.c
58 nestfunc-6.c
59 nestfunc-7.c
60 pr22061-3.c
61 pr22061-4.c
62 pr24135.c
63 pr51447.c
64 20020412-1.c
65 20040308-1.c
66 20040423-1.c
67 20041218-2.c
68 20070919-1.c
69 align-nest.c
70 pr41935.c
71 920302-1.c
72 920501-3.c
73 920728-1.c
74 pr28865.c
75 widechar-2.c
76
77 # crash: Running pass 'WebAssembly Explicit Locals' on function
78 20020107-1.c wasm-o
79 20030222-1.c wasm-o
80 20071220-1.c wasm-o
81 20071220-2.c wasm-o
82 990130-1.c wasm-o
83 pr38533.c wasm-o
84 pr41239.c wasm-o
85 pr43385.c wasm-o
86 pr43560.c wasm-o
87 pr45695.c wasm-o
88 pr49279.c wasm-o
89 pr49390.c wasm-o
90 pr52286.c wasm-o