-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Subset URL tests by file/javascript/mailto schemes #37372
Conversation
for all browsers this seems to (surprisingly) increase the total number of tests:
|
@gsnedders there should be some increase, as there's both harness status and "Loading data…" tests contributing to the denominator. There are 7 tests that were turned into 4 variants each, which adds 7*3 = 21. That matches the delta seen. |
var key = expected.input.split(":")[0]; | ||
return key; | ||
} | ||
return "other"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's important that the key isn't falsey, otherwise it'll be included in all test variants.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to rubberstamp this.
No description provided.