Skip to content

Commit b5f701a

Browse files
committed
Update newlib ARCHS allowlist.
Signed-off-by: Luis Silva <[email protected]>
1 parent 6bec40e commit b5f701a

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

test/allowlist/gcc/archs/gcc.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"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+
}
39
],
410
"newlib": [
511
{
@@ -107,6 +113,38 @@
107113
"FAIL: gcc.dg/debug/btf/btf-datasec-1.c scan-assembler-times 0[\\t ]+[^\\n]*bts_offset 7",
108114
"FAIL: gcc.dg/debug/btf/btf-datasec-1.c scan-assembler-times ascii \".data.0\"[\\t ]+[^\\n]*btf_aux_string 1"
109115
]
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+
]
110148
}
111149
],
112150
"linux": [

0 commit comments

Comments
 (0)