-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: update to improve terminology #37011
Conversation
The change in |
@joyeecheung can you confirm that in terms of excluding tests that fail there is no better way to handle excluding the tests than what I've done? |
@mhdawson You can use "skip" instead of "fail" if you don't need the test expectation to be changed once the failure is fixed. But using "fail" is OK as well, and it prompts people to update the expectation. |
@joyeecheung thanks |
Issue already open for test which failed in CI #36867 |
Resume build to try to get to green: https://ci.nodejs.org/job/node-test-pull-request/35737/ |
One more attempt: https://ci.nodejs.org/job/node-test-pull-request/35760/ as there was another unrelated failure (build time out) |
Update common section in wpt to incorporate improved terminology fixed upstream in web-platform-tests/wpt#27152 Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs#37011 Reviewed-By: Milad Fa <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Landed in 9603e4a |
Update common section in wpt to incorporate improved terminology fixed upstream in web-platform-tests/wpt#27152 Signed-off-by: Michael Dawson <[email protected]> PR-URL: #37011 Reviewed-By: Milad Fa <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Update common section in wpt to incorporate
improved terminology fixed upstream in
web-platform-tests/wpt#27152
Signed-off-by: Michael Dawson [email protected]