diff options
author | mnaganov <mnaganov@chromium.org> | 2016-01-12 16:31:27 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-13 00:32:55 +0000 |
commit | 4f64919b9b4b164de7eca527b72dac0ee9b9ebd2 (patch) | |
tree | ae9975a4f204fb0040098d240ad8beb8133d6f54 /build | |
parent | 352055643e24cc86a222aded437aec1d0abd7d4d (diff) | |
download | chromium_src-4f64919b9b4b164de7eca527b72dac0ee9b9ebd2.zip chromium_src-4f64919b9b4b164de7eca527b72dac0ee9b9ebd2.tar.gz chromium_src-4f64919b9b4b164de7eca527b72dac0ee9b9ebd2.tar.bz2 |
Enable most of the RenderViewImplTest tests on Android.
The tests were disabled because loading of data: URLs wasn't working.
Added a workaround to fix it. Now there are only 5 tests failing
for various reasons.
BUG=187500
Review URL: https://codereview.chromium.org/1537893003
Cr-Commit-Position: refs/heads/master@{#369052}
Diffstat (limited to 'build')
-rw-r--r-- | build/android/pylib/gtest/filter/content_browsertests_disabled | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/build/android/pylib/gtest/filter/content_browsertests_disabled b/build/android/pylib/gtest/filter/content_browsertests_disabled index abe4066..4b28a2b 100644 --- a/build/android/pylib/gtest/filter/content_browsertests_disabled +++ b/build/android/pylib/gtest/filter/content_browsertests_disabled @@ -30,7 +30,12 @@ DumpAccessibilityTreeTest.AccessibilityModalDialogInIframeOpened RendererAccessibilityTest.EventOnObjectNotInTree # http://crbug.com/187500 -RenderViewImplTest.* +RenderViewImplTest.ImeComposition +RenderViewImplTest.InsertCharacters +RenderViewImplTest.OnHandleKeyboardEvent +RenderViewImplTest.OnNavStateChanged +# ZoomLevel is not used on Android +RenderViewImplTest.ZoomLimit RendererAccessibilityTest.SendFullAccessibilityTreeOnReload RendererAccessibilityTest.HideAccessibilityObject RendererAccessibilityTest.ShowAccessibilityObject |