|
1 | 1 | {
|
2 | 2 | "common": [
|
| 3 | + { |
| 4 | + "comment": "TBD", |
| 5 | + "tests": [ |
| 6 | + "XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times optimized \"link_error\" 0" |
| 7 | + ] |
| 8 | + } |
3 | 9 | ],
|
4 | 10 | "newlib": [
|
5 | 11 | {
|
|
107 | 113 | "FAIL: gcc.dg/debug/btf/btf-datasec-1.c scan-assembler-times 0[\\t ]+[^\\n]*bts_offset 7",
|
108 | 114 | "FAIL: gcc.dg/debug/btf/btf-datasec-1.c scan-assembler-times ascii \".data.0\"[\\t ]+[^\\n]*btf_aux_string 1"
|
109 | 115 | ]
|
| 116 | + }, |
| 117 | + { |
| 118 | + "comment": "Expected to FAIL due to the missing exception handler from the OS", |
| 119 | + "tests": [ |
| 120 | + "FAIL: g++.dg/contracts/contracts-ignore2.C execution test", |
| 121 | + "FAIL: g++.dg/contracts/contracts-post3.C execution test", |
| 122 | + "FAIL: g++.dg/contracts/contracts15.C execution test", |
| 123 | + "FAIL: g++.dg/contracts/contracts17.C execution test", |
| 124 | + "FAIL: g++.dg/contracts/contracts3.C execution test", |
| 125 | + "FAIL: g++.dg/contracts/contracts5.C execution test" |
| 126 | + ] |
| 127 | + }, |
| 128 | + { |
| 129 | + "comment": "TLS is expected to FAIL on baremetal applications due to the missing OS", |
| 130 | + "tests": [ |
| 131 | + "XPASS: g++.dg/tls/thread_local-order2.C -std=c++14 execution test", |
| 132 | + "XPASS: g++.dg/tls/thread_local-order2.C -std=c++17 execution test", |
| 133 | + "XPASS: g++.dg/tls/thread_local-order2.C -std=c++20 execution test" |
| 134 | + ] |
| 135 | + }, |
| 136 | + { |
| 137 | + "comment": "Raw string literals are expected to FAIL on all architectures due to the wrong conversion of tab character", |
| 138 | + "tests": [ |
| 139 | + "XPASS: c-c++-common/raw-string-7.c -Wc++-compat execution test", |
| 140 | + "XPASS: c-c++-common/raw-string-7.c execution test" |
| 141 | + ] |
| 142 | + }, |
| 143 | + { |
| 144 | + "comment": "Unexpected passing to be investigated", |
| 145 | + "tests": [ |
| 146 | + "XPASS: g++.dg/torture/pr101373.C" |
| 147 | + ] |
110 | 148 | }
|
111 | 149 | ],
|
112 | 150 | "linux": [
|
|
0 commit comments