-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=252373 #41549
Conversation
@nt1m well I only now notice that I’d left out the old/newState asserts from the details6 “Calling open twice on 'details' fires only one toggle event” To fix that, what should I do first?
I guess the advantage of doing the WebKit PR first would be that the updated tests get run by the EWS bots, so we know that they’re passing in WebKit. (I do already know that “Calling open twice on 'details' fires only one toggle event” is in fact passing with those asserts included — I think I’d already included those asserts in an interim commit in the WebKit PR branch, but then while I was troubleshooting locally to try to isolate what might be causing the flakiness for that particular test, I’d inadvertently ended up amending and force-pushing a local version in a state that omitted those assertions.) |
@nt1m Also by the way, when I ran I ran it like this:
…and that created the PR here as expected — except that it didn’t cause wpt-pr-bot to add the expected “This patch has been exported from WebKit; it will be approved automatically once the downstream patch is r+” comment. I guess maybe that part gets done correctly if Or maybe it failed because I used I had added
…which as far as I could see was a spurious error — because that test doesn’t actually match anything in .gitignore, and I think we definitely don’t want to add an |
Either works!
Yeah, I usually use --no-linter to workaround this. |
No description provided.