diff options
author | dtapuska <dtapuska@chromium.org> | 2015-06-05 09:56:07 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-05 16:56:34 +0000 |
commit | d21062b6325cd91effe187dd7a9aa87be3f599bc (patch) | |
tree | 016cdfac27697ce0c432ebc6a1a3cad73d32ca92 /build/android | |
parent | 5b84a64eaed7edea18140790ef56ef899ac1010a (diff) | |
download | chromium_src-d21062b6325cd91effe187dd7a9aa87be3f599bc.zip chromium_src-d21062b6325cd91effe187dd7a9aa87be3f599bc.tar.gz chromium_src-d21062b6325cd91effe187dd7a9aa87be3f599bc.tar.bz2 |
Re-enable TouchActionTest.Pan on Android.
With the fix of 411038 in (https://codereview.chromium.org/1162083003).
Re-enable the failing test on Android Nexus 5.
BUG=412145
TEST=build/android/test_runner.py gtest --debug -s webkit_unit_tests \
--num_retries=0 --gtest-filter=TouchActionTest.Pan
Review URL: https://codereview.chromium.org/1156373015
Cr-Commit-Position: refs/heads/master@{#333072}
Diffstat (limited to 'build/android')
-rw-r--r-- | build/android/pylib/gtest/filter/webkit_unit_tests_disabled | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/android/pylib/gtest/filter/webkit_unit_tests_disabled b/build/android/pylib/gtest/filter/webkit_unit_tests_disabled index 50292aa..1ffa325 100644 --- a/build/android/pylib/gtest/filter/webkit_unit_tests_disabled +++ b/build/android/pylib/gtest/filter/webkit_unit_tests_disabled @@ -23,6 +23,3 @@ DeferredImageDecoderTest.drawIntoSkPictureProgressive # crbug.com/320005 CoreAnimationCompositorAnimationsTest.ConvertTimingForCompositorIterationCount - -# crbug.com/412145 -TouchActionTest.Pan |