Bug 1264017 - Rename the meta-tests to have more meaningful names. r?botond draft
authorKartikaya Gupta <kgupta@mozilla.com>
Sun, 15 May 2016 20:29:48 -0400
changeset 367374 f6626c0995a6301d83dee6aeda2aef75689e740d
parent 367373 c80545071443e11847de0030b86a8f90f30bddd9
child 520992 5cadf12622348856c6dab2c6cf9182e12a219eb0
push id18221
push userkgupta@mozilla.com
push dateMon, 16 May 2016 13:48:43 +0000
reviewersbotond
bugs1264017
milestone49.0a1
Bug 1264017 - Rename the meta-tests to have more meaningful names. r?botond MozReview-Commit-ID: 1nF2Lk2lgTc
gfx/layers/apz/test/mochitest/mochitest.ini
gfx/layers/apz/test/mochitest/test_click.html
gfx/layers/apz/test/mochitest/test_group_mouseevents.html
gfx/layers/apz/test/mochitest/test_group_touchevents.html
gfx/layers/apz/test/mochitest/test_group_wheelevents.html
gfx/layers/apz/test/mochitest/test_scroll_window.html
gfx/layers/apz/test/mochitest/test_tap.html
--- a/gfx/layers/apz/test/mochitest/mochitest.ini
+++ b/gfx/layers/apz/test/mochitest/mochitest.ini
@@ -34,15 +34,15 @@ skip-if = (os == 'android') || (os == 'b
 skip-if = (toolkit == 'windows') || (toolkit == 'cocoa')
 [test_scroll_inactive_flattened_frame.html]
 skip-if = (os == 'android') || (os == 'b2g') || (buildapp == 'mulet') # wheel events not supported on mobile; see bug 1164274 for mulet
 [test_scroll_inactive_bug1190112.html]
 skip-if = (os == 'android') || (os == 'b2g') || (buildapp == 'mulet') # wheel events not supported on mobile; see bug 1164274 for mulet
 [test_scroll_subframe_scrollbar.html]
 skip-if = (os == 'android') || (os == 'b2g') || (buildapp == 'mulet') # wheel events not supported on mobile; see bug 1164274 for mulet
 [test_frame_reconstruction.html]
-[test_tap.html]
+[test_group_touchevents.html]
 # Windows touch injection doesn't work in automation, but this test can be run locally on a windows touch device.
 # On OS X we don't support touch events at all.
 skip-if = (toolkit == 'windows') || (toolkit == 'cocoa')
-[test_scroll_window.html]
+[test_group_wheelevents.html]
 skip-if = (toolkit == 'android') # wheel events not supported on mobile
-[test_click.html]
+[test_group_mouseevents.html]
rename from gfx/layers/apz/test/mochitest/test_click.html
rename to gfx/layers/apz/test/mochitest/test_group_mouseevents.html
rename from gfx/layers/apz/test/mochitest/test_tap.html
rename to gfx/layers/apz/test/mochitest/test_group_touchevents.html
rename from gfx/layers/apz/test/mochitest/test_scroll_window.html
rename to gfx/layers/apz/test/mochitest/test_group_wheelevents.html