Bug 1419226 - Part 5. Skip the test_fullscreen-api.html and test_transitions_replacement_on_busy_frame.html on webrender. r?kat draft
authorMantaroh Yoshinaga <mantaroh@gmail.com>
Mon, 05 Feb 2018 14:33:41 +0900
changeset 751077 d347bb8754fa9e0b35ddaf06bd6c378914bdee70
parent 751076 c657bcd7fa215e0e5a22bcf0b0ec36e2c314ea70
push id97840
push userbmo:mantaroh@gmail.com
push dateMon, 05 Feb 2018 05:34:00 +0000
reviewerskat
bugs1419226
milestone60.0a1
Bug 1419226 - Part 5. Skip the test_fullscreen-api.html and test_transitions_replacement_on_busy_frame.html on webrender. r?kat If patch of part 2 removes the timer which is firing a MozAfterPaint, several webrender mohcitest is failed due to the MozAfterPaint event. This patch will skip these tests. MozReview-Commit-ID: 45yssgNzmB8
dom/html/test/mochitest.ini
layout/style/test/mochitest.ini
--- a/dom/html/test/mochitest.ini
+++ b/dom/html/test/mochitest.ini
@@ -435,17 +435,17 @@ support-files =
 [test_formData.html]
 [test_formSubmission.html]
 skip-if = toolkit == 'android' #TIMED_OUT
 [test_formSubmission2.html]
 skip-if = toolkit == 'android'
 [test_formelements.html]
 [test_fullscreen-api.html]
 tags = fullscreen
-skip-if = toolkit == 'android'
+skip-if = toolkit == 'android' || webrender # webrender: bug 1424752
 support-files =
   file_fullscreen-api.html
   file_fullscreen-backdrop.html
   file_fullscreen-denied-inner.html
   file_fullscreen-denied.html
   file_fullscreen-esc-exit-inner.html
   file_fullscreen-esc-exit.html
   file_fullscreen-hidden.html
--- a/layout/style/test/mochitest.ini
+++ b/layout/style/test/mochitest.ini
@@ -319,16 +319,17 @@ skip-if = !stylo
 [test_transitions.html]
 skip-if = (android_version == '18' && debug) # bug 1159532
 [test_transitions_bug537151.html]
 [test_transitions_dynamic_changes.html]
 [test_transitions_per_property.html]
 skip-if = (toolkit == 'android') || webrender # bug 775227 for android, bug 1424752 for webrender
 [test_transitions_replacement_on_busy_frame.html]
 support-files = file_transitions_replacement_on_busy_frame.html
+skip-if = webrender # bug 1424752
 [test_transitions_step_functions.html]
 [test_transitions_with_disabled_properties.html]
 support-files = file_transitions_with_disabled_properties.html
 [test_unclosed_parentheses.html]
 [test_unicode_range_loading.html]
 support-files = ../../reftests/fonts/markA.woff ../../reftests/fonts/markB.woff ../../reftests/fonts/markC.woff ../../reftests/fonts/markD.woff
 [test_units_angle.html]
 [test_units_frequency.html]