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

Fix imported webstorage tests to use async_test(), step_func() #1953

Merged
merged 1 commit into from Jun 30, 2015
Merged

Fix imported webstorage tests to use async_test(), step_func() #1953

merged 1 commit into from Jun 30, 2015

Conversation

inexorabletash
Copy link
Contributor

These async tests were imported as a series of nested synchronous test() calls. Rework/simplify to make the outermost an async_test() and wrap the individual steps with step_func(). This matches the behavior of the original Blink tests these were adapted from.

@hoppipolla-critic-bot
Copy link

Critic review: https://critic.hoppipolla.co.uk/r/5425

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.

Ms2ger added a commit that referenced this pull request Jun 30, 2015
…orage-imports

Fix imported webstorage tests to use async_test(), step_func(); r=Ms2ger
@Ms2ger Ms2ger merged commit 808b6fc into web-platform-tests:master Jun 30, 2015
@inexorabletash inexorabletash deleted the inexorabletash/fix-webstorage-imports branch July 6, 2015 20:00
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.

None yet

4 participants