@@ -109,6 +109,7 @@ test-listen-fd-cluster: SKIP
109
109
test-listen-fd-detached: SKIP
110
110
test-listen-fd-detached-inherit: SKIP
111
111
test-listen-fd-server: SKIP
112
+ test-macos-signed-deps: SKIP
112
113
test-math-random: SKIP
113
114
test-module-loading-globalpaths: SKIP
114
115
test-module-main-extension-lookup: SKIP
@@ -147,6 +148,7 @@ test-process-really-exit: SKIP
147
148
test-process-redirect-warnings: SKIP
148
149
test-process-redirect-warnings-env: SKIP
149
150
test-process-remove-all-signal-listeners: SKIP
151
+ test-process-title: SKIP
150
152
test-process-wrap: SKIP
151
153
test-promise-reject-callback-exception: SKIP
152
154
test-promise-unhandled-flag: SKIP
@@ -194,8 +196,10 @@ test-tls-enable-trace: SKIP
194
196
test-tls-enable-trace-cli: SKIP
195
197
test-tls-env-bad-extra-ca: SKIP
196
198
test-tls-env-extra-ca: SKIP
199
+ test-tls-env-extra-ca-file-load: SKIP
197
200
test-tls-env-extra-ca-no-crypto: SKIP
198
201
test-tls-handshake-exception: SKIP
202
+ test-tls-root-certificates: SKIP
199
203
test-tls-ticket-cluster: SKIP
200
204
test-trace-events-all: SKIP
201
205
test-trace-events-binding: SKIP
@@ -224,7 +228,9 @@ test-vm-sigint: SKIP
224
228
test-vm-sigint-existing-handler: SKIP
225
229
test-vm-syntax-error-message: SKIP
226
230
test-vm-syntax-error-stderr: SKIP
231
+ test-worker-init-failure: SKIP
227
232
test-worker-message-type-unknown: SKIP
233
+ test-worker-on-process-exit: SKIP
228
234
test-worker-process-env: SKIP
229
235
#
230
236
# Tests that try to access the 'test' parent folder, currently not supported on mobile
@@ -408,6 +414,7 @@ test-listen-fd-cluster: SKIP
408
414
test-listen-fd-detached: SKIP
409
415
test-listen-fd-detached-inherit: SKIP
410
416
test-listen-fd-server: SKIP
417
+ test-macos-signed-deps: SKIP
411
418
test-math-random: SKIP
412
419
test-module-loading-globalpaths: SKIP
413
420
test-module-main-extension-lookup: SKIP
@@ -446,6 +453,7 @@ test-process-really-exit: SKIP
446
453
test-process-redirect-warnings: SKIP
447
454
test-process-redirect-warnings-env: SKIP
448
455
test-process-remove-all-signal-listeners: SKIP
456
+ test-process-title: SKIP
449
457
test-process-wrap: SKIP
450
458
test-promise-reject-callback-exception: SKIP
451
459
test-promise-unhandled-flag: SKIP
@@ -493,8 +501,10 @@ test-tls-enable-trace: SKIP
493
501
test-tls-enable-trace-cli: SKIP
494
502
test-tls-env-bad-extra-ca: SKIP
495
503
test-tls-env-extra-ca: SKIP
504
+ test-tls-env-extra-ca-file-load: SKIP
496
505
test-tls-env-extra-ca-no-crypto: SKIP
497
506
test-tls-handshake-exception: SKIP
507
+ test-tls-root-certificates: SKIP
498
508
test-tls-ticket-cluster: SKIP
499
509
test-trace-events-all: SKIP
500
510
test-trace-events-binding: SKIP
@@ -523,7 +533,9 @@ test-vm-sigint: SKIP
523
533
test-vm-sigint-existing-handler: SKIP
524
534
test-vm-syntax-error-message: SKIP
525
535
test-vm-syntax-error-stderr: SKIP
536
+ test-worker-init-failure: SKIP
526
537
test-worker-message-type-unknown: SKIP
538
+ test-worker-on-process-exit: SKIP
527
539
test-worker-process-env: SKIP
528
540
#
529
541
# Tests that try to access the 'test' parent folder, currently not supported on mobile
0 commit comments