HomeSort by relevance Sort by last modified time
    Searched full:shouldbe (Results 326 - 350 of 456) sorted by null

<<111213141516171819

  /external/v8/test/webkit/
dfg-intrinsic-side-effect-assignment-osr-exit.js 47 shouldBe("foo(array)", expected);
dfg-intrinsic-unused-this-method-check.js 48 shouldBe("baz(object, " + i + ", " + (i * 2) + ")", "" + (offset + Math.max(i, i * 2)));
dfg-max-backwards-propagation.js 47 shouldBe("foo(" + f + ", " + array + ", 0)", expected);
dfg-min-backwards-propagation.js 47 shouldBe("foo(" + f + ", " + array + ", 0)", expected);
dfg-mul-big-integer-with-small-integer-and-bitor.js 33 shouldBe("foo(2147483647)", "-65536");
dfg-mul-big-integer-with-small-integer-and-detect-overflow.js 33 shouldBe("foo(2147483647)", "140737488289792");
dfg-mul-big-integer-with-small-integer.js 33 shouldBe("foo(2147483647)", "140737488289792");
dfg-mul-big-integers.js 33 shouldBe("foo(2147483647, 2147483646)", "-2147483648");
dfg-negative-array-index.js 35 shouldBe("array[-1]", "42");
dfg-obvious-constant-cfa.js 46 shouldBe("result", "228300");
dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.js 41 shouldBe("foo(o, o)", "[42, true]");
dfg-phantom-base.js 41 shouldBe("foo(i < 190 ? {f:42, g:{h:3}} : {f:42, g:{}})", "false");
dfg-phantom-get-local.js 41 shouldBe("foo(i < 190 ? {f:42, g:{h:3}} : {f:42, g:{}})", "false");
dfg-post-inc-then-exit.js 37 shouldBe("o.f", "0");
dfg-proto-access-inline-osr-exit.js 42 shouldBe("foo({g:new Thingy()})", "42");
dfg-proto-stub-watchpoint-fire.js 42 shouldBe("foo((i % 2) ? new A() : new B())", "" + ((i % 2) ? 42 : 43));
dfg-proven-sqrt-backwards-propagation.js 48 shouldBe("foo(array, 0)", expected);
dfg-put-scoped-var-backward-flow.js 37 shouldBe("sum([2147483646, 2147483644])", "4294967290");
dfg-putbyval-cfa-clobber.js 45 shouldBe("foo(array, -1)", "57");
dfg-redundant-load-of-captured-variable-proven-constant.js 47 shouldBe("\"\" + foo(o, i % 2)", expected);
dfg-resolve-global-polymorphic-non-dictionary.js 37 shouldBe("foo()", "42");
dfg-resolve-global-specific-dictionary.js 42 shouldBe("\"\" + foo()", expected);
dfg-rshift-by-zero-eliminate-valuetoint32.js 38 shouldBe("f()", "undefined");
dfg-sqrt-backwards-propagation.js 47 shouldBe("foo(" + f + ", " + array + ", 0)", expected);
dfg-to-string-bad-toString.js 37 shouldBe("\"\" + foo(\"hello\")", "\"42\"");

Completed in 2869 milliseconds

<<111213141516171819