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

--HG--
extra : rebase_source : 7201de141da43a3fd395a7f8ba4fdfb9fad1e6bf
This commit is contained in:
Mantaroh Yoshinaga 2017-08-09 12:55:58 +09:00
parent 90991b9e6e
commit fc6de5f2b5

View File

@ -787,7 +787,7 @@ skip-if = debug == true && toolkit == 'android' # Timing dependent, skip slow de
support-files = file_title.xul
[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]