Open Bug 1617632 Opened 5 years ago Updated 2 years ago

Manifest information missing for geckoview-junit tasks

Categories

(Firefox Build System :: Task Configuration, task)

task

Tracking

(Not tracked)

People

(Reporter: marco, Unassigned)

References

(Blocks 1 open bug)

Details

No description provided.

One issue with geckoview-junit is that the test names are not known by the harness in advance. runjunit.py just runs "am instrument ... org.mozilla.geckoview.test/androidx.test.runner.AndroidJUnitRunner" and the junit runner executes tests found in the package -- there is no test manifest.

https://developer.android.com/reference/androidx/test/runner/AndroidJUnitRunner

Currently runjunit.py provides a fixed suite_start:

        self.log.suite_start(["geckoview-junit"])
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.