mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
21 lines
495 B
Text
21 lines
495 B
Text
|
Check [WILDCARD]test/ops_sanitizer_missing_details.ts
|
||
|
running 1 test from [WILDCARD]test/ops_sanitizer_missing_details.ts
|
||
|
test test 1 ... FAILED [WILDCARD]
|
||
|
|
||
|
failures:
|
||
|
|
||
|
test 1
|
||
|
Test case is leaking async ops.
|
||
|
|
||
|
- 1 async operation to op_write was started in this test, but never completed.
|
||
|
|
||
|
To get more details where ops were leaked, run again with --trace-ops flag.
|
||
|
|
||
|
failures:
|
||
|
|
||
|
test 1
|
||
|
|
||
|
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD]
|
||
|
|
||
|
error: Test failed
|