authorgravatar for xtex@astrafall.orgxtex <xtex@astrafall.org> 2025-06-14 18:05:57+08:00
committergravatar for xtex@astrafall.orgxtex <xtex@astrafall.org> 2025-06-28 06:47:09+08:00
logff06de4c897e0b51c4d1f044746d43397500be69
treed6fd887508e79e51e5e142b20099cc6ad29a654b
parente8d6ecb9ce37fbef1984fd2339bd512f1c0df6e5
signaturelock-open Commit is signed but in an unrecognized format.

riscv64: enable test summary printing


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

lib/compiler/test_runner.zig+1
...@@ -292,6 +292,7 @@ pub fn mainSimple() anyerror!void {...@@ -292,6 +292,7 @@ pub fn mainSimple() anyerror!void {
292 };292 };
293 // is the backend capable of using std.fmt.format to print a summary at the end?293 // is the backend capable of using std.fmt.format to print a summary at the end?
294 const print_summary = switch (builtin.zig_backend) {294 const print_summary = switch (builtin.zig_backend) {
295 .stage2_riscv64 => true,
295 else => false,296 else => false,
296 };297 };
297298