authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2023-09-23 22:00:29+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2023-09-24 00:27:33+01:00
log9ff872c9829c20cb16d233534248c5cf371a8bd9
tree8d0f5f0877d3594e07862532dee27f02f51b9404
parent62d077cfa1ad5ebbf97ed91a71d5b88f9c313e9d
signaturelock-open Commit is signed but in an unrecognized format.

behavior: disable newly failing tests


2 files changed, 2 insertions(+), 0 deletions(-)

test/behavior/bugs/12776.zig+1
......@@ -29,6 +29,7 @@ const CPU = packed struct {
2929};
3030
3131test {
32 if (builtin.zig_backend == .stage2_c) return error.SkipZigTest;
3233 if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
3334 if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
3435 if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest;
test/behavior/bugs/13664.zig+1
......@@ -17,6 +17,7 @@ test {
1717 if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
1818 if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
1919 if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
20 if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
2021
2122 const timestamp: i64 = value();
2223 const id = ID{ .fields = Fields{