diff options
author | miu@chromium.org <miu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 10:00:13 +0000 |
---|---|---|
committer | miu@chromium.org <miu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 10:00:13 +0000 |
commit | f70e3c47c7d1fdd00b6f6e493bb4fb8b1a20acda (patch) | |
tree | 0160dffcd96f12bca33cc41e84a7d3cd729024a5 /build | |
parent | a47603c33c8b5498f403238547a3204458617423 (diff) | |
download | chromium_src-f70e3c47c7d1fdd00b6f6e493bb4fb8b1a20acda.zip chromium_src-f70e3c47c7d1fdd00b6f6e493bb4fb8b1a20acda.tar.gz chromium_src-f70e3c47c7d1fdd00b6f6e493bb4fb8b1a20acda.tar.bz2 |
Fix flaky test: Enable RenderWidgetHostViewBrowserTest.CopyFromBackingStore.
Added a spin-wait to cause the test to wait for the browser to create the BackingStore via its normal mechanism.
...and then I went ahead and refactored and cleaned up all the code. I did not add any significant additional testing. We will want to do this in a follow-up change. However, I did get rid of the #ifdef OS_XXX pragmas, so the tests will attempt to run on all platforms, not just Mac and Win, and use the CanXXX() methods to determine which features are supported for testing.
BUG=224351
Review URL: https://chromiumcodereview.appspot.com/14495016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/android/pylib/gtest/test_runner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py index bdbfa60..203ae4e 100644 --- a/build/android/pylib/gtest/test_runner.py +++ b/build/android/pylib/gtest/test_runner.py @@ -169,7 +169,6 @@ def _GetDataFilesForTestSuite(test_suite_basename): 'content/test/data/webkit', 'content/test/data/content-sniffer-test1.html', 'content/test/data/download', - 'content/test/data/rwhv_compositing_static.html', 'content/test/data/content-sniffer-test2.html', 'content/test/data/simple_page.html', 'content/test/data/google.mht', |