]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
Merge llvm, clang, lld and lldb trunk r300890, and update build glue.
[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 scal-to-vec1.c
37 scal-to-vec2.c
38 scal-to-vec3.c
39 20000822-1.c
40 20010209-1.c
41 20010605-1.c
42 20030501-1.c
43 20040520-1.c
44 20061220-1.c
45 20090219-1.c
46 920415-1.c
47 920428-2.c
48 920501-7.c
49 920612-2.c
50 920721-4.c
51 921017-1.c
52 921215-1.c
53 931002-1.c
54 comp-goto-2.c
55 nest-align-1.c
56 nest-stdar-1.c
57 nestfunc-1.c
58 nestfunc-2.c
59 nestfunc-3.c
60 nestfunc-5.c
61 nestfunc-6.c
62 nestfunc-7.c
63 pr22061-3.c
64 pr22061-4.c
65 pr24135.c
66 pr51447.c
67 20020412-1.c
68 20040308-1.c
69 20040423-1.c
70 20041218-2.c
71 20070919-1.c
72 align-nest.c
73 pr41935.c
74 920302-1.c
75 920501-3.c
76 920728-1.c
77 pr28865.c
78 widechar-2.c
79
80 # crash: Running pass 'WebAssembly Explicit Locals' on function
81 20020107-1.c wasm-o
82 20030222-1.c wasm-o
83 20071220-1.c wasm-o
84 20071220-2.c wasm-o
85 990130-1.c wasm-o
86 pr38533.c wasm-o
87 pr41239.c wasm-o
88 pr43385.c wasm-o
89 pr43560.c wasm-o
90 pr45695.c wasm-o
91 pr49279.c wasm-o
92 pr49390.c wasm-o
93 pr52286.c wasm-o
94
95 # fatal error: error in backend: data symbols must have a size set with .size
96 921110-1.c wasm-o