Chromium Code Reviews
DescriptionMinor fixes to spellcheck_test
This patch fixes some minor issues in spellcheck_test:
1. For each spellcheck_test, the creation of its |Test| object is advanced
to prevent testharness from terminating too early.
2. Even if a test fails, its sample is still removed as long as we are
running tests, so that its sample does not affect visibility of other
tests. This reduces flakiness with idle time spell checker tests because
it relies on visibility.
3. When a test finishes, |spellcheckTestRunning| is set back to |false|
after the test's callback is run. This prevents two tests from running
in parallel.
This patch is also a preparation for crrev.com/2590823006.
BUG=674819
Committed: https://crrev.com/2637c3534065de0f8271f185272543211d690113
Cr-Commit-Position: refs/heads/master@{#440049}
Patch Set 1 #
Dependent Patchsets: Messages
Total messages: 13 (8 generated)
|
|||||||||||||||||||