Commit 7794186210

Jacob Young <jacobly0@users.noreply.github.com>
2023-04-13 10:05:39
x86_64: disable some behavior tests
These backends doesn't support the new liveness yet.
1 parent 07d5762
Changed files (1)
test/tests.zig
@@ -94,14 +94,15 @@ const test_targets = blk: {
             .use_llvm = false,
             .use_lld = false,
         },
-        .{
-            .target = .{
-                .cpu_arch = .aarch64,
-                .os_tag = .linux,
-            },
-            .use_llvm = false,
-            .use_lld = false,
-        },
+        // Doesn't support new liveness
+        //.{
+        //    .target = .{
+        //        .cpu_arch = .aarch64,
+        //        .os_tag = .linux,
+        //    },
+        //    .use_llvm = false,
+        //    .use_lld = false,
+        //},
         .{
             .target = .{
                 .cpu_arch = .wasm32,
@@ -128,15 +129,16 @@ const test_targets = blk: {
         //    .use_llvm = false,
         //    .use_lld = false,
         //},
-        .{
-            .target = .{
-                .cpu_arch = .aarch64,
-                .os_tag = .macos,
-                .abi = .none,
-            },
-            .use_llvm = false,
-            .use_lld = false,
-        },
+        // Doesn't support new liveness
+        //.{
+        //    .target = .{
+        //        .cpu_arch = .aarch64,
+        //        .os_tag = .macos,
+        //        .abi = .none,
+        //    },
+        //    .use_llvm = false,
+        //    .use_lld = false,
+        //},
         .{
             .target = .{
                 .cpu_arch = .x86_64,