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
signaturelock-open 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: {
9494 .use_llvm = false,
9595 .use_lld = false,
9696 },
97 .{
98 .target = .{
99 .cpu_arch = .aarch64,
100 .os_tag = .linux,
101 },
102 .use_llvm = false,
103 .use_lld = false,
104 },
97 // Doesn't support new liveness
98 //.{
99 // .target = .{
100 // .cpu_arch = .aarch64,
101 // .os_tag = .linux,
102 // },
103 // .use_llvm = false,
104 // .use_lld = false,
105 //},
105106 .{
106107 .target = .{
107108 .cpu_arch = .wasm32,
......@@ -128,15 +129,16 @@ const test_targets = blk: {
128129 // .use_llvm = false,
129130 // .use_lld = false,
130131 //},
131 .{
132 .target = .{
133 .cpu_arch = .aarch64,
134 .os_tag = .macos,
135 .abi = .none,
136 },
137 .use_llvm = false,
138 .use_lld = false,
139 },
132 // Doesn't support new liveness
133 //.{
134 // .target = .{
135 // .cpu_arch = .aarch64,
136 // .os_tag = .macos,
137 // .abi = .none,
138 // },
139 // .use_llvm = false,
140 // .use_lld = false,
141 //},
140142 .{
141143 .target = .{
142144 .cpu_arch = .x86_64,