deno/test_util
Marcos Casagrande 9cc4e055c3
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-17 19:44:19 +02:00
..
src fix(cli/bench): skip strace table border (#16310) 2022-10-17 19:44:19 +02:00
std@28956f7957 chore: update test_util/std/ submodule (#15657) 2022-08-29 11:35:27 +02:00
wpt@5754d7dddf feat: implement Web Cache API (#15829) 2022-09-28 17:41:12 +05:30
Cargo.toml upgrade deps (#15914) 2022-09-16 19:11:30 -04:00