| ... | @@ -1053,6 +1053,8 @@ pub const TestContext = struct { | ... | @@ -1053,6 +1053,8 @@ pub const TestContext = struct { |
| 1053 | | 1053 | |
| 1054 | // Cross-product to get all possible test combinations | 1054 | // Cross-product to get all possible test combinations |
| 1055 | for (backends) |backend| { | 1055 | for (backends) |backend| { |
| | 1056 | if (backend == .stage1 and skip_stage1) continue; |
| | 1057 | |
| 1056 | for (targets) |target| { | 1058 | for (targets) |target| { |
| 1057 | const name = try std.fmt.allocPrint(ctx.arena, "{s} ({s}, {s})", .{ | 1059 | const name = try std.fmt.allocPrint(ctx.arena, "{s} ({s}, {s})", .{ |
| 1058 | name_prefix, | 1060 | name_prefix, |