]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
Import mandoc 1.14.4
[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 20071220-1.c wasm-o,O0
15 20040302-1.c
16 20041214-1.c O0
17 20071210-1.c
18 20071220-1.c wasm-s,O0
19 920501-4.c
20 920501-5.c
21 comp-goto-1.c
22 980526-1.c
23 990208-1.c
24
25 # WebAssembly hasn't implemented (will never?) __builtin_return_address
26 20010122-1.c
27 20030323-1.c
28 20030811-1.c
29 pr17377.c
30
31 # Error: invalid output constraint '=t' in asm.
32 990413-2.c
33
34 # Error: __builtin_setjmp / __builtin_longjmp is not supported for the current target.
35 built-in-setjmp.c
36 pr60003.c
37
38 # Error in the program / unsupported by Clang.
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 # Untriaged: Assertion failure in WasmObjectWriter::applyRelocations
81 20071220-2.c wasm-o,O0