Commit 2399972c authored by Joel Maher's avatar Joel Maher
Browse files

Bug 1754613 - split a11y tests out of mochitest-browser-chrome into...

Bug 1754613 - split a11y tests out of mochitest-browser-chrome into mochitest-browser-a11y. r=releng-reviewers,Jamie,gbrown

here is a try push:
https://treeherder.mozilla.org/jobs?repo=try&group_state=expanded&tier=1%2C2%2C3&revision=aca12d2de75f1fb0eb25432358e5518a8e7f812d

most of the bc failures fall into:
https://bugzilla.mozilla.org/show_bug.cgi?id=1742167

I only tested bc to see if there were issues removing the `ba` tests from there.

Differential Revision: https://phabricator.services.mozilla.com/D138571
parent dce1105a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
[DEFAULT]
subsuite = a11y
support-files =
  head.js
  !/accessible/tests/browser/shared-head.js
+1 −0
Original line number Diff line number Diff line
[DEFAULT]
skip-if = a11y_checks || (os == 'win' && processor == 'aarch64') # 1534855
subsuite = a11y
support-files =
  !/accessible/tests/mochitest/*.js
  *.jsm
+1 −0
Original line number Diff line number Diff line
[DEFAULT]
subsuite = a11y
support-files =
  head.js
  doc_treeupdate_ariadialog.html
+1 −0
Original line number Diff line number Diff line
[DEFAULT]
subsuite = a11y
support-files =
  head.js
  !/accessible/tests/browser/shared-head.js
+1 −0
Original line number Diff line number Diff line
[DEFAULT]
subsuite = a11y
support-files =
  head.js
  !/accessible/tests/browser/shared-head.js
Loading