Bug 1335894 - Disable test_popupanchor.xul for linux. r?jmaher draft
authorGreg Mierzwinski <gmierz2@outlook.com>
Sun, 18 Jun 2017 10:04:23 -0400
changeset 596571 b9c71570a83c62c380c6b9e182f66edc7fc911fc
parent 596083 316014448e427486cce211217e2aee2f18ee3d69
child 633999 f4cacbe007d9b2efdf985ff845af919266303a9b
push id64682
push userbmo:gmierz2@outlook.com
push dateMon, 19 Jun 2017 13:21:12 +0000
reviewersjmaher
bugs1335894
milestone56.0a1
Bug 1335894 - Disable test_popupanchor.xul for linux. r?jmaher Disable toolkit/content/tests/widgets/test_popupanchor.xul on linux machines as it permanently fais when running with Ubuntu 16.04. MozReview-Commit-ID: HSX6xC8dG8k
toolkit/content/tests/widgets/chrome.ini
--- a/toolkit/content/tests/widgets/chrome.ini
+++ b/toolkit/content/tests/widgets/chrome.ini
@@ -9,12 +9,12 @@ support-files =
 [test_contextmenu_nested.xul]
 skip-if = os == 'linux' # Bug 1116215
 [test_contextmenu_menugroup.xul]
 skip-if = os == 'linux' # Bug 1115088
 [test_editor_currentURI.xul]
 [test_menubar.xul]
 skip-if = os == 'mac'
 [test_popupanchor.xul]
-skip-if = os == 'android'
+skip-if = os == 'android' || os == 'linux' # Bug 1335894 perma-fail on linux 16.04
 [test_popupreflows.xul]
 [test_tree_column_reorder.xul]
 [test_videocontrols_onclickplay.html]