Searched refs:reportCompare (Results 1 - 25 of 181) sorted by relevance

12345678

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
H A Duc-001-n.js34 reportCompare ("error", eval ("'no'\u001C+' error'"),
36 reportCompare ("error", eval ("'no'\u001D+' error'"),
38 reportCompare ("error", eval ("'no'\u001E+' error'"),
40 reportCompare ("error", eval ("'no'\u001F+' error'"),
H A Duc-003.js39 reportCompare (5, eval("\u0041"),
41 reportCompare (6, eval("++\u0041"),
43 reportCompare (15, eval("A\u03B2"),
45 reportCompare (16, eval("++A\u03B2"),
47 reportCompare (25, eval("c\\u00" + "61se"),
49 reportCompare (26, eval("++c\\u00" + "61se"),
H A Duc-002.js34 reportCompare ("no error", eval("'no'\u00A0+ ' error'"),
38 reportCompare (0, str.search(/^\sfoo$/),
H A Duc-001.js34 reportCompare ("no error", eval('"no\u200E error"'),
H A Duc-002-n.js34 reportCompare ("error", eval("\u0020 = 5"),
H A Duc-004.js38 reportCompare (0, ary[Number(i)].search(/^\Sfoo$/),
41 reportCompare (-1, ary[Number(i)].search(/^\sfoo$/),
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/NumberFormatting/
H A Dtostring-001.js36 reportCompare ("1e+23", n0.toString(), "1e23 toString()");
37 reportCompare ("5e+22", n1.toString(), "5e22 toString()");
38 reportCompare ("1.6e+24", n2.toString(), "1.6e24 toString()");
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
H A Dregress-50447.js68 reportCompare (61, e.lineNumber,
82 reportCompare ("(new InternalError(\"msg\", \"file\", 2))",
85 reportCompare ("file", e.fileName,
87 reportCompare (2, e.lineNumber,
100 reportCompare ("(new InternalError(\"msg\", \"\"))",
103 reportCompare ("", e.fileName,
105 reportCompare (0, e.lineNumber,
119 reportCompare ("(new InternalError(\"msg\", \"\", 10))",
122 reportCompare ("", e.fileName,
124 reportCompare (1
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
H A Dregress-28686.js34 reportCompare ('foo \\"bar\\" baz', str.replace(/([\'\"])/g, "\\$1"),
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/FunExpr/
H A Dfe-001.js34 reportCompare (1, f(), "Both functions were defined.");
H A Dfe-002.js37 reportCompare ("outer", f(),
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/GetSet/
H A Dgetset-001.js58 reportCompare ("<initial y>", t._y, "y prototype check");
60 reportCompare ("got <initial y>", t.y, "y getter, before set");
63 reportCompare ("got new y", t.y, "y getter, after set");
66 reportCompare (2, t.y, "y getter, after numeric set");
70 reportCompare (d, t.y, "y getter, after date set");
H A Dgetset-002.js54 reportCompare ("<initial y>", t._y, "y prototype check");
56 reportCompare ("got <initial y>", t.y, "y getter, before set");
59 reportCompare ("got new y", t.y, "y getter, after set");
62 reportCompare (2, t.y, "y getter, after numeric set");
66 reportCompare (d, t.y, "y getter, after date set");
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/String/
H A Dregress-306591.js49 reportCompare(expect, actual, summary +
54 reportCompare(expect, actual, summary +
59 reportCompare(expect, actual, summary +
64 reportCompare(expect, actual, summary +
69 reportCompare(expect, actual, summary +
74 reportCompare(expect, actual, summary +
79 reportCompare(expect, actual, summary +
84 reportCompare(expect, actual, summary +
89 reportCompare(expect, actual, summary +
94 reportCompare(expec
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/
H A Dregress-310425-01.js48 reportCompare(expect, actual, summary);
52 reportCompare(expect, actual, summary);
58 reportCompare(expect, actual, summary);
H A Dregress-304828.js59 reportCompare(expect, actual, summary + ': join');
72 reportCompare(expect, actual, summary + ': reverse');
85 reportCompare(expect, actual, summary + ': sort');
98 reportCompare(expect, actual, summary + ': push');
99 reportCompare('abc', value, summary + ': push');
112 reportCompare(expect, actual, summary + ': pop');
113 reportCompare('abc', value, summary + ': pop');
126 reportCompare(expect, actual, summary + ': unshift');
127 reportCompare('def', value, summary + ': unshift');
140 reportCompare(expec
[all...]
H A Dregress-290592.js51 reportCompare(v, array[index], 'identity: check callback argument consistency');
57 reportCompare(v, array[index], 'mutate: check callback argument consistency');
69 reportCompare(v, array[index], 'mutateForEach: check callback argument consistency');
81 reportCompare(v, array[index], 'makeUpperCase: check callback argument consistency');
95 reportCompare(v, array[index], 'concat: check callback argument consistency');
102 reportCompare(v, array[index], 'isUpperCase: check callback argument consistency');
115 reportCompare(v, array[index], 'isString: check callback argument consistency');
128 reportCompare(v, array[index], 'ArrayCallback.prototype.makeUpperCase: check callback argument consistency');
141 reportCompare(v, array[index], 'ArrayCallback.prototype.concat: check callback argument consistency');
147 reportCompare(
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Regress/
H A Dregress-309242.js57 reportCompare(expect, actual, summary + ': &lt;!-- is comment to end of line');
66 reportCompare(expect, actual, summary + ': comment hack works inside script');
75 reportCompare(expect, actual, summary + ': E4X is available');
H A Dregress-311157-01.js54 reportCompare(expect, actual, summary);
H A Dregress-311157-02.js54 reportCompare(expect, actual, summary);
H A Dregress-301574.js56 reportCompare(expect, actual, summary + ': XML()');
67 reportCompare(expect, actual, summary + ': XMLList()');
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
H A D10.1.3.js52 reportCompare ("function", f(), "Declaration precedence test");
H A Dregress-23346.js49 reportCompare ("PASSED", f(true),
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/String/
H A Dregress-83293.js69 * In this test, it's important to reportCompare() each other case
71 * in an array and reportCompare() them at the end, as we usually do.
87 reportCompare(expect, actual, status);
93 reportCompare(expect, actual, status);
99 reportCompare(expect, actual, status);
105 reportCompare(expect, actual, status);
120 reportCompare(expect, actual, status);
134 reportCompare(expect, actual, status);
140 reportCompare(expect, actual, status);
150 reportCompare(expec
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
H A Dscope-001.js59 reportCompare (expect, actual, status);
64 reportCompare (expect, actual, status);
73 reportCompare (expect, actual, status);
78 reportCompare (expect, actual, status);
87 reportCompare (expect, actual, status);
92 reportCompare (expect, actual, status);
101 reportCompare (expect, actual, status);
106 reportCompare (expect, actual, status);

Completed in 219 milliseconds

12345678