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

Lock and flush stdout in Window#alert. #6917

Merged
merged 1 commit into from Aug 3, 2015
Merged

Commits on Aug 3, 2015

  1. Lock and flush stdout in Window#alert.

    We use alert() to communicate test results to wptrunner. Unfortunately,
    sometimes the alert output is interleaved with other output on stdout,
    causing wptrunner to classify the test result as a timeout. I hope this will
    avoid that scenario.
    Ms2ger committed Aug 3, 2015
You can’t perform that action at this time.