Bug 1383512 - Skip test_user_select.html on windows of opt and pgo. r?gbrown draft
authorMantaroh Yoshinaga <mantaroh@gmail.com>
Wed, 09 Aug 2017 12:55:58 +0900
changeset 642995 5383e0fa9bbec3a4b9e15fd50fb030b6b9b268df
parent 641444 bb8de16ce00cb57b587a14c210ecc7505f366328
child 725167 a0642ee569254687cb7e40987e668fd399b7a938
push id72945
push userbmo:mantaroh@gmail.com
push dateWed, 09 Aug 2017 03:56:20 +0000
reviewersgbrown
bugs1383512
milestone57.0a1
Bug 1383512 - Skip test_user_select.html on windows of opt and pgo. r?gbrown This patch skip the test_user_select.html test since windows build of pgo/opt will fail this test sometimes on try. This is temporaly solution until clarifying the reason of it. (We track it on same bug). MozReview-Commit-ID: BlwdoYxNTxP
dom/base/test/mochitest.ini
--- a/dom/base/test/mochitest.ini
+++ b/dom/base/test/mochitest.ini
@@ -780,17 +780,17 @@ skip-if = debug == false
 [test_textnode_normalize_in_selection.html]
 [test_textnode_split_in_selection.html]
 [test_timeout_clamp.html]
 skip-if = debug == true && toolkit == 'android' # Timing dependent, skip slow debug android builds
 [test_timer_flood.html]
 [test_title.html]
 [test_treewalker_nextsibling.xml]
 [test_user_select.html]
-skip-if = toolkit == 'android'
+skip-if = (toolkit == 'android') || (os == 'win' && !debug) # Windows is timing dependent(bug 1383512)
 [test_viewport_scroll.html]
 [test_viewsource_forbidden_in_object.html]
 [test_w3element_traversal.html]
 [test_w3element_traversal.xhtml]
 [test_w3element_traversal_svg.html]
 [test_warning_for_blocked_cross_site_request.html]
 [test_webaudioNotification.html]
 tags = audiochannel