Skip to content

Commit

Permalink
Backed out changeset 1a0f002865d3 (bug 1650919) for test_deprecated.h…
Browse files Browse the repository at this point in the history
…tml failures CLOSED TREE
  • Loading branch information
bogdant-old committed Jul 13, 2020
1 parent 0000414 commit 6faddf7
Show file tree
Hide file tree
Showing 47 changed files with 103 additions and 169 deletions.
1 change: 0 additions & 1 deletion caps/tests/mochitest/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ skip-if = os == 'android'
[test_bug423375.html]
[test_bug470804.html]
[test_bug1367586.html]
fail-if = (xorigin && fission) # Session history, JavaScript error: http://mochi.test:8888/tests/caps/tests/mochitest/test_bug1367586.html?currentTestURL=caps%2Ftests%2Fmochitest%2Ftest_bug1367586.html&closeWhenDone=1&showTestReport=false&expected=pass, line 35: NS_ERROR_FAILURE:
[test_disallowInheritPrincipal.html]
1 change: 1 addition & 0 deletions docshell/test/iframesandbox/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ tags = openwindow
[test_sibling_navigation_by_location.html]
tags = openwindow
[test_top_navigation_by_location_exotic.html]
skip-if = xorigin # Assertion failure: parent, at /builds/worker/checkouts/gecko/docshell/base/BrowsingContext.cpp:1624
[test_top_navigation_by_location.html]
2 changes: 0 additions & 2 deletions docshell/test/mochitest/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ support-files =
!/docshell/test/navigation/blank.html
fail-if = xorigin
[test_bug385434.html]
skip-if = (xorigin && fission) # Hangs, JavaScript error: http://mochi.test:8888/tests/docshell/test/mochitest/test_bug385434.html?currentTestURL=docshell%2Ftest%2Fmochitest%2Ftest_bug385434.html&closeWhenDone=undefined&showTestReport=true&expected=pass, line 132: NS_ERROR_FAILURE:
[test_bug387979.html]
[test_bug402210.html]
[test_bug404548.html]
Expand All @@ -82,7 +81,6 @@ support-files = bug530396-noref.sjs bug530396-subframe.html
[test_bug540462.html]
skip-if = toolkit == 'android' && debug && !is_fennec
[test_bug551225.html]
fail-if = (xorigin && fission) # Session History
[test_bug570341.html]
skip-if = (verify && !debug && (os == 'win'))
[test_bug580069.html]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
const LOADING_PRINCIPAL_URI = TRIGGERING_PRINCIPAL_URI;

function receiveMessage(event) {
is(event.data.triggeringPrincipalURI.split("?")[0], TRIGGERING_PRINCIPAL_URI,
is(event.data.triggeringPrincipalURI, TRIGGERING_PRINCIPAL_URI,
"TriggeringPrincipal should be the parent iframe");
is(event.data.loadingPrincipalURI.split("?")[0], TRIGGERING_PRINCIPAL_URI,
is(event.data.loadingPrincipalURI, TRIGGERING_PRINCIPAL_URI,
"LoadingPrincipal should be the parent iframe");

window.removeEventListener("message", receiveMessage);
Expand Down
1 change: 0 additions & 1 deletion dom/animation/test/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ skip-if = (os == "win" && processor == "aarch64") #bug 1535784
[style/test_animation-seeking-with-start-time.html]
[style/test_animation-setting-effect.html]
[style/test_composite.html]
skip-if = xorigin
[style/test_interpolation-from-interpolatematrix-to-none.html]
[style/test_missing-keyframe.html]
[style/test_missing-keyframe-on-compositor.html]
Expand Down
16 changes: 6 additions & 10 deletions dom/base/test/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ skip-if = headless # Headless: Bug 1405868
[test_bug339494.xhtml]
[test_bug343596.html]
[test_bug345339.html]
fail-if = (xorigin && fission) # JavaScript error: http://mochi.test:8888/tests/dom/base/test/test_bug345339.html?currentTestURL=dom%2Fbase%2Ftest%2Ftest_bug345339.html&closeWhenDone=1&showTestReport=false&expected=pass, line 72: TypeError: can't access property "name", newFile is undefined; Xorigin only passes.
[test_bug346485.html]
[test_bug352728.html]
[test_bug352728.xhtml]
Expand Down Expand Up @@ -360,8 +359,8 @@ support-files = file_bug357450.js
[test_bug372964.html]
[test_bug373181.xhtml]
[test_bug375314.html]
skip-if = xorigin # Hangs
[test_bug375314-2.html]
skip-if = xorigin # Hangs, [Exception... "Component returned failure code: 0xc1f30100 (NS_ERROR_FACTORY_EXISTS) [nsIComponentRegistrar.registerFactory]" nsresult: "0xc1f30100 (NS_ERROR_FACTORY_EXISTS)" location: "JS frame :: createChromeScript :: createChromeScript :: line 40" data: no]
[test_bug378969.html]
[test_bug380418.html]
support-files = test_bug380418.html^headers^
Expand All @@ -376,7 +375,6 @@ support-files = test_bug380418.html^headers^
[test_bug395915.html]
[test_bug397234.html]
[test_bug398243.html]
fail-if = (xorigin && fission)
[test_bug401662.html]
[test_bug402150.html]
support-files = test_bug402150.html^headers^
Expand Down Expand Up @@ -506,7 +504,6 @@ skip-if = (verify && !debug && (os == 'linux')) #bug 687032
[test_bug606729.html]
[test_bug614058.html]
[test_bug622088.html]
skip-if = (xorigin && fission) # Session History, JavaScript error: http://mochi.test:8888/tests/dom/base/test/test_bug622088.html?currentTestURL=dom%2Fbase%2Ftest%2Ftest_bug622088.html&closeWhenDone=undefined&showTestReport=true&expected=pass, line 37: NS_ERROR_FAILURE:
[test_bug622117.html]
[test_bug622246.html]
[test_bug625722.html]
Expand Down Expand Up @@ -586,7 +583,7 @@ skip-if = (xorigin && fission) # Session History, JavaScript error: http://mochi
[test_bug913761.html]
[test_bug922681.html]
[test_bug927196.html]
fail-if = (xorigin && fission)
fail-if = xorigin
[test_bug962251.html]
[test_bug976673.html]
skip-if = fission #Bug 1613899
Expand All @@ -603,6 +600,7 @@ support-files = test_bug1037687_subframe.html
[test_bug1070015.html]
[test_bug1075702.html]
[test_bug1091883.html]
fail-if = xorigin
[test_bug1100912.html]
support-files = file_bug1100912.html
[test_bug1101364.html]
Expand Down Expand Up @@ -692,11 +690,9 @@ skip-if = (toolkit == 'android') # Android: Bug 1465387
[test_getTranslationNodes.html]
[test_getTranslationNodes_limit.html]
[test_gsp-qualified.html]
skip-if = (xorigin && fission) # Assertion failure: mInFlightProcessId == 0, at /builds/worker/checkouts/gecko/docshell/base/CanonicalBrowsingContext.cpp:137, JavaScript error: /builds/worker/workspace/build/tests/bin/components/httpd.js, line 3824: NS_ERROR_NOT_AVAILABLE:
[test_gsp-quirks.html]
[test_gsp-standards.html]
[test_history_document_open.html]
fail-if = (xorigin && fission) # NS_ERROR_FAILURE: at f@http://mochi.test:8888/tests/dom/base/test/file_history_document_open.html:1:16
[test_history_state_null.html]
[test_html_colors_quirks.html]
[test_html_colors_standards.html]
Expand Down Expand Up @@ -785,7 +781,7 @@ tags = audiochannel
[test_noAudioNotificationOnVolume0Element.html]
tags = audiochannel
[test_NodeIterator_basics_filters.xhtml]
skip-if = xorigin # JavaScript error: http://mochi.test:8888/tests/SimpleTest/SimpleTest.js, line 76: DataCloneError: The object could not be cloned.
skip-if = xorigin
[test_NodeIterator_mutations_1.xhtml]
[test_NodeIterator_mutations_2.html]
[test_NodeIterator_mutations_3.html]
Expand All @@ -803,11 +799,11 @@ reason = Plugins are not supported on Windows/AArch64
[test_pluginAudioNotification.html]
tags = audiochannel
skip-if = toolkit == 'android' # Plugins don't work on Android
|| (xorigin && fission) # JavaScript error: resource://specialpowers/SpecialPowersChild.jsm, line 719: SecurityError: Permission denied to access property "windowGlobalChild" on cross-origin object
|| xorigin # Hangs
[test_pluginMutedBeforePlay.html]
tags = audiochannel
skip-if = toolkit == 'android' # Plugins don't work on Android
|| (xorigin && fission) # JavaScript error: , line 0: uncaught exception: Object
|| xorigin # JavaScript error: http://mochi.xorigin-test:8888/tests/SimpleTest/TestRunner.js, line 157: SecurityError: Permission denied to access property "wrappedJSObject" on cross-origin object, JavaScript error: /builds/worker/workspace/build/tests/bin/components/httpd.js, line 3824: NS_ERROR_NOT_AVAILABLE:
[test_postMessage_solidus.html]
[test_postMessages_window.html]
[test_postMessages_workers.html]
Expand Down
2 changes: 1 addition & 1 deletion dom/base/test/test_bug1091883.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2>Results</h2>
var testRun = +out[1];
results[makeResultsKey(testRun)] = referrer;
if (event.origin == "http://mochi.test:8888") {
is(referrer.split("?")[0],
is(referrer,
"http://mochi.test:8888/tests/dom/base/test/test_bug1091883.html",
"must be full referrer");
} else {
Expand Down
1 change: 0 additions & 1 deletion dom/crypto/test/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ support-files =

[test_indexedDB.html]
skip-if = !fission # Requires iframes to run in separate processes.
fail-if = xorigin # JavaScript error: https://example.org/tests/dom/crypto/test/test_indexedDB.html?currentTestURL=dom%2Fcrypto%2Ftest%2Ftest_indexedDB.html&closeWhenDone=undefined&showTestReport=true&expected=pass, line 27: SecurityError: Permission denied to access property "frameElement" on cross-origin object
[test_WebCrypto.html]
[test_WebCrypto_DH.html]
[test_WebCrypto_ECDH.html]
Expand Down
5 changes: 2 additions & 3 deletions dom/events/test/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ support-files =
[test_bug1539497.html]
[test_bug226361.xhtml]
[test_bug238987.html]
fail-if = (xorigin && fission)
fail-if = xorigin
[test_bug288392.html]
[test_bug299673-1.html]
[test_bug1037990.html]
Expand Down Expand Up @@ -57,7 +57,7 @@ skip-if = verify
[test_bug448602.html]
[test_bug450876.html]
skip-if = verify
fail-if = (xorigin && fission)
fail-if = xorigin
[test_bug456273.html]
[test_bug457672.html]
skip-if = toolkit == 'android' #CRASH_DUMP, RANDOM
Expand Down Expand Up @@ -122,7 +122,6 @@ skip-if = toolkit == 'android' #CRASH_DUMP, RANDOM
skip-if = toolkit == 'android' #CRASH_DUMP, RANDOM
[test_bug704423.html]
[test_bug741666.html]
skip-if = (xorigin && fission) # Inconsistent pass/fail in treeherder
[test_coalesce_touchmove.html]
support-files = file_coalesce_touchmove.html
skip-if = debug #In order to be able to test touchmoves, the test needs to synthesize touchstart in a way which asserts
Expand Down
4 changes: 2 additions & 2 deletions dom/events/test/pointerevents/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ support-files = pointerevent_sequence_at_implicit_release_on_drag-manual.html
[test_pointerevent_setpointercapture_inactive_button_mouse-manual.html]
support-files = pointerevent_setpointercapture_inactive_button_mouse-manual.html
skip-if = verify && (os == 'linux' || os == 'mac')
|| (xorigin && fission) # Unexpected-pass and unexpected-fail in treeherder; JavaScript error: http://mochi.test:8888/tests/dom/events/test/pointerevents/pointerevent_setpointercapture_inactive_button_mouse-manual.html, line 35: InvalidPointerId: Invalid pointer id.
|| xorigin # JavaScript error: http://mochi.test:8888/tests/dom/events/test/pointerevents/pointerevent_setpointercapture_inactive_button_mouse-manual.html, line 35: InvalidPointerId: Invalid pointer id.
[test_pointerevent_setpointercapture_invalid_pointerid-manual.html]
support-files = pointerevent_setpointercapture_invalid_pointerid-manual.html
[test_pointerevent_setpointercapture_override_pending_capture_element-manual.html]
Expand All @@ -94,6 +94,7 @@ support-files = pointerevent_suppress_compat_events_on_click-manual.html
support-files = pointerevent_suppress_compat_events_on_drag_mouse-manual.html
[test_touch_action.html]
skip-if = os == 'android' # Bug 1312791
|| xorigin # JavaScript error: http://mochi.xorigin-test:8888/tests/SimpleTest/TestRunner.js, line 157: SecurityError: Permission denied to access property "wrappedJSObject" on cross-origin object
support-files =
../../../../gfx/layers/apz/test/mochitest/apz_test_utils.js
../../../../gfx/layers/apz/test/mochitest/apz_test_native_event_utils.js
Expand Down Expand Up @@ -122,7 +123,6 @@ support-files =
support-files =
file_test_trigger_fullscreen.html
[test_trigger_popup_by_pointer_events.html]
fail-if = (xorigin && !fission)
[test_remove_frame_when_got_pointer_capture.html]
[test_getCoalescedEvents.html]
skip-if = !e10s || os == 'android' # Bug 1312791
Expand Down
3 changes: 0 additions & 3 deletions dom/html/test/forms/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ prefs =
[test_input_hasBeenTypePassword.html]
[test_input_hasBeenTypePassword_navigation.html]
support-files = file_login_fields.html
skip-if = (xorigin && fission) # Session History, JavaScript error: javascript:history.back(), line 1: NS_ERROR_FAILURE:
[test_input_list_attribute.html]
[test_input_number_l10n.html]
[test_input_number_key_events.html]
Expand Down Expand Up @@ -98,9 +97,7 @@ skip-if = os == "android" || (os == "mac" && debug) # Bug 1484442
[test_radio_radionodelist.html]
[test_required_attribute.html]
[test_restore_form_elements.html]
fail-if = (xorigin && fission)
[test_save_restore_radio_groups.html]
fail-if = (xorigin && fission)
[test_select_change_event.html]
skip-if = os == 'mac'
[test_select_input_change_event.html]
Expand Down
3 changes: 1 addition & 2 deletions dom/html/test/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ skip-if = toolkit == 'android' #TIMED_OUT
[test_bug24958.html]
[test_bug274626.html]
[test_bug277724.html]
fail-if = (xorigin && fission) # Session history
[test_bug277890.html]
[test_bug287465.html]
[test_bug295561.html]
Expand Down Expand Up @@ -518,7 +517,7 @@ skip-if = (toolkit == 'android') || ((os == 'win' || os == 'linux') && debug) #
[test_restore_from_parser_fragment.html]
[test_rowscollection.html]
[test_srcdoc-2.html]
fail-if = (xorigin && fission) # NS_ERROR_FAILURE: at pframe.onload/<@http://mochi.test:8888/tests/dom/html/test/test_srcdoc-2.html?currentTestURL=dom%2Fhtml%2Ftest%2Ftest_srcdoc-2.html&closeWhenDone=undefined&showTestReport=true&expected=pass:42:24
skip-if = xorigin # JavaScript error: http://mochi.xorigin-test:8888/tests/SimpleTest/TestRunner.js, line 157: SecurityError: Permission denied to access property "wrappedJSObject" on cross-origin object
[test_srcdoc.html]
[test_style_attributes_reflection.html]
[test_track.html]
Expand Down
3 changes: 2 additions & 1 deletion dom/indexedDB/test/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,14 @@ skip-if = (xorigin && !debug) # Hangs
[test_open_empty_db.html]
[test_open_for_principal.html]
[test_open_objectStore.html]
skip-if = xorigin # JavaScript error: http://mochi.xorigin-test:8888/tests/SimpleTest/TestRunner.js, line 157: SecurityError: Permission denied to access property "wrappedJSObject" on cross-origin object
[test_optionalArguments.html]
[test_overlapping_transactions.html]
[test_persistenceType.html]
[test_put_get_values.html]
[test_put_get_values_autoIncrement.html]
[test_readonly_transactions.html]
skip-if = (xorigin && fission) # Hangs
skip-if = xorigin # JavaScript error: http://mochi.xorigin-test:8888/tests/SimpleTest/TestRunner.js, line 157: SecurityError: Permission denied to access property "wrappedJSObject" on cross-origin object
[test_readwriteflush_disabled.html]
[test_remove_index.html]
[test_rename_index.html]
Expand Down
1 change: 1 addition & 0 deletions dom/midi/tests/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
support-files =
MIDITestUtils.js
scheme = https
skip-if = xorigin


[test_midi_permission_prompt.html]
Expand Down
1 change: 1 addition & 0 deletions dom/notification/test/mochitest/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ scheme = https
[test_notification_storage.html]
[test_bug931307.html]
[test_notification_tag.html]
skip-if = xorigin # Application time out
1 change: 0 additions & 1 deletion dom/permission/tests/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ prefs =

[test_cross_origin_iframe.html]
skip-if = fission #Bug 1580462
fail-if = xorigin
[test_permissions_api.html]
skip-if = xorigin # Hangs
17 changes: 9 additions & 8 deletions dom/plugins/test/mochitest/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,25 @@ support-files =
plugin-utils.js

[test_bug1028200-1.html]
skip-if = !crashreporter
fail-if = (xorigin && fission) # Element is no longer fullscreen
skip-if = xorigin || !crashreporter
[test_bug1028200-2.html]
skip-if = !crashreporter
|| xorigin # Hangs JavaScript error: http://mochi.xorigin-test:8888/tests/SimpleTest/TestRunner.js, line 157: SecurityError: Permission denied to access property "wrappedJSObject" on cross-origin object
[test_bug1028200-3.html]
skip-if = !crashreporter
fail-if = (xorigin && fission) # Element is no longer fullscreen
|| xorigin # Hangs, ReferenceError: can't access lexical declaration `load' before initialization at onload@http://mochi.test:8888/tests/dom/plugins/test/mochitest/test_bug1028200-3.html:1:1`, TypeError: parentRunner.expectChildProcessCrash is not a function at SimpleTest.expectChildProcessCrash@http://mochi.test:8888/tests/SimpleTest/SimpleTest.js:1754:18
[test_bug1028200-4.html]
skip-if = !crashreporter
fail-if = (xorigin && fission) # Element is no longer fullscreen
|| xorigin # Hangs, TypeError: parentRunner.expectChildProcessCrash is not a function at SimpleTest.expectChildProcessCrash@http://mochi.test:8888/tests/SimpleTest/SimpleTest.js:1754:18
[test_bug1028200-5.html]
skip-if = !crashreporter
fail-if = (xorigin && fission) # Element is no longer fullscreen
|| xorigin # Hangs, TypeError: parentRunner.expectChildProcessCrash is not a function at SimpleTest.expectChildProcessCrash@http://mochi.test:8888/tests/SimpleTest/SimpleTest.js:1754:18
[test_bug1028200-6.html]
skip-if = !crashreporter
|| xorigin # Hangs, TypeError: parentRunner.expectChildProcessCrash is not a function at SimpleTest.expectChildProcessCrash@http://mochi.test:8888/tests/SimpleTest/SimpleTest.js:1754:18
[test_bug1028200-7.html]
skip-if = !crashreporter
|| xorigin # Hangs, TypeError: parentRunner.expectChildProcessCrash is not a function at SimpleTest.expectChildProcessCrash@http://mochi.test:8888/tests/SimpleTest/SimpleTest.js:1754:18
[test_bug532208.html]
[test_bug539565-1.html]
[test_bug539565-2.html]
Expand All @@ -65,12 +67,10 @@ skip-if = !crashreporter
skip-if = (verify && (os == 'win')) || (os == "win" && webrender) # win/webrender bug 1296400
[test_bug1165981.html]
skip-if = (processor == 'aarch64' && os == 'win')
|| (xorigin && !fission) # JavaScript error: test_bug1165981.html:line 51: TypeError: pluginElement.identifierToStringTest is not a function; this test incorrectly passes when fission is enabled because the permission is being checked for the frame site rather than the top-level site.
reason = Plugins are not supported on Windows/AArch64
[test_bug1245545.html]
[test_bug1307694.html]
skip-if = verify || (processor == 'aarch64' && os == 'win') # aarch64 due to 1541241
fail-if = (xorigin && !fission)
[test_cocoa_focus.html]
skip-if = toolkit != "cocoa" || e10s # Bug 1194534
support-files = cocoa_focus.html
Expand All @@ -83,6 +83,7 @@ skip-if = toolkit != "gtk"
skip-if = toolkit != "gtk"
[test_crashing.html]
skip-if = !crashreporter
|| xorigin # Hangs, TypeError: parentRunner.expectChildProcessCrash is not a function at SimpleTest.expectChildProcessCrash@http://mochi.test:8888/tests/SimpleTest/SimpleTest.js:1754:18
[test_crashing2.html]
skip-if = (!crashreporter) || true # Bug 566049
[test_CrashService_crash.html]
Expand Down Expand Up @@ -144,7 +145,7 @@ skip-if = (toolkit != "cocoa") || (os != "win")
[test_refresh_navigator_plugins.html]
skip-if = e10s # Bug 1090576
[test_secondPlugin.html]
fail-if = (xorigin && fission) # Should NOT be able to call a function on a click-to-play plugin
fail-if = xorigin
[test_src_url_change.html]
[test_streamatclose.html]
[test_streamNotify.html]
Expand Down
Loading

0 comments on commit 6faddf7

Please sign in to comment.