Open Bug 1481952 Opened 6 years ago Updated 2 years ago

Mochitest and reftest selftests fail when running without a build

Categories

(Testing :: Python Test, defect, P3)

Version 3
defect

Tracking

(Not tracked)

People

(Reporter: ahal, Unassigned)

Details

Most of the mochitest and reftest selftests don't work without a build and are supposed to be skipped via this:
pytest.importorskip('runtests.py')

But at some point 'dom/bindings/parser/runtests.py' got added to mach's PYTHONPATH, so instead of skipping those imports are loading the wrong module (and causing failures).

This is actually a little tricky to fix, I'll have to think about it some more.
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.