/external/v8/test/webkit/fast/js/ |
array-tostring-ignore-separator.js | 32 shouldBe("a.toString('!')", "'5,3'");
|
date-big-setmonth.js | 30 shouldBe("d.valueOf()", "new Date(1980, 8, 1).valueOf()");
|
date-negative-setmonth.js | 30 shouldBe("d.valueOf()", "new Date(2004, 9, 15).valueOf()");
|
string-split-ignore-case.js | 28 shouldBe('"1s2S3".split(/s/i).toString()', '"1,2,3"');
|
/external/v8/test/webkit/fast/js/kde/ |
cast.js | 28 shouldBe("String(Array('a', 'b' ))", "'a,b'");
|
/external/v8/test/webkit/ |
flatten-dictionary-structure-from-which-all-properties-were-deleted.js | 43 shouldBe("p.f", "42");
|
for-in-avoid-duplicates.js | 43 shouldBe("i", "2");
|
function-dot-apply-replace-base.js | 46 shouldBe("bar()", "3");
|
get-by-pname-that-looks-like-a-patchable-get-by-val.js | 42 shouldBe("foo()", "300");
|
has-own-property.js | 28 shouldBe("typeof {foo : 'yum'}.hasOwnProperty", '"function"');
|
jit-float32-array-nan.js | 39 shouldBe("\"\" + floatView[0]", "\"NaN\"");
|
legitimately-captured-argument.js | 37 shouldBe("counter()", "" + (i + j + 1));
|
new-array-double-with-holes.js | 33 shouldBe("foo([, 1.5], 0)", "void 0");
|
pretty-print.js | 41 shouldBe("g().toString()", "['a', 'b', 'c'].toString()");
|
reentrant-call-unwind.js | 38 shouldBe("f()", "0");
|
regexp-many-brackets.js | 42 shouldBe("'hello'.match(manyBracketsRegExp)", "manyHellosArray");
|
regexp-range-bound-ffff.js | 30 shouldBe('("A".match(/[\u0001-\uFFFF]/i) == "A")', 'true');
|
resize-array-assign.js | 39 shouldBe(getZerothEntry(A).toString(), "1");
|
stack-unwinding-expected.txt | 30 WARN: shouldBe() expects string arguments
|
stack-unwinding.js | 58 shouldBe(myArray, new Array( 5, 6, 7 ) );
|
string-sort.js | 29 shouldBe('[' + '"' + a[0] + '"' + ',' + '"' + a[1] + '"' + '].sort().toString()', '"' + a + '"');
|
this-non-object-proto.js | 31 shouldBe("this.__proto__", "originalProto");
|
var-shadows-arg-crash.js | 36 shouldBe('test()()', '"success"');
|
var-shadows-arg-gc-crash.js | 57 shouldBe('testClosure()', '"success"');
|
dfg-inlining-reg-alloc.js | 163 shouldBe("o.a", "bar(2 * i + 1, i)"); 164 shouldBe("o.b", "bar(2 * i, i)"); 165 shouldBe("o.c", "i");
|