mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
add empty cases to empty test suite (#594)
Some checks failed
e2e-test / zig build release (push) Has been cancelled
wpt / web platform tests (push) Has been cancelled
wpt / web platform tests json output (push) Has been cancelled
zig-test / zig build dev (push) Has been cancelled
zig-test / zig test (push) Has been cancelled
e2e-test / puppeteer-perf (push) Has been cancelled
e2e-test / demo-scripts (push) Has been cancelled
wpt / perf-fmt (push) Has been cancelled
zig-test / browser fetch (push) Has been cancelled
zig-test / perf-fmt (push) Has been cancelled
nightly build / build-linux-x86_64 (push) Has been cancelled
nightly build / build-linux-aarch64 (push) Has been cancelled
nightly build / build-macos-aarch64 (push) Has been cancelled
nightly build / build-macos-x86_64 (push) Has been cancelled
Some checks failed
e2e-test / zig build release (push) Has been cancelled
wpt / web platform tests (push) Has been cancelled
wpt / web platform tests json output (push) Has been cancelled
zig-test / zig build dev (push) Has been cancelled
zig-test / zig test (push) Has been cancelled
e2e-test / puppeteer-perf (push) Has been cancelled
e2e-test / demo-scripts (push) Has been cancelled
wpt / perf-fmt (push) Has been cancelled
zig-test / browser fetch (push) Has been cancelled
zig-test / perf-fmt (push) Has been cancelled
nightly build / build-linux-x86_64 (push) Has been cancelled
nightly build / build-linux-aarch64 (push) Has been cancelled
nightly build / build-macos-aarch64 (push) Has been cancelled
nightly build / build-macos-x86_64 (push) Has been cancelled
This commit is contained in:
@@ -208,7 +208,7 @@ const Writer = struct {
|
|||||||
// to make it valid json.
|
// to make it valid json.
|
||||||
// Better option could be to change the formatter to work on JSONL:
|
// Better option could be to change the formatter to work on JSONL:
|
||||||
// https://github.com/lightpanda-io/perf-fmt/blob/main/wpt/wpt.go
|
// https://github.com/lightpanda-io/perf-fmt/blob/main/wpt/wpt.go
|
||||||
try self.out.writeAll("{\"name\":\"trailing-hack\",\"pass\": true}]");
|
try self.out.writeAll("{\"name\":\"empty\",\"pass\": true, \"cases\": []}]");
|
||||||
} else {
|
} else {
|
||||||
try self.out.print("\n==Summary==\nTests: {d}/{d}\nCases: {d}/{d}\n", .{
|
try self.out.print("\n==Summary==\nTests: {d}/{d}\nCases: {d}/{d}\n", .{
|
||||||
self.pass_count,
|
self.pass_count,
|
||||||
|
|||||||
Reference in New Issue
Block a user