// |reftest| skip slow /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
//----------------------------------------------------------------------------- var BUGNUMBER = 319980; var summary = 'GC not called during non-fatal out of memory'; var actual = ''; var expect = 'Normal Exit';
printBugNumber(BUGNUMBER);
printStatus (summary);
print ('This test should never fail explicitly. ' + 'You must view the memory usage during the test. ' + 'This test fails if memory usage for each subtest grows');
var timeOut = 45 * 1000; var interval = 0.01 * 1000; var testFuncWatcherId; var testFuncTimerId; var maxTests = 5; var currTest = 0;
// delay start until after js-test-driver-end runs. // delay test driver end
gDelayTestDriverEnd = true;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.