gecko-dev/browser/base/content/test/about/browser.ini
Kris Maglione e40b418215 Bug 1566952: Part 2 - Update Fission failure annotations after skipping crashes. r=mccr8
When a test crashes, the harness skips all of the remaining tests in the
directory. That means that with crashes skipped, we now try to run a whole lot
more tests than we did before, and a lot of them fail under Fission.

This patch adds annotations to the new failures that show up after part 1.

Differential Revision: https://phabricator.services.mozilla.com/D38726

--HG--
extra : rebase_source : 292157039c88fc615f5de41679e96e72766ac4db
2019-07-19 12:30:10 -07:00

33 lines
1.1 KiB
INI

[DEFAULT]
support-files =
head.js
print_postdata.sjs
searchSuggestionEngine.sjs
searchSuggestionEngine.xml
POSTSearchEngine.xml
dummy_page.html
prefs =
browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar=false
[browser_aboutCertError.js]
skip-if = fission
[browser_aboutCertError_clockSkew.js]
[browser_aboutCertError_exception.js]
[browser_aboutCertError_mitm.js]
[browser_aboutCertError_noSubjectAltName.js]
[browser_aboutCertError_telemetry.js]
[browser_aboutHome_search_POST.js]
[browser_aboutHome_search_composing.js]
skip-if = fission
[browser_aboutHome_search_searchbar.js]
[browser_aboutHome_search_suggestion.js]
skip-if = os == "mac" || (os == "linux" && (!debug || bits == 64)) || (os == 'win' && os_version == '10.0' && bits == 64 && !debug) # Bug 1399648, bug 1402502
[browser_aboutHome_search_telemetry.js]
skip-if = fission
[browser_aboutNetError.js]
[browser_aboutStopReload.js]
[browser_aboutSupport.js]
[browser_aboutSupport_newtab_security_state.js]
[browser_bug435325.js]
skip-if = fission || (verify && !debug && os == 'mac')