Skip to content

Commit

Permalink
Bug 1522900 - adjust manifests to allow tests to pass on windows10 18…
Browse files Browse the repository at this point in the history
…03 release. r=gbrown a=expectation-update-for-worker-image

--HG--
extra : source : 0277af3f283dd3411626b4877b29b2a9530854fa
extra : intermediate-source : c890bfaae769ae12ddc8fcd64f77c8d39695a85a
  • Loading branch information
jmaher committed Feb 11, 2019
1 parent 8cfc45f commit cf62b4c
Show file tree
Hide file tree
Showing 74 changed files with 8,416 additions and 8,380 deletions.
2 changes: 1 addition & 1 deletion browser/base/content/test/general/browser.ini
Expand Up @@ -103,7 +103,7 @@ tags = audiochannel
[browser_blob-channelname.js]
# DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD.
[browser_bookmark_popup.js]
skip-if = (os == "linux" && debug) # mouseover not reliable on linux debug builds
skip-if = (os == "linux" && debug) || (os == "win" && bits == 64 && processor == "x86_64") # mouseover not reliable on linux debug builds, bug 1526417
# DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD.
[browser_bookmark_titles.js]
# DO NOT ADD MORE TESTS HERE. USE A TOPICAL DIRECTORY INSTEAD.
Expand Down
1 change: 1 addition & 0 deletions browser/base/content/test/performance/browser.ini
Expand Up @@ -34,3 +34,4 @@ skip-if = (debug || ccov) && (os == 'linux' || os == 'win') # Disabled on Linux
[browser_windowopen_flicker.js]
skip-if = (debug && os == 'win') # Disabled on windows debug for intermittent leaks
[browser_windowopen_reflows.js]

2 changes: 1 addition & 1 deletion browser/base/content/test/performance/hidpi/browser.ini
Expand Up @@ -3,4 +3,4 @@ prefs =
layout.css.devPixelsPerPx='2'

[../browser_startup_images.js]
skip-if = !debug || (os == 'win' && (os_version == '6.1')) # hidpi results in the toolbar overflowing on Win 7
skip-if = !debug || (os == 'win' && (os_version == '6.1')) || (os == 'win' && bits == 64 && processor == "x86_64" && debug) # hidpi results in the toolbar overflowing on Win 7, bug 1526423
5 changes: 4 additions & 1 deletion browser/components/customizableui/test/browser.ini
Expand Up @@ -8,6 +8,7 @@ support-files =
[browser_694291_searchbar_preference.js]
[browser_873501_handle_specials.js]
[browser_876926_customize_mode_wrapping.js]
skip-if = os == "win" && bits == 64 && processor == "x86_64" # bug 1526429
[browser_876944_customize_mode_create_destroy.js]
[browser_877006_missing_view.js]
[browser_877178_unregisterArea.js]
Expand Down Expand Up @@ -105,7 +106,7 @@ skip-if = os == "linux"
[browser_981418-widget-onbeforecreated-handler.js]
[browser_982656_restore_defaults_builtin_widgets.js]
[browser_984455_bookmarks_items_reparenting.js]
skip-if = os == "linux"
skip-if = os == "linux" || (os == "win" && bits == 64 && processor == "x86_64") # 1526429
[browser_985815_propagate_setToolbarVisibility.js]
[browser_987177_destroyWidget_xul.js]
[browser_987177_xul_wrapper_updating.js]
Expand Down Expand Up @@ -135,10 +136,12 @@ skip-if = os == "mac"
[browser_bootstrapped_custom_toolbar.js]
[browser_currentset_post_reset.js]
[browser_customizemode_contextmenu_menubuttonstate.js]
skip-if = os == "win" && bits == 64 # 1526429
[browser_customizemode_dragspace.js]
skip-if = os == "linux" # linux doesn't get drag space (no tabsintitlebar)
[browser_customizemode_uidensity.js]
[browser_drag_outside_palette.js]
skip-if = os == "win" && bits == 64 && processor == "x86_64" # 1526429
[browser_exit_background_customize_mode.js]
[browser_insert_before_moved_node.js]
[browser_library_after_appMenu.js]
Expand Down
5 changes: 5 additions & 0 deletions browser/components/extensions/test/browser/browser-common.ini
Expand Up @@ -195,17 +195,22 @@ skip-if = os == 'mac' # Save as PDF not supported on Mac OS X
[browser_ext_themes_icons.js]
[browser_ext_themes_validation.js]
[browser_ext_url_overrides_newtab.js]
skip-if = os == "win" && bits == 64 && processor == "x86_64" # bug 1526432
[browser_ext_user_events.js]
skip-if = os == "win" && bits == 64 && processor == "x86_64" # bug 1526432
[browser_ext_webRequest.js]
[browser_ext_webNavigation_frameId0.js]
[browser_ext_webNavigation_getFrames.js]
[browser_ext_webNavigation_onCreatedNavigationTarget.js]
[browser_ext_webNavigation_onCreatedNavigationTarget_contextmenu.js]
[browser_ext_webNavigation_onCreatedNavigationTarget_named_window.js]
[browser_ext_webNavigation_onCreatedNavigationTarget_subframe_window_open.js]
skip-if = os == "win" && bits == 64 && processor == "x86_64" # bug 1526432
[browser_ext_webNavigation_onCreatedNavigationTarget_window_open.js]
skip-if = os == "win" && bits == 64 && processor == "x86_64" # bug 1526432
[browser_ext_webNavigation_urlbar_transitions.js]
[browser_ext_windows.js]
skip-if = os == "win" && bits == 64 && processor == "x86_64" # bug 1526432
[browser_ext_windows_create.js]
tags = fullscreen
[browser_ext_windows_create_params.js]
Expand Down
2 changes: 1 addition & 1 deletion browser/components/migration/tests/unit/xpcshell.ini
Expand Up @@ -22,7 +22,7 @@ skip-if = os != "win"
[test_IE_bookmarks.js]
skip-if = !(os == "win" && bits == 64) # bug 1392396
[test_IE_cookies.js]
skip-if = os != "win"
skip-if = os != "win" || (os == "win" && bits == 64 && processor == "x86_64") # bug 1522818
[test_IE7_passwords.js]
skip-if = os != "win"
[test_MigrationUtils_timedRetry.js]
Expand Down
5 changes: 5 additions & 0 deletions browser/components/preferences/in-content/tests/browser.ini
Expand Up @@ -22,6 +22,7 @@ skip-if = !updater
[browser_bug705422.js]
[browser_bug731866.js]
[browser_search_within_preferences_1.js]
skip-if = (os == 'win' && processor == "x86_64") # Bug 1480314
[browser_search_within_preferences_2.js]
[browser_search_within_preferences_command.js]
[browser_search_subdialogs_within_preferences_1.js]
Expand All @@ -37,6 +38,8 @@ skip-if = !updater
[browser_bug1018066_resetScrollPosition.js]
[browser_bug1020245_openPreferences_to_paneContent.js]
[browser_bug1184989_prevent_scrolling_when_preferences_flipped.js]
skip-if = os == "win" && bits == 64 && processor == "x86_64" # bug 1526436
[browser_cert_export.js]
[browser_engines.js]
support-files =
browser_bug1184989_prevent_scrolling_when_preferences_flipped.xul
Expand Down Expand Up @@ -93,6 +96,8 @@ run-if = nightly_build
support-files =
subdialog.xul
subdialog2.xul
[browser_sync_sanitize.js]
skip-if = os == 'win' && processor == "x86_64" && bits == 64 # bug 1522821
[browser_telemetry.js]
# Skip this test on Android as FHR and Telemetry are separate systems there.
skip-if = !healthreport || !telemetry || (os == 'linux' && debug) || (os == 'android')
Expand Down
1 change: 1 addition & 0 deletions devtools/client/framework/test/browser.ini
Expand Up @@ -114,6 +114,7 @@ skip-if = e10s # Bug 1069044 - destroyInspector may hang during shutdown
[browser_toolbox_tool_remote_reopen.js]
[browser_toolbox_toolbar_overflow.js]
[browser_toolbox_tools_per_toolbox_registration.js]
skip-if = (os == "win" && bits == 64 && processor == "x86_64") # bug 1526438
[browser_toolbox_transport_events.js]
[browser_toolbox_view_source_01.js]
[browser_toolbox_view_source_02.js]
Expand Down
3 changes: 3 additions & 0 deletions devtools/client/inspector/markup/test/browser.ini
Expand Up @@ -109,9 +109,12 @@ skip-if = (os == 'linux' && bits == 32 && debug) # bug 1328915, disable linux32
[browser_markup_dragdrop_tooltip.js]
[browser_markup_events_01.js]
[browser_markup_events_02.js]
skip-if = os == "win" && bits == 64 && processor == "x86_64" # bug 1526441
[browser_markup_events_03.js]
[browser_markup_events_04.js]
skip-if = os == "win" && bits == 64 && processor == "x86_64" # bug 1526441
[browser_markup_events_click_to_close.js]
skip-if = os == "win" && bits == 64 && processor == "x86_64" # bug 1526441
[browser_markup_events_form.js]
[browser_markup_events_jquery_1.0.js]
[browser_markup_events_jquery_1.1.js]
Expand Down
3 changes: 3 additions & 0 deletions dom/events/test/mochitest.ini
Expand Up @@ -186,8 +186,11 @@ skip-if = headless # Bug 1405869
[test_wheel_default_action.html]
[test_bug687787.html]
[test_bug1305458.html]
skip-if = os == 'win' && bits == 64 && webrender && !debug && processor == "x86_64" # bug 1526444
[test_bug1298970.html]
skip-if = os == 'win' && bits == 64 && processor == "x86_64" # bug 1526444
[test_bug1304044.html]
skip-if = os == 'win' && bits == 64 && !debug && processor == "x86_64" # bug 1526444
[test_bug1332699.html]
[test_bug1339758.html]
[test_bug1369072.html]
Expand Down
4 changes: 2 additions & 2 deletions layout/reftests/bugs/reftest.list
Expand Up @@ -206,7 +206,7 @@ fuzzy-if(skiaContent,1,5) == 212563-2.html 212563-2-ref.html
== 214077-1a.html 214077-1-ref.html
== 214077-1b.html 214077-1-ref.html
== 218473-1.html 218473-1-ref.html
fuzzy-if(skiaContent,1,4) fuzzy-if(webrender&&debug,1,8) == 220165-1.svg 220165-1-ref.svg
fuzzy-if(skiaContent,1,4) fuzzy-if(webrender&&isDebugBuild,1,8) == 220165-1.svg 220165-1-ref.svg
== 223809-1.html 223809-1-ref.html
== 228856-1.html 228856-1-ref.html
== 228856-2.html 228856-2-ref.html
Expand Down Expand Up @@ -1649,7 +1649,7 @@ fuzzy-if(Android,8,300) fuzzy-if(skiaContent,1,40000) == 625409-1.html 625409-1-
== 627393-1.html about:blank
fuzzy-if(skiaContent,1,500) == 630835-1.html about:blank
random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == 631352-1.html 631352-1-ref.html # bug 1392106
skip-if(!haveTestPlugin) fails-if(Android) fuzzy-if(winWidget&&!layersGPUAccelerated,102,535) fuzzy-if(skiaContent&&!Android,102,11000) random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) HTTP == 632423-1.html 632423-1-ref.html # Bug 1392106
skip-if(!haveTestPlugin) fails-if(Android) fails-if(/^Windows\x20NT\x2010\.0/.test(http.oscpu)&&webrender&&isDebugBuild) fuzzy-if(winWidget&&!layersGPUAccelerated,102,535) fuzzy-if(skiaContent&&!Android,102,11000) random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) HTTP == 632423-1.html 632423-1-ref.html # Bug 1392106
skip-if(Android) random-if(winWidget||OSX==1010) == 632781-verybig.html 632781-ref.html
== 632781-normalsize.html 632781-ref.html
fuzzy-if(d2d&&/^Windows\x20NT\x206\.2/.test(http.oscpu),1,559) fuzzy-if(!isDebugBuild&&gtkWidget&&/^Linux\x20i686/.test(http.oscpu),102,140) == 633344-1.html 633344-1-ref.html # bug 1103623, Linux32 from GCC update
Expand Down
11 changes: 7 additions & 4 deletions layout/reftests/font-face/reftest.list
Expand Up @@ -200,8 +200,11 @@ default-preferences pref(layout.css.font-variations.enabled,false)
== variation-format-hint-1c.html variation-format-hint-1A-ref.html
== variation-format-hint-1d.html variation-format-hint-1A-ref.html
default-preferences pref(layout.css.font-variations.enabled,true)
== variation-format-hint-1a.html variation-format-hint-1B-ttf-ref.html
== variation-format-hint-1b.html variation-format-hint-1B-otf-ref.html
== variation-format-hint-1c.html variation-format-hint-1B-woff-ref.html
== variation-format-hint-1d.html variation-format-hint-1B-woff2-ref.html
# Currently Windows (win10:1803 supports), Linux and macOS all fail on
# treeherder because our OS versions are too old to support variation fonts
fails-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == variation-format-hint-1a.html variation-format-hint-1B-ttf-ref.html
fails-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == variation-format-hint-1b.html variation-format-hint-1B-otf-ref.html
fails-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == variation-format-hint-1c.html variation-format-hint-1B-woff-ref.html
fails-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == variation-format-hint-1d.html variation-format-hint-1B-woff2-ref.html

default-preferences
2 changes: 1 addition & 1 deletion layout/reftests/font-variations/reftest.list
Expand Up @@ -6,7 +6,7 @@ skip-if(skiaContent&&isDebugBuild) == font-optical-sizing-1.html font-optical-si

# We're not running recent enough Windows or macOS versions in CI yet, so this will fail until they are updated.
# Also fails under webrender (bug 1441323, bug 1442693).
skip-if(skiaContent&&isDebugBuild) fails-if(OSX<1012) fails-if(winWidget) fails-if(webrender&&gtkWidget) != font-optical-sizing-1.html font-optical-sizing-1-notref.html
skip-if(skiaContent&&isDebugBuild) fails-if(OSX<1012) fails-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) fails-if(webrender&&gtkWidget) != font-optical-sizing-1.html font-optical-sizing-1-notref.html

# reset the default preferences
default-preferences
Expand Up @@ -2,6 +2,6 @@
tags = remote

[test_initial_download.py]
skip-if = debug || asan # the GAPI key isn't available in debug or asan builds
skip-if = debug || asan || (os == 'win' && bits == 64 && !debug && processor == "x86_64") # the GAPI key isn't available in debug or asan builds, bug 1526450
[test_notification.py]
[test_warning_pages.py]
14 changes: 13 additions & 1 deletion testing/talos/talos/xtalos/xperf_whitelist.json
Expand Up @@ -71,6 +71,18 @@
"c:\\windows\\prefetch\\{prefetch}.pf": {
"ignore": true
},
"c:\\windows\\system32\\inputhost.dll": {
"mincount": 0,
"maxcount": 2,
"minbytes": 0,
"maxbytes": 32768
},
"c:\\windows\\system32\\advapi32.dll": {
"mincount": 0,
"maxcount": 2,
"minbytes": 0,
"maxbytes": 24576
},
"c:\\windows\\system32\\audioses.dll": {
"mincount": 4,
"maxcount": 4,
Expand Down Expand Up @@ -527,4 +539,4 @@
"minbytes": 0,
"maxbytes": 16384
}
}
}
Expand Up @@ -28,8 +28,8 @@

[Input LF with endings 'native']
expected:
if debug and stylo and e10s and (os == "win") and (version == "10.0.15063") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and stylo and e10s and (os == "win") and (version == "10.0.15063") and (processor == "x86_64") and (bits == 64): FAIL
if debug and stylo and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and stylo and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): FAIL
if debug and stylo and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if not debug and stylo and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if debug and stylo and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
Expand Down Expand Up @@ -59,8 +59,8 @@

[Input LFLF with endings 'native']
expected:
if debug and stylo and e10s and (os == "win") and (version == "10.0.15063") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and stylo and e10s and (os == "win") and (version == "10.0.15063") and (processor == "x86_64") and (bits == 64): FAIL
if debug and stylo and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and stylo and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): FAIL
if debug and stylo and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if not debug and stylo and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if debug and stylo and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
Expand Down

0 comments on commit cf62b4c

Please sign in to comment.