Skip to content

Commit a39644d

Browse files
Copilotbartlomieju
andcommitted
feat: add expected failure support to node compat test harness
Extend the node compat test config to support expected test failures with exit code and output pattern matching (using [WILDCARD] syntax). Platform fields now accept: - false: skip the test on that OS (existing behavior) - true (or omit): run normally, expected to pass (existing behavior) - { "exitCode": N, "output": "pattern" }: run the test but expect it to fail with the specified exit code and/or output pattern Top-level "exitCode" and "output" apply to all platforms unless overridden by a platform-specific entry. Co-authored-by: bartlomieju <13602871+bartlomieju@users.noreply.github.com>
1 parent f278668 commit a39644d

File tree

1 file changed

+568
-122
lines changed

1 file changed

+568
-122
lines changed

0 commit comments

Comments
 (0)