Closed
Bug 769652
Opened 13 years ago
Closed 7 years ago
performance runtests.py does not support skipping tests based on the configuration field
Categories
(Tamarin Graveyard :: Tools, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: dschaffe, Unassigned)
Details
In test/performance/testconfig.txt the platform configuration field should be used for matching tests. For example workers are not supported on ios and android. We should be able to skip based on the platform configuration. Here is an example:
+jsbench/parallel, .* , AOT, skip, workers not yet supported on iOS
We should also fix the documentation note at the top of performance/testconfig.txt
Comment 1•13 years ago
|
||
changeset: 7478:2b224b700bee
user: Brent Baker <brbaker@adobe.com>
summary: Bug 769651, 769652: remove Workers shell performance tests using promise functionality (p=dschaffe)
http://hg.mozilla.org/tamarin-redux/rev/2b224b700bee
Comment 2•7 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 3•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in
before you can comment on or make changes to this bug.
Description
•