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

[paint-timing] Avoid race condition #14110

Closed

Conversation

jugglinmike
Copy link
Contributor

Previously, this test implicitly relied on "paint" timing entries that
were created by the test harness. In some circumstances, the test may
execute after these entries have passed. Introduce an explicit document
modification that will reliably produce a new entry for the purpose of
WebIDL conformance testing.

Previously, this test implicitly relied on "paint" timing entries that
were created by the test harness. In some circumstances, the test may
execute after these entries have passed. Introduce an explicit document
modification that will reliably produce a new entry for the purpose of
WebIDL conformance testing.
@foolip
Copy link
Member

foolip commented Oct 26, 2019

@jugglinmike this conflicts now, can you rebase if there's still a problem on master?

@jugglinmike
Copy link
Contributor Author

An equivalent change from the Chromium project was accepted earlier this year, so this patch is no longer necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants