gecko-dev/testing/runtimes
Frederic Wang 36b880a97d Bug 1795630 - Export MathML crashtests to WPT. r=emilio
This commit moves crash tests from dom/mathml and layout/mathml into
testing/web-platform/tests/mathml/crashtests/mozilla, trying to do only
minimal changes (i.e. use 'test-wait' instead of 'reftest-wait' and
fix whitespace errors). lint errors are ignored for usage of
setTimeout as well as the invalid XML file testing bug 289180.

Regarding 400157.xhtml, it uses special powers to trigger a
zoom changes. It could probably be tweaked to convert to a mochitest or
rely on a different dynamic change. However, this was testing a crash for
the `<mfenced>` element in nsMathMLmfencedFrame whose code has been
completely removed, so it's now hard to reproduce the original crash.
Also that makes the test no longer very useful, so we just remove it.

Differential Revision: https://phabricator.services.mozilla.com/D159491
2022-10-18 04:21:41 +00:00
..
README.md
manifest-runtimes-android.json Bug 1795630 - Export MathML crashtests to WPT. r=emilio 2022-10-18 04:21:41 +00:00
manifest-runtimes-unix.json Bug 1795630 - Export MathML crashtests to WPT. r=emilio 2022-10-18 04:21:41 +00:00
manifest-runtimes-windows.json Bug 1795630 - Export MathML crashtests to WPT. r=emilio 2022-10-18 04:21:41 +00:00
moz.build
writeruntimes

README.md

Test Runtimes

These files contain runtimes for test manifests in the tree. They are of the form:

{ '<path to manifest>': <average runtime in seconds> }

They are being used to normalize chunk durations so all chunks take roughly the same length of time.

Generating a Test Runtime File

The writeruntimes script can be used to generate this file:

$ ./writeruntimes

It will take awhile. You can optionally specify platforms or suites on the command line, but these should only be used for debugging purposes (not for committing an update to the data). For more info, see:

$ ./writeruntimes -- --help