Skip to content

Commit ab6a168

Browse files
committed
ci: skip-list 5 unimplemented test_parity_* in compile-smoke
test_parity_decimal, test_parity_dotenv, test_parity_lodash, test_parity_moment, and test_parity_validator from #696 link against FFI symbols that aren't currently exported by the bundled extension crates (e.g. js_decimal_*_value variants live in perry-stdlib's bundled-decimal feature but aren't surfaced through perry-ext-decimal, which is what the well-known route picks up). The fixtures still serve as coverage anchors for the inventory; matching the existing pattern where most test_parity_* are compile-smoke-skipped until their dispatch is fully wired.
1 parent e91843e commit ab6a168

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,15 +359,19 @@ jobs:
359359
test_parity_crypto \
360360
test_parity_dgram \
361361
test_parity_diagnostics_channel \
362+
test_parity_decimal \
362363
test_parity_dns \
363364
test_parity_dns_promises \
365+
test_parity_dotenv \
364366
test_parity_events \
365367
test_parity_fs \
366368
test_parity_fs_promises \
367369
test_parity_http \
368370
test_parity_http2 \
369371
test_parity_https \
372+
test_parity_lodash \
370373
test_parity_module \
374+
test_parity_moment \
371375
test_parity_net \
372376
test_parity_path \
373377
test_parity_perf_hooks \
@@ -386,6 +390,7 @@ jobs:
386390
test_parity_tls \
387391
test_parity_url \
388392
test_parity_util \
393+
test_parity_validator \
389394
test_parity_worker_threads \
390395
test_parity_zlib "
391396

0 commit comments

Comments
 (0)