authorgravatar for jacobly@ziglang.orgJacob Young <jacobly@ziglang.org> 2023-04-13 04:05:39-04:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2023-04-20 20:49:35+01:00
log77941862101c9c0c1b11b7d99d01519172189edb
tree66c3696617a2d30e2fce5abac3316172cf3fe13c
parent07d57623b30991ac00160a0ac0e3c44d85c73931
signature Commit is signed but in an unrecognized format.

x86_64: disable some behavior tests

These backends doesn't support the new liveness yet.

1 files changed, 19 insertions(+), 17 deletions(-)

test/tests.zig+19-17
...@@ -94,14 +94,15 @@ const test_targets = blk: {...@@ -94,14 +94,15 @@ const test_targets = blk: {
94 .use_llvm = false,94 .use_llvm = false,
95 .use_lld = false,95 .use_lld = false,
96 },96 },
97 .{97 // Doesn't support new liveness
98 .target = .{98 //.{
99 .cpu_arch = .aarch64,99 // .target = .{
100 .os_tag = .linux,100 // .cpu_arch = .aarch64,
101 },101 // .os_tag = .linux,
102 .use_llvm = false,102 // },
103 .use_lld = false,103 // .use_llvm = false,
104 },104 // .use_lld = false,
105 //},
105 .{106 .{
106 .target = .{107 .target = .{
107 .cpu_arch = .wasm32,108 .cpu_arch = .wasm32,
...@@ -128,15 +129,16 @@ const test_targets = blk: {...@@ -128,15 +129,16 @@ const test_targets = blk: {
128 // .use_llvm = false,129 // .use_llvm = false,
129 // .use_lld = false,130 // .use_lld = false,
130 //},131 //},
131 .{132 // Doesn't support new liveness
132 .target = .{133 //.{
133 .cpu_arch = .aarch64,134 // .target = .{
134 .os_tag = .macos,135 // .cpu_arch = .aarch64,
135 .abi = .none,136 // .os_tag = .macos,
136 },137 // .abi = .none,
137 .use_llvm = false,138 // },
138 .use_lld = false,139 // .use_llvm = false,
139 },140 // .use_lld = false,
141 //},
140 .{142 .{
141 .target = .{143 .target = .{
142 .cpu_arch = .x86_64,144 .cpu_arch = .x86_64,