Closed
Bug 1176064
Opened 10 years ago
Closed 10 years ago
Do processing of the jstest's skiplist inline
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: terrence, Assigned: terrence)
References
Details
Attachments
(1 file)
6.74 KB,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
Right now we are splitting the tests list into a skipped and a non-skipped test list. Even if we turn everything into a generator, if we iterate the skip list to append results we'll still have to serialize. I think the best way forward is to keep everything in a single list and do the skip processing inside the task runners.
Attachment #8624463 -
Flags: review?(sphink)
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Comment on attachment 8624463 [details] [diff] [review]
inline_skiplist_processing-v0.diff
Review of attachment 8624463 [details] [diff] [review]:
-----------------------------------------------------------------
nice
Attachment #8624463 -
Flags: review?(sphink) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•