Closed Bug 1176443 Opened 9 years ago Closed 4 years ago

mach test xpcshell uses wrong param name

Categories

(Testing :: XPCShell Harness, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: sfink, Assigned: gbrown)

Details

(Whiteboard: dev-prod-2020)

  ./mach test xpcshell

fails because testing/mach_commands.py defines a kwarg 'test_file', but testing/xpcshell/mach_commands.py ends up invoking run_test at http://dxr.mozilla.org/mozilla-central/source/testing/xpcshell/mach_commands.py#65 which takes test_paths.

Changing one or the other makes it try to work for me, at least. (Though I hit another problem in the middle of the test.)

This is working today: 'mach test xpcshell' successfully runs xpcshell tests. It takes a long time of course.

Assignee: nobody → gbrown
Severity: normal → S3
Status: NEW → RESOLVED
Closed: 4 years ago
Priority: -- → P3
Resolution: --- → WORKSFORME
Whiteboard: dev-prod-2020
You need to log in before you can comment on or make changes to this bug.