Closed Bug 1671193 Opened 4 years ago Closed 4 years ago

jit_test.py might need to better support the --enable-webrender flag

Categories

(Testing :: General, task)

task

Tracking

(firefox83 fixed)

RESOLVED FIXED
83 Branch
Tracking Status
firefox83 --- fixed

People

(Reporter: kats, Assigned: kats)

References

Details

Attachments

(1 file)

Windows64 ccov builds on central run jittests, and they pass fine. When run with webrender enabled, this happens:

[task 2020-10-09T21:57:17.136Z] 21:57:17     INFO - Calling ['C:\\Users\\task_1602279933\\build\\venv\\Scripts\\python', '-u', 'C:\\Users\\task_1602279933\\build\\tests\\jit-test\\jit-test\\jit_test.py', '--total-chunks', '8', '--this-chunk', '2', '--enable-webrender', '--setpref=layers.d3d11.enable-blacklist=false', 'tests/bin/js', '--no-slow', '--no-progress', '--format=automation', '--jitflags=all', '--timeout=970'] with output_timeout 1000
[task 2020-10-09T21:57:17.540Z] 21:57:17     INFO -  No tests found matching command line arguments.
[task 2020-10-09T21:57:17.611Z] 21:57:17     INFO - Return code: 0
[task 2020-10-09T21:57:17.611Z] 21:57:17    ERROR - No tests run or test summary not found

So maybe the --enable-webrender command line flag is messing up the command line parsing or something, and no tests get matched.

Here's the equivalent line from a passing m-c log:

[task 2020-10-14T13:53:22.619Z] 13:53:22     INFO - Calling ['C:\\Users\\task_1602678008\\build\\venv\\Scripts\\python', '-u', 'C:\\Users\\task_1602678008\\build\\tests\\jit-test\\jit-test\\jit_test.py', '--total-chunks', '8', '--this-chunk', '1', 'tests/bin/js', '--no-slow', '--no-progress', '--format=automation', '--jitflags=all', '--timeout=970'] with output_timeout 1000

jit_test.py has --enable-webrender support, but I don't see --setpref support, so maybe that's what's tripping it up.

Assignee: nobody → kats
Status: NEW → ASSIGNED
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/756e35501b70
Don't try to set prefs in jittests as it doesn't work. r=jrmuizel
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: