|
1994 | 1994 | "parallel/test-process-exit-recursive.js": {}, |
1995 | 1995 | "parallel/test-process-exit.js": {}, |
1996 | 1996 | "parallel/test-process-features.js": {}, |
| 1997 | + "parallel/test-process-get-builtin.mjs": {}, |
1997 | 1998 | "parallel/test-process-getgroups.js": {}, |
1998 | 1999 | "parallel/test-process-hrtime-bigint.js": {}, |
1999 | 2000 | "parallel/test-process-hrtime.js": {}, |
|
2558 | 2559 | "parallel/test-tls-transport-destroy-after-own-gc.js": {}, |
2559 | 2560 | "parallel/test-tls-wrap-econnreset-pipe.js": { "windows": false }, |
2560 | 2561 | "parallel/test-tls-zero-clear-in.js": {}, |
2561 | | - "parallel/test-trace-events-api.js": {}, |
2562 | | - "parallel/test-trace-events-async-hooks-dynamic.js": {}, |
2563 | | - "parallel/test-trace-events-async-hooks-worker.js": {}, |
| 2562 | + "parallel/test-trace-events-api.js": { |
| 2563 | + "ignore": true, |
| 2564 | + "reason": "Deno's node:trace_events polyfill is a stub (createTracing returns an object without .enable/.disable, getEnabledCategories returns \"\" instead of undefined). These tests were silently skipping via try/catch(require('trace_events')) until that lookup was fixed." |
| 2565 | + }, |
| 2566 | + "parallel/test-trace-events-async-hooks-dynamic.js": { |
| 2567 | + "ignore": true, |
| 2568 | + "reason": "Deno's node:trace_events polyfill is a stub (createTracing returns an object without .enable/.disable, getEnabledCategories returns \"\" instead of undefined). These tests were silently skipping via try/catch(require('trace_events')) until that lookup was fixed." |
| 2569 | + }, |
| 2570 | + "parallel/test-trace-events-async-hooks-worker.js": { |
| 2571 | + "ignore": true, |
| 2572 | + "reason": "Deno's node:trace_events polyfill is a stub (createTracing returns an object without .enable/.disable, getEnabledCategories returns \"\" instead of undefined). These tests were silently skipping via try/catch(require('trace_events')) until that lookup was fixed." |
| 2573 | + }, |
2564 | 2574 | "parallel/test-trace-events-dynamic-enable-workers-disabled.js": {}, |
2565 | 2575 | // TODO(bartlomieju): disabled during work on `node:inspector`, this test didn't actualy run before |
2566 | 2576 | // "parallel/test-trace-events-dynamic-enable.js": {}, |
2567 | | - "parallel/test-trace-events-get-category-enabled-buffer.js": {}, |
| 2577 | + "parallel/test-trace-events-get-category-enabled-buffer.js": { |
| 2578 | + "ignore": true, |
| 2579 | + "reason": "Deno's node:trace_events polyfill is a stub (createTracing returns an object without .enable/.disable, getEnabledCategories returns \"\" instead of undefined). These tests were silently skipping via try/catch(require('trace_events')) until that lookup was fixed." |
| 2580 | + }, |
2568 | 2581 | "parallel/test-tty-stdin-end.js": {}, |
2569 | 2582 | "parallel/test-tty-stdin-pipe.js": {}, |
2570 | 2583 | "parallel/test-ttywrap-invalid-fd.js": {}, |
|
0 commit comments