This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16992 - Allow completely disabling timeouts from testharnessreport.js
Summary: Allow completely disabling timeouts from testharnessreport.js
Status: NEW
Alias: None
Product: Testing
Classification: Unclassified
Component: testharness.js (show other bugs)
Version: unspecified
Hardware: All All
: P2 enhancement
Target Milestone: ---
Assignee: James Graham
QA Contact: James Graham
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-08 06:29 UTC by Aryeh Gregor
Modified: 2012-05-08 06:29 UTC (History)
2 users (show)

See Also:


Attachments

Description Aryeh Gregor 2012-05-08 06:29:05 UTC
Ms2ger integrated testharness.js into Mozilla's mochitest framework.  The mochitest test runner already has its own timeout functionality, and we don't need testharness.js checking for timeouts too.  Please add an option to setup() that disables all timeouts, both per-test and per-file.

(Reference: https://bugzilla.mozilla.org/show_bug.cgi?id=751842#c15)