From 96d6e020923c890374cbb4ba5d16ce15133ac0cd Mon Sep 17 00:00:00 2001 From: "jwalden@mit.edu" Date: Thu, 12 Jul 2007 20:38:31 -0700 Subject: [PATCH] I think I figured out the problem with bug 384192; the code added to quit.js is also used in the browser tests, but it triggers an undefined-variable exception there, and I think the tests are getting killed by test timeout code that doesn't print a helpful 'tests timed out' message to give a little help determining the cause of the failure. We shall see... --- .../dom-level0/test_crossdomainprops.html | 2 +- testing/mochitest/runtests.pl.in | 46 +++++++++++++++++-- testing/mochitest/server.js | 8 ---- testing/mochitest/tests/SimpleTest/quit.js | 4 +- 4 files changed, 45 insertions(+), 15 deletions(-) diff --git a/dom/tests/mochitest/dom-level0/test_crossdomainprops.html b/dom/tests/mochitest/dom-level0/test_crossdomainprops.html index cb7554d5efed..bb842b2a651e 100644 --- a/dom/tests/mochitest/dom-level0/test_crossdomainprops.html +++ b/dom/tests/mochitest/dom-level0/test_crossdomainprops.html @@ -12,7 +12,7 @@ - +