mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 06:41:50 +00:00
Merge branch 'main' into ali/inspector-cdp-pause
This commit is contained in:
@@ -854,6 +854,9 @@ pub const CommandLineReporter = struct {
|
||||
}
|
||||
}
|
||||
|
||||
for (sequence.flakyAttempts()) |attempt| {
|
||||
bun.handleOom(junit.writeTestCase(attempt.result, filename, display_label, concatenated_describe_scopes.items, 0, attempt.elapsed_ns, line_number));
|
||||
}
|
||||
bun.handleOom(junit.writeTestCase(status, filename, display_label, concatenated_describe_scopes.items, assertions, elapsed_ns, line_number));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user