Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/src/tests/non262/RegExp/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 974 B image not shown  

Quelle  regress-617935.js

  Sprache: JAVA
 

// |reftest| skip-if(!xulRuntime.shell&&(Android||winWidget)) silentfail
/*
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/licenses/publicdomain/
 *
 * Author: Christian Holler <decoder@own-hero.net>
 */


expectExitCode(0);
expectExitCode(5);

/* Length of 32 */
var foo = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";

/* Make len(foo) 32768 */
for (i = 0; i < 10; ++i) {
    foo += foo;
}

/* Add one "a" to cause overflow later */
foo += "a";

var bar = "bbbbbbbbbbbbbbbb";

/* Make len(bar) 8192 */
for (i = 0; i < 9; ++i) {
    bar += bar;
}

/* 
 * Resulting string should be 
 * len(foo) * len(bar) = (2**10 * 32 + 1) * 8192 = 268443648
 * which will be larger than the max string length (2**28, or 268435456).
 */

try {
    foo.replace(/[a]/g, bar);
catch (e) {
    reportCompare(e instanceof InternalError, true"Internal error due to overallocation is ok.");
}
reportCompare(truetrue"No crash occurred.");

print("Tests complete");

Messung V0.5 in Prozent
C=94 H=97 G=95

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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.