1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 17:49:08 -05:00
denoland-deno/test_util/src
Marcos Casagrande 9fe508dfb9
fix(cli/bench): skip strace table border (#16310)
It crashes due to the table border output from `strace`,

```
% time     seconds  usecs/call     calls    errors syscall
------ ----------- ----------- --------- --------- ---------------- # this is skipped correctly
 61.27    6.012053         678      8860       637 futex
   0.00    0.000000           0         4           geteuid
------ ----------- ----------- --------- --------- ----------------  # this causes the crash
100.00   11.732230                 25552      1205 total

```

It's flaky because that line is not always skipped from the output, for
some reason that I've yet to find out.
2022-10-16 21:37:42 +02:00
..
testdata Move benchmarks to Rust (#7134) 2020-08-28 09:03:50 -04:00
assertions.rs chore(test_util): add new string assertion macros (#14928) 2022-06-21 15:25:07 -04:00
lib.rs fix(cli/bench): skip strace table border (#16310) 2022-10-16 21:37:42 +02:00
lsp.rs refactor(lsp): migrate from lspower back to tower-lsp (#14163) 2022-04-03 14:17:30 +10:00
npm.rs fix(npm): respect latest dist tag for getting current version (#15746) 2022-09-02 13:06:42 -04:00
pty.rs perf: cache swc dependency analysis and don't hold onto ParsedSources in memory (#15502) 2022-08-22 12:14:59 -04:00
temp_dir.rs feat(vendor): support using an existing import map (#14836) 2022-06-14 10:05:37 -04:00
test_server.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00