Skip to content
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

ci: fix WPT failures for missing tests #107

Merged
merged 5 commits into from
Aug 8, 2024
Merged

ci: fix WPT failures for missing tests #107

merged 5 commits into from
Aug 8, 2024

Conversation

guybedford
Copy link
Contributor

@guybedford guybedford commented Aug 8, 2024

This one caught me out with some recent work, where missing tests were not being flagged as WPT failures. This resolves that by adding to the missing count for results not reported.

There were four existing tests in the current suite already that should have been failing under this rule:

  • fetch/api/basic/error-after-response.any.js
  • fetch/api/basic/request-upload.h2.any.js
  • fetch/api/idlharness.any.js
  • url/idlharness.any.js

These tests bail on startup and don't report any results, and as a result should all be considered failures. They have been marked for skipping to get CI to pass as expected.

Also fixes the backtrace logging for a Wasmtime panic.

@cfallin cfallin merged commit cab7ffb into main Aug 8, 2024
3 checks passed
@cfallin cfallin deleted the wpt-fix branch August 8, 2024 02:21
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.

2 participants