15.5.4.2.js |
|
717 |
15.5.4.7.js |
|
512 |
15.5.4.11-01.js |
BEGIN TEST *
************ |
2083 |
AdvanceStringIndex.js |
|
2023 |
at.js |
|
942 |
browser.js |
|
0 |
codePointAt.js |
|
4304 |
defaultvalue.js |
BEGIN TEST *
************ |
3630 |
fromCodePoint.js |
|
2804 |
internalUsage.js |
|
1008 |
IsRegExp.js |
|
692 |
iterator_edge_cases.js |
|
826 |
lastIndexOf-ToNumber-when-searchStr-larger-than-string.js |
|
615 |
make-normalize-generateddata-input.py |
Usage: make-normalize-generateddata-input.py PATH_TO_MOZILLA_CENTRAL
This script generates test input data for String.prototype.normalize
from intl/icu/source/data/unidata/NormalizationTest.txt
to js/src/tests/non262/String/normalize-generateddata-input.js
|
3166 |
match-001.js |
File Name: String/match-001.js
ECMA Section: 15.6.4.9
Description: Based on ECMA 2 Draft 7 February 1999
Author: christine@netscape.com
Date: 19 February 1999
|
3455 |
match-002.js |
File Name: String/match-002.js
ECMA Section: 15.6.4.9
Description: Based on ECMA 2 Draft 7 February 1999
Author: christine@netscape.com
Date: 19 February 1999
|
4820 |
match-003.js |
File Name: String/match-003.js
ECMA Section: 15.6.4.9
Description: Based on ECMA 2 Draft 7 February 1999
Author: christine@netscape.com
Date: 19 February 1999
|
3709 |
match-004.js |
File Name: String/match-004.js
ECMA Section: 15.6.4.9
Description: Based on ECMA 2 Draft 7 February 1999
Author: christine@netscape.com
Date: 19 February 1999
|
4480 |
match-defines-match-elements.js |
BEGIN TEST *
************ |
1170 |
match-forward-lookahead.js |
BEGIN TEST *
************ |
601 |
match-GetMethod.js |
|
645 |
match-throws-nonwritable-lastIndex-global.js |
BEGIN TEST *
************ |
1726 |
match-updates-global-lastIndex.js |
BEGIN TEST *
************ |
686 |
match.js |
|
667 |
matchAll.js |
|
9171 |
normalize-form-non-atom.js |
|
554 |
normalize-generateddata-input.js |
created from NormalizationTest-16.0.0.txt |
2513050 |
normalize-generateddata-part0.js |
|
518 |
normalize-generateddata-part1-not-listed.js |
not listed in Part 1 |
1085 |
normalize-generateddata-part1.js |
|
523 |
normalize-generateddata-part2.js |
|
518 |
normalize-generateddata-part3.js |
|
518 |
normalize-generic.js |
|
474 |
normalize-parameter.js |
|
532 |
normalize-rope.js |
JSRope test |
499 |
raw.js |
|
1344 |
regress-83293.js |
-*- indent-tabs-mode: nil; js-indent-level: 2 -*- |
6210 |
regress-104375.js |
-*- indent-tabs-mode: nil; js-indent-level: 2 -*- |
1804 |
regress-107771.js |
-*- indent-tabs-mode: nil; js-indent-level: 2 -*- |
1840 |
regress-112626.js |
-*- indent-tabs-mode: nil; js-indent-level: 2 -*- |
647 |
regress-179068.js |
-*- indent-tabs-mode: nil; js-indent-level: 2 -*- |
3900 |
regress-189898.js |
-*- indent-tabs-mode: nil; js-indent-level: 2 -*- |
2512 |
regress-304376.js |
-*- indent-tabs-mode: nil; js-indent-level: 2 -*- |
802 |
regress-305064.js |
List from ES 3.1 Recommendation for String.trim (bug 305064) * |
4587 |
regress-313567.js |
-*- indent-tabs-mode: nil; js-indent-level: 2 -*- |
715 |
regress-369778.js |
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ |
690 |
regress-392378.js |
|
1679 |
replace-bad-dollar-single-quote.js |
|
1672 |
replace-flags.js |
|
607 |
replace-GetMethod.js |
|
555 |
replace-math.js |
/
function puff(x, n)
{
while(x.length < n)
x += x;
return x.substring(0, n);
}
var x = puff("1", 1 << 20);
var rep = puff("$1", 1 << 16);
try
{
var y = x.replace(/(.+)/g, rep);
assertEq(y.length, Math.pow(2, 36));
}
catch (e)
{
// OOM also acceptable
}
/***************************************************************************** |
776 |
replace-rope-empty.js |
|
910 |
replace-throws-nonwritable-lastIndex-global.js |
BEGIN TEST *
************ |
2624 |
replace-updates-global-lastIndex.js |
BEGIN TEST *
************ |
769 |
replace.js |
|
438 |
replaceAll.js |
|
6215 |
ropes.js |
|
1713 |
search-GetMethod.js |
|
542 |
search.js |
|
579 |
shell.js |
---
defines: [runNormalizeTest]
allow_unused: True
--- |
2618 |
split-01.js |
BEGIN TEST *
************ |
1245 |
split-GetMethod.js |
|
551 |
split-order.js |
|
463 |
split-undefined-separator.js |
BEGIN TEST *
************ |
857 |
split-xregexp.js |
BEGIN TEST *
************ |
5157 |
split.js |
|
460 |
string-code-point-upper-lower-mapping.js |
Generated by make_unicode.py DO NOT MODIFY |
77777 |
string-object-length.js |
-*- indent-tabs-mode: nil; js-indent-level: 2 -*- |
447 |
string-pad-start-end.js |
|
2905 |
string-space-trim.js |
Generated by make_unicode.py DO NOT MODIFY |
1433 |
string-upper-lower-mapping.js |
Generated by make_unicode.py DO NOT MODIFY |
3231472 |
thisv-error.js |
|
1131 |
two-length-nonlatin-indexOf.js |
|
470 |
unicode-braced.js |
|
2919 |
utf8-encode.js |
|
4282 |
well-formed.js |
|
3921 |