1 # Tests which are known to fail from the GCC torture test suite.
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
9 # blockaddress without an indirectbr still can't be supported
10 20071220-1.c O2 # Relocation against a BB address
17 # WebAssembly hasn't implemented (will never?) __builtin_return_address
23 # Error: invalid output constraint '=t' in asm.
26 # Error: __builtin_setjmp / __builtin_longjmp is not supported for the current target.
30 # Error in the program / unsupported by Clang.
80 devirt-6.C # bad main signature
81 devirt-13.C # bad main signature
82 devirt-14.C # bad main signature
83 devirt-21.C # bad main signature
84 devirt-23.C # bad main signature
85 lifetime2.C # violates C++ DR1696
87 # WASI doesn't have stdjmp.h yet
91 # WASI doesn't have pthread.h yet
99 # Untriaged C++ failures