Commit 80999391d9

Robin Voetter <robin@voetter.nl>
2024-08-18 15:05:52
re-enable emit_asm_and_bin and emit_llvm_no_bin tests
These were fixed during the last few commits too. The emit_llvm_no_bin test is renamed from the issue_12588 test. Closes #17484
1 parent 294ca65
Changed files (3)
test
standalone
test/standalone/issue_12588/build.zig → test/standalone/emit_llvm_no_bin/build.zig
File renamed without changes
test/standalone/issue_12588/main.zig → test/standalone/emit_llvm_no_bin/main.zig
File renamed without changes
test/standalone/build.zig.zon
@@ -51,16 +51,14 @@
         .install_raw_hex = .{
             .path = "install_raw_hex",
         },
-        // https://github.com/ziglang/zig/issues/17484
-        //.emit_asm_and_bin = .{
-        //    .path = "emit_asm_and_bin",
-        //},
-        // https://github.com/ziglang/zig/issues/17484
-        //.issue_12588 = .{
-        //    .path = "issue_12588",
-        //},
+        .emit_asm_and_bin = .{
+            .path = "emit_asm_and_bin",
+        },
+        .emit_llvm_no_bin = .{
+            .path = "emit_llvm_no_bin",
+        },
         .emit_asm_no_bin = .{
-           .path = "emit_asm_no_bin",
+            .path = "emit_asm_no_bin",
         },
         .child_process = .{
             .path = "child_process",