Bug 1526445 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

If you add_task() after a add_task().skip(), it appears that task is never run. Or at least the results not reported. 

When I run browser_tasks_skip.js as-is, I get: 

Ran 5 checks (4 subtests, 1 tests)
Expected results: 3
OK

In the attached patch, I add a task after the last skip()'d task. Without it I get: 


When I apply the attached patch to add a not-skipped task after the last skipped one, I get: 

Ran 5 checks (4 subtests, 1 tests)
Expected results: 3
OK
If you add_task() after a add_task().skip(), it appears that task is never run. Or at least the results not reported. 

When I run browser_tasks_skip.js as-is, I get: 

Ran 5 checks (4 subtests, 1 tests)
Expected results: 3
OK

When I apply the attached patch to add a not-skipped task after the last skipped one, I get: 

Ran 5 checks (4 subtests, 1 tests)
Expected results: 3
OK

Back to Bug 1526445 Comment 0