test262 icon indicating copy to clipboard operation
test262 copied to clipboard

Harness tests should be checked in CI

Open Ms2ger opened this issue 7 months ago • 1 comments

#4468 broke test/harness/verifyProperty-value-error.js (see #4493), but CI was all green. We should fix that.

Ms2ger avatar May 19 '25 12:05 Ms2ger

Since the harness tests don't depend on any implementation specifics, we could create a job that runs them in whatever version of Node is installed, and fail the PR if any harness tests fail.

ptomato avatar May 19 '25 15:05 ptomato