Skip to content

conformance-ct: ct-driver grows --only (single-case runs on the wasmtime target) - #317

Merged
lann merged 1 commit into
mainfrom
ct-driver-only
Aug 5, 2026
Merged

conformance-ct: ct-driver grows --only (single-case runs on the wasmtime target)#317
lann merged 1 commit into
mainfrom
ct-driver-only

Conversation

@lann

@lann lann commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

Fixes #308. Plumbs component-test's existing run_suite_opts only-filter through the host-embed driver, matching ct-runner's and the jco runner's --only (substring; filtered cases omitted from output, so filtered runs deliberately don't aggregate). Verified: --only ed25519/wycheproof/tc1 runs the 162 matching cases; a trailing-slash substring narrows to one case.

…ime target)

The generic ct-runner and the jco runner both had a --only substring
filter; the host-embed wasmtime driver did not, so bisecting a failure
on the primary target meant running all 18k cases. Plumb the existing
run_suite_opts only-filter through, with upstream semantics: filtered
cases are omitted from output, so filtered runs do not aggregate
cleanly - by design, it is a dev-loop tool.

Fixes #308.
@lann
lann merged commit 72fb6b4 into main Aug 5, 2026
6 checks passed
@lann
lann deleted the ct-driver-only branch August 5, 2026 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

conformance-ct: ct-driver lacks --only; single-case runs are impossible on the wasmtime target

1 participant