gecko-dev/testing/modules
Geoff Brown 5fc9f15115 Bug 1614640 - Improve reftest suite_start data to provide consistent group/manifest names even when not run-by-manifest; r=ahal
Reftest-family test suites can be "run-by-manifest" (reftest-plain, on desktop), or not
(all reftest-family suites on Android, crashtest and jsreftest on desktop). When not
run-by-manifest, code in reftest.jsm is used to format the suite_start data; when
run-by-manifest, code in runreftest.py is used. Currently, the reftest.jsm implementation
submits a simple array of test IDs -- no associated manifests -- possibly consistent with
the concept that tests are not being run/grouped by manifest.

This patch updates the reftest.jsm implementation to generate the same format of
suite_start data as the python implementation: An array of dictionaries mapping
manifest IDs to arrays of associated test IDs.

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

--HG--
extra : moz-landing-system : lando
2020-02-26 22:34:44 +00:00
..
tests Bug 1614640 - Improve reftest suite_start data to provide consistent group/manifest names even when not run-by-manifest; r=ahal 2020-02-26 22:34:44 +00:00
AppData.jsm
AppInfo.jsm
Assert.jsm
CoverageUtils.jsm
FileTestUtils.jsm
MockRegistrar.jsm
MockRegistry.jsm
Sinon.jsm
StructuredLog.jsm Bug 1614640 - Improve reftest suite_start data to provide consistent group/manifest names even when not run-by-manifest; r=ahal 2020-02-26 22:34:44 +00:00
TestUtils.jsm Bug 1582116 - Use SpecialPowers.spawn for iframe accesses in test_prompt_async. r=sfoster 2019-12-12 23:11:13 +00:00
ajv-4.1.1.js
moz.build Bug 1601076 - Fix some broken BUG_COMPONENTS in moz.build files; r=jmaher 2019-12-04 13:55:45 +00:00
sinon-7.2.7.js