Depends on D10743
Details
Details
- Reviewers
• bbouvier Ms2ger - Commits
- Restricted Diffusion Commit
rMOZILLACENTRAL6875c54fd481: Bug 1497898 - Update jstests.py wpt integration for manifest optimisations… - Bugzilla Bug ID
- 1497898
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Assuming this does the same thing as before, rs=me.
js/src/tests/jstests.py | ||
---|---|---|
346 | Can you do the code motion in the other changeset, please? |
Comment Actions
I implemented the meta_filters feature of ManifestLoader to avoid creating TestharnessTest objects for the thousands of tests in the wpt repository, when only a handful are relevant here. I believe this had a measurable impact on the runtime. (I don't think I still have the data, though.)
You mentioned on IRC that the current code was broken; how so? Does that mean the meta_features API is broken entirely, or just not used correctly here?