| author | |
| committer | |
| log | f648a1b0439aaf22be26b29d290e53493f4db16b |
| tree | 0b765724e665b2dccf3b08442550277bd90691dc |
| parent | 3679d737f88fc18da8b8f1d6d6d2a6e8690ebd1d |
1 files changed, 2 insertions(+), 0 deletions(-)
src/test.zig+2| ... | ... | @@ -1053,6 +1053,8 @@ pub const TestContext = struct { |
| 1053 | 1053 | |
| 1054 | 1054 | // Cross-product to get all possible test combinations |
| 1055 | 1055 | for (backends) |backend| { |
| 1056 | if (backend == .stage1 and skip_stage1) continue; | |
| 1057 | ||
| 1056 | 1058 | for (targets) |target| { |
| 1057 | 1059 | const name = try std.fmt.allocPrint(ctx.arena, "{s} ({s}, {s})", .{ |
| 1058 | 1060 | name_prefix, |