-
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
Ignore includers of untested mixins #13611
Conversation
@lukebjerring, how risky is this, should we run it through Chromium bots once? |
It will definitely remove a number of tests, and might not be correct, so yes let's do a chromium run. (Can you do it for me? I don't have chromium on my laptop yet..) |
How did it go? |
Nobody started a run, miscommunication :) |
Is there still plan to start a run or do we merge this and see how it goes? |
Luke was asking you to do a run. What you have to do is copy over the changes to a throwaway Chromium CL and do a CQ dry run. |
/me feel stupid Here's the CL: https://chromium-review.googlesource.com/c/chromium/src/+/1303727 |
@foolip All bots are green. |
Thanks @beaufortfrancois , I'll merge this based on the green-ness. |
Sweet, thanks @beaufortfrancois! |
Fix for #13598
Specific example:
Window includes WindowOrWorkerGlobalScope
, as doesWorkerGlobalScope
, but we don't need to testWorkerGlobalScope
.