Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(693)

Issue 18068003: Migrated several tests from blink to V8 repository. (Closed)

Created:
7 years, 5 months ago by Michael Achenbach
Modified:
7 years, 5 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Migrated several tests from blink to V8 repository. R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15370

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121139 lines, -1425 lines) Patch
A + test/webkit/Array-isArray.js View 1 chunk +15 lines, -7 lines 0 comments Download
A + test/webkit/Array-isArray-expected.txt View 1 chunk +15 lines, -2 lines 0 comments Download
A test/webkit/JSON-stringify-replacer.js View 1 chunk +95 lines, -0 lines 0 comments Download
test/webkit/JSON-stringify-replacer-expected.txt View 1 chunk +19 lines, -2 lines 0 comments Download
A test/webkit/Object-create.js View 1 chunk +48 lines, -0 lines 0 comments Download
A test/webkit/Object-create-expected.txt View 1 chunk +48 lines, -0 lines 0 comments Download
A + test/webkit/Object-defineProperties.js View 1 chunk +12 lines, -7 lines 0 comments Download
test/webkit/Object-defineProperties-expected.txt View 1 chunk +11 lines, -2 lines 0 comments Download
A + test/webkit/Object-keys.js View 1 chunk +12 lines, -7 lines 0 comments Download
A + test/webkit/Object-keys-expected.txt View 1 chunk +12 lines, -2 lines 0 comments Download
A test/webkit/ToNumber.js View 1 chunk +194 lines, -0 lines 0 comments Download
A test/webkit/ToNumber-expected.txt View 1 chunk +170 lines, -0 lines 0 comments Download
A + test/webkit/add-recovery.js View 1 chunk +15 lines, -3 lines 0 comments Download
A + test/webkit/add-recovery-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A test/webkit/apply-varargs.js View 1 chunk +97 lines, -0 lines 0 comments Download
A + test/webkit/apply-varargs-expected.txt View 1 chunk +10 lines, -2 lines 0 comments Download
A + test/webkit/arguments-bad-index.js View 1 chunk +9 lines, -3 lines 0 comments Download
A + test/webkit/arguments-bad-index-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/array-constructor-host-call.js View 1 chunk +9 lines, -4 lines 0 comments Download
A + test/webkit/array-constructor-host-call-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
A test/webkit/array-defineOwnProperty.js View 1 chunk +83 lines, -0 lines 0 comments Download
A test/webkit/array-defineOwnProperty-expected.txt View 1 chunk +67 lines, -0 lines 0 comments Download
A test/webkit/array-enumerators-functions.js View 1 chunk +145 lines, -0 lines 0 comments Download
A test/webkit/array-enumerators-functions-expected.txt View 1 chunk +978 lines, -0 lines 0 comments Download
A test/webkit/array-every.js View 1 chunk +116 lines, -0 lines 0 comments Download
A test/webkit/array-every-expected.txt View 1 chunk +75 lines, -0 lines 0 comments Download
test/webkit/array-filter.js View 1 chunk +100 lines, -0 lines 0 comments Download
test/webkit/array-filter-expected.txt View 1 chunk +90 lines, -0 lines 0 comments Download
A test/webkit/array-holes.js View 1 chunk +134 lines, -0 lines 0 comments Download
A test/webkit/array-holes-expected.txt View 1 chunk +85 lines, -0 lines 0 comments Download
A + test/webkit/array-index-immediate-types.js View 1 chunk +16 lines, -3 lines 0 comments Download
A + test/webkit/array-index-immediate-types-expected.txt View 1 chunk +8 lines, -2 lines 0 comments Download
A + test/webkit/array-indexing.js View 1 chunk +10 lines, -4 lines 0 comments Download
A + test/webkit/array-indexing-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/array-iterate-backwards.js View 1 chunk +27 lines, -3 lines 0 comments Download
A + test/webkit/array-iterate-backwards-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/array-lastIndexOf.js View 1 chunk +47 lines, -3 lines 0 comments Download
A + test/webkit/array-lastIndexOf-expected.txt View 1 chunk +15 lines, -2 lines 0 comments Download
A + test/webkit/array-proto-func-length-getter-except.js View 1 chunk +36 lines, -3 lines 0 comments Download
A + test/webkit/array-proto-func-length-getter-except-expected.txt View 1 chunk +19 lines, -2 lines 0 comments Download
A test/webkit/array-proto-func-property-getter-except.js View 1 chunk +68 lines, -0 lines 0 comments Download
A + test/webkit/array-proto-func-property-getter-except-expected.txt View 1 chunk +19 lines, -2 lines 0 comments Download
A test/webkit/array-reduce.js View 1 chunk +91 lines, -0 lines 0 comments Download
A test/webkit/array-reduce-expected.txt View 1 chunk +63 lines, -0 lines 0 comments Download
A test/webkit/array-reduceRight.js View 1 chunk +93 lines, -0 lines 0 comments Download
A test/webkit/array-reduceRight-expected.txt View 1 chunk +64 lines, -0 lines 0 comments Download
test/webkit/array-reset-large-index.js View 1 chunk +8 lines, -4 lines 0 comments Download
A + test/webkit/array-reset-large-index-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/array-sort-numericCompare.js View 1 chunk +11 lines, -3 lines 0 comments Download
A + test/webkit/array-sort-numericCompare-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/array-sort-reentrance.js View 1 chunk +12 lines, -3 lines 0 comments Download
A + test/webkit/array-sort-reentrance-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/array-sort-small-sparse-array-with-large-length.js View 1 chunk +14 lines, -5 lines 0 comments Download
A + test/webkit/array-sort-small-sparse-array-with-large-length-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/array-sort-sparse.js View 1 chunk +8 lines, -4 lines 0 comments Download
A + test/webkit/array-sort-sparse-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/array-tostring-and-join.js View 1 chunk +9 lines, -4 lines 0 comments Download
test/webkit/array-tostring-and-join-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/array-type-speculation.js View 1 chunk +65 lines, -0 lines 0 comments Download
A + test/webkit/array-type-speculation-expected.txt View 1 chunk +17 lines, -2 lines 0 comments Download
A test/webkit/avl-crash.js View 1 chunk +121 lines, -0 lines 0 comments Download
A + test/webkit/avl-crash-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
test/webkit/bitops-type-tag.js View 1 chunk +8 lines, -6 lines 0 comments Download
A + test/webkit/bitops-type-tag-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
test/webkit/boolean-argument-prediction.js View 1 chunk +40 lines, -3 lines 0 comments Download
A + test/webkit/boolean-argument-prediction-expected.txt View 1 chunk +17 lines, -2 lines 0 comments Download
A + test/webkit/boxed-double-to-int.js View 1 chunk +11 lines, -4 lines 0 comments Download
A + test/webkit/boxed-double-to-int-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/break-ASI.js View 1 chunk +6 lines, -7 lines 0 comments Download
A + test/webkit/break-ASI-expected.txt View 1 chunk +10 lines, -2 lines 0 comments Download
A + test/webkit/cached-call-uninitialized-arguments.js View 1 chunk +38 lines, -3 lines 0 comments Download
A + test/webkit/cached-call-uninitialized-arguments-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
test/webkit/call-apply-crash.js View 1 chunk +9 lines, -7 lines 0 comments Download
A + test/webkit/call-apply-crash-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A test/webkit/char-at.js View 1 chunk +131 lines, -0 lines 0 comments Download
A test/webkit/char-at-expected.txt View 1 chunk +110 lines, -0 lines 0 comments Download
A + test/webkit/closure-inside-extra-arg-call.js View 1 chunk +51 lines, -3 lines 0 comments Download
test/webkit/closure-inside-extra-arg-call-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/codegen-assign-nontemporary-as-rexp.js View 1 chunk +28 lines, -3 lines 0 comments Download
A + test/webkit/codegen-assign-nontemporary-as-rexp-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
test/webkit/codegen-jless.js View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/codegen-jless-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/codegen-loops-logical-nodes.js View 1 chunk +1080 lines, -0 lines 0 comments Download
A test/webkit/codegen-loops-logical-nodes-expected.txt View 1 chunk +127 lines, -0 lines 0 comments Download
A + test/webkit/codegen-peephole-locals.js View 1 chunk +78 lines, -3 lines 0 comments Download
A + test/webkit/codegen-peephole-locals-expected.txt View 1 chunk +9 lines, -2 lines 0 comments Download
A test/webkit/codegen-temporaries.js View 1 chunk +955 lines, -0 lines 0 comments Download
A test/webkit/codegen-temporaries-expected.txt View 1 chunk +139 lines, -0 lines 0 comments Download
A test/webkit/comparison-operators.js View 1 chunk +94 lines, -0 lines 0 comments Download
test/webkit/comparison-operators-expected.txt View 1 chunk +2816 lines, -0 lines 0 comments Download
A test/webkit/comparison-operators-greater.js View 1 chunk +253 lines, -0 lines 0 comments Download
A test/webkit/comparison-operators-greater-expected.txt View 1 chunk +1934 lines, -0 lines 0 comments Download
A test/webkit/comparison-operators-less.js View 1 chunk +252 lines, -0 lines 0 comments Download
A test/webkit/comparison-operators-less-expected.txt View 1 chunk +1934 lines, -0 lines 0 comments Download
A + test/webkit/const-without-initializer.js View 1 chunk +10 lines, -2 lines 0 comments Download
A + test/webkit/const-without-initializer-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/constant-count.js View 1 chunk +17 lines, -3 lines 0 comments Download
A + test/webkit/constant-count-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/constant-encoding.js View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/constant-encoding-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A test/webkit/constant-folding.js View 1 chunk +491 lines, -0 lines 0 comments Download
A test/webkit/constant-folding-expected.txt View 1 chunk +467 lines, -0 lines 0 comments Download
A + test/webkit/continue-break-multiple-labels.js View 1 chunk +83 lines, -3 lines 0 comments Download
A + test/webkit/continue-break-multiple-labels-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A test/webkit/convert-nan-to-bool.js View 1 chunk +90 lines, -0 lines 0 comments Download
A test/webkit/convert-nan-to-bool-expected.txt View 1 chunk +97 lines, -0 lines 0 comments Download
test/webkit/cyclic-prototypes.js View 1 chunk +15 lines, -5 lines 0 comments Download
A + test/webkit/cyclic-prototypes-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
test/webkit/date-DST-pre-1970.js View 1 chunk +4 lines, -5 lines 0 comments Download
A + test/webkit/date-DST-pre-1970-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A test/webkit/date-constructor.js View 1 chunk +91 lines, -0 lines 0 comments Download
A test/webkit/date-constructor-expected.txt View 1 chunk +63 lines, -0 lines 0 comments Download
A + test/webkit/date-daysfrom1970-overflow.js View 1 chunk +6 lines, -5 lines 0 comments Download
A + test/webkit/date-daysfrom1970-overflow-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A test/webkit/date-parse-comments-test.js View 1 chunk +98 lines, -0 lines 0 comments Download
A test/webkit/date-parse-comments-test-expected.txt View 1 chunk +170 lines, -0 lines 0 comments Download
test/webkit/date-set-to-nan.js View 1 chunk +473 lines, -0 lines 0 comments Download
A test/webkit/date-set-to-nan-expected.txt View 1 chunk +129 lines, -0 lines 0 comments Download
A + test/webkit/date-utc-timeclip.js View 1 chunk +9 lines, -6 lines 0 comments Download
A + test/webkit/date-utc-timeclip-expected.txt View 1 chunk +9 lines, -2 lines 0 comments Download
test/webkit/debugger.js View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/debugger-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/declaration-in-block.js View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/declaration-in-block-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A test/webkit/delete-getters-setters.js View 1 chunk +122 lines, -0 lines 0 comments Download
A + test/webkit/delete-getters-setters-expected.txt View 1 chunk +17 lines, -2 lines 0 comments Download
test/webkit/delete-then-put.js View 1 chunk +20 lines, -3 lines 0 comments Download
A + test/webkit/delete-then-put-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
A + test/webkit/dfg-abs-backwards-propagation.js View 1 chunk +21 lines, -3 lines 0 comments Download
A test/webkit/dfg-abs-backwards-propagation-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-add-not-number.js View 1 chunk +11 lines, -2 lines 0 comments Download
A test/webkit/dfg-add-not-number-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arguments-alias.js View 1 chunk +14 lines, -3 lines 0 comments Download
A + test/webkit/dfg-arguments-alias-escape.js View 1 chunk +15 lines, -3 lines 0 comments Download
A test/webkit/dfg-arguments-alias-escape-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A test/webkit/dfg-arguments-alias-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arguments-alias-one-block.js View 1 chunk +7 lines, -4 lines 0 comments Download
A test/webkit/dfg-arguments-alias-one-block-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A test/webkit/dfg-arguments-alias-one-block-osr-exit.js View 1 chunk +45 lines, -0 lines 0 comments Download
A test/webkit/dfg-arguments-alias-one-block-osr-exit-expected.txt View 1 chunk +33 lines, -0 lines 0 comments Download
test/webkit/dfg-arguments-alias-one-block-overwrite.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-arguments-alias-one-block-overwrite-arguments.js View 1 chunk +45 lines, -0 lines 0 comments Download
A test/webkit/dfg-arguments-alias-one-block-overwrite-arguments-expected.txt View 1 chunk +33 lines, -0 lines 0 comments Download
A test/webkit/dfg-arguments-alias-one-block-overwrite-expected.txt View 1 chunk +332 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arguments-cross-code-origin.js View 1 chunk +16 lines, -3 lines 0 comments Download
test/webkit/dfg-arguments-cross-code-origin-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arguments-mixed-alias.js View 1 chunk +14 lines, -3 lines 0 comments Download
A test/webkit/dfg-arguments-mixed-alias-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
test/webkit/dfg-arguments-osr-exit.js View 1 chunk +28 lines, -3 lines 0 comments Download
A test/webkit/dfg-arguments-osr-exit-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arguments-osr-exit-multiple-blocks.js View 1 chunk +32 lines, -3 lines 0 comments Download
A + test/webkit/dfg-arguments-osr-exit-multiple-blocks-before-exit.js View 1 chunk +34 lines, -3 lines 0 comments Download
A test/webkit/dfg-arguments-osr-exit-multiple-blocks-before-exit-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A test/webkit/dfg-arguments-osr-exit-multiple-blocks-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arguments-out-of-bounds.js View 1 chunk +24 lines, -3 lines 0 comments Download
A test/webkit/dfg-arguments-out-of-bounds-expected.txt View 1 chunk +3032 lines, -0 lines 0 comments Download
test/webkit/dfg-arguments-unexpected-escape.js View 1 chunk +19 lines, -3 lines 0 comments Download
test/webkit/dfg-arguments-unexpected-escape-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js View 1 chunk +39 lines, -3 lines 0 comments Download
A test/webkit/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int-expected.txt View 1 chunk +140 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js View 1 chunk +32 lines, -3 lines 0 comments Download
A test/webkit/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers-expected.txt View 1 chunk +233 lines, -0 lines 0 comments Download
A + test/webkit/dfg-array-dead.js View 1 chunk +24 lines, -3 lines 0 comments Download
A test/webkit/dfg-array-dead-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-array-length-dead.js View 1 chunk +8 lines, -3 lines 0 comments Download
test/webkit/dfg-array-length-dead-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-array-pop-side-effects.js View 1 chunk +34 lines, -3 lines 0 comments Download
A test/webkit/dfg-array-pop-side-effects-expected.txt View 1 chunk +283 lines, -0 lines 0 comments Download
A + test/webkit/dfg-array-pop-value-clearing.js View 1 chunk +8 lines, -4 lines 0 comments Download
A test/webkit/dfg-array-pop-value-clearing-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
test/webkit/dfg-arrayify-elimination.js View 1 chunk +15 lines, -7 lines 0 comments Download
A test/webkit/dfg-arrayify-elimination-expected.txt View 1 chunk +1027 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arrayify-when-late-prevent-extensions.js View 1 chunk +15 lines, -4 lines 0 comments Download
A test/webkit/dfg-arrayify-when-late-prevent-extensions-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arrayify-when-prevent-extensions.js View 1 chunk +10 lines, -4 lines 0 comments Download
A test/webkit/dfg-arrayify-when-prevent-extensions-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-bool-to-int32-reuse.js View 1 chunk +6 lines, -4 lines 0 comments Download
A test/webkit/dfg-bool-to-int32-reuse-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-branch-logical-not-peephole-around-osr-exit.js View 1 chunk +14 lines, -3 lines 0 comments Download
test/webkit/dfg-branch-logical-not-peephole-around-osr-exit-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-branch-not-fail.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-branch-not-fail-expected.txt View 1 chunk +832 lines, -0 lines 0 comments Download
A + test/webkit/dfg-call-function-hit-watchpoint.js View 1 chunk +18 lines, -3 lines 0 comments Download
A test/webkit/dfg-call-function-hit-watchpoint-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-call-method-hit-watchpoint.js View 1 chunk +25 lines, -3 lines 0 comments Download
A test/webkit/dfg-call-method-hit-watchpoint-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-captured-var-get-local.js View 1 chunk +74 lines, -4 lines 0 comments Download
A test/webkit/dfg-captured-var-get-local-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-cfa-merge-with-dead-use-at-tail.js View 1 chunk +18 lines, -4 lines 0 comments Download
A test/webkit/dfg-cfa-merge-with-dead-use-at-tail-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
test/webkit/dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function.js View 1 chunk +27 lines, -3 lines 0 comments Download
A test/webkit/dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function-expected.txt View 1 chunk +234 lines, -0 lines 0 comments Download
A + test/webkit/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.js View 1 chunk +24 lines, -3 lines 0 comments Download
A + test/webkit/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement.js View 1 chunk +27 lines, -3 lines 0 comments Download
A test/webkit/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement-expected.txt View 1 chunk +532 lines, -0 lines 0 comments Download
test/webkit/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-expected.txt View 1 chunk +532 lines, -0 lines 0 comments Download
test/webkit/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
test/webkit/dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js View 1 chunk +35 lines, -3 lines 0 comments Download
A test/webkit/dfg-cfg-simplify-phantom-get-local-on-same-block-set-local-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-cfg-simplify-redundant-dead-get-local.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-cfg-simplify-redundant-dead-get-local-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-check-structure-elimination-for-non-cell.js View 1 chunk +21 lines, -3 lines 0 comments Download
A test/webkit/dfg-check-structure-elimination-for-non-cell-expected.txt View 1 chunk +233 lines, -0 lines 0 comments Download
A + test/webkit/dfg-check-two-structures.js View 1 chunk +27 lines, -3 lines 0 comments Download
A test/webkit/dfg-check-two-structures-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js View 1 chunk +11 lines, -3 lines 0 comments Download
A test/webkit/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-compare-final-object-to-final-object-or-other-when-proven-final-object.js View 1 chunk +11 lines, -3 lines 0 comments Download
A test/webkit/dfg-compare-final-object-to-final-object-or-other-when-proven-final-object-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-constant-fold-first-local-read-after-block-merge.js View 1 chunk +19 lines, -3 lines 0 comments Download
A test/webkit/dfg-constant-fold-first-local-read-after-block-merge-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-constant-fold-logical-not-branch.js View 1 chunk +27 lines, -3 lines 0 comments Download
A test/webkit/dfg-constant-fold-logical-not-branch-expected.txt View 1 chunk +2032 lines, -0 lines 0 comments Download
A test/webkit/dfg-constant-fold-misprediction.js View 1 chunk +60 lines, -0 lines 0 comments Download
A + test/webkit/dfg-constant-fold-misprediction-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/dfg-constant-fold-uncaptured-variable-that-is-later-captured.js View 1 chunk +24 lines, -3 lines 0 comments Download
A test/webkit/dfg-constant-fold-uncaptured-variable-that-is-later-captured-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A test/webkit/dfg-convert-this-dom-window.js View 1 chunk +47 lines, -0 lines 0 comments Download
A test/webkit/dfg-convert-this-dom-window-expected.txt View 1 chunk +1232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-convert-this-object-then-exit-on-other.js View 1 chunk +13 lines, -3 lines 0 comments Download
test/webkit/dfg-convert-this-object-then-exit-on-other-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-convert-this-other-then-exit-on-object.js View 1 chunk +13 lines, -3 lines 0 comments Download
A test/webkit/dfg-convert-this-other-then-exit-on-object-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-convert-this-polymorphic-object-then-exit-on-other.js View 1 chunk +15 lines, -3 lines 0 comments Download
A test/webkit/dfg-convert-this-polymorphic-object-then-exit-on-other-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-convert-this-polymorphic-object-then-exit-on-string.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-convert-this-polymorphic-object-then-exit-on-string-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-create-inlined-arguments-in-closure-inline.js View 1 chunk +16 lines, -4 lines 0 comments Download
test/webkit/dfg-create-inlined-arguments-in-closure-inline-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-cse-cfa-discrepancy.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-cse-cfa-discrepancy-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-cse-dead-get-scoped-var.js View 1 chunk +13 lines, -3 lines 0 comments Download
A test/webkit/dfg-cse-dead-get-scoped-var-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-dead-min-one-arg.js View 1 chunk +19 lines, -3 lines 0 comments Download
A test/webkit/dfg-dead-min-one-arg-expected.txt View 1 chunk +282 lines, -0 lines 0 comments Download
A + test/webkit/dfg-dead-min-two-args.js View 1 chunk +42 lines, -3 lines 0 comments Download
A test/webkit/dfg-dead-min-two-args-expected.txt View 1 chunk +532 lines, -0 lines 0 comments Download
A + test/webkit/dfg-dead-redundant-get-array-length.js View 1 chunk +7 lines, -4 lines 0 comments Download
test/webkit/dfg-dead-redundant-get-array-length-expected.txt View 1 chunk +160 lines, -0 lines 0 comments Download
A + test/webkit/dfg-dead-speculation.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-dead-speculation-expected.txt View 1 chunk +432 lines, -0 lines 0 comments Download
A + test/webkit/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.js View 1 chunk +13 lines, -4 lines 0 comments Download
A test/webkit/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
test/webkit/dfg-dead-variable-on-exit.js View 1 chunk +59 lines, -3 lines 0 comments Download
A test/webkit/dfg-dead-variable-on-exit-expected.txt View 1 chunk +332 lines, -0 lines 0 comments Download
A + test/webkit/dfg-double-addition-simplify-to-int.js View 1 chunk +22 lines, -4 lines 0 comments Download
A test/webkit/dfg-double-addition-simplify-to-int-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
test/webkit/dfg-double-use-of-post-simplification-double-prediction.js View 1 chunk +12 lines, -3 lines 0 comments Download
A test/webkit/dfg-double-use-of-post-simplification-double-prediction-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A test/webkit/dfg-double-vote-fuzz.js View 1 chunk +91 lines, -0 lines 0 comments Download
A test/webkit/dfg-double-vote-fuzz-expected.txt View 1 chunk +289 lines, -0 lines 0 comments Download
A + test/webkit/dfg-ensure-array-storage-on-string.js View 1 chunk +16 lines, -3 lines 0 comments Download
A test/webkit/dfg-ensure-array-storage-on-string-expected.txt View 1 chunk +1233 lines, -0 lines 0 comments Download
test/webkit/dfg-ensure-array-storage-on-window.js View 1 chunk +19 lines, -3 lines 0 comments Download
A test/webkit/dfg-ensure-array-storage-on-window-expected.txt View 1 chunk +1233 lines, -0 lines 0 comments Download
A + test/webkit/dfg-ensure-contiguous-on-string.js View 1 chunk +15 lines, -3 lines 0 comments Download
A test/webkit/dfg-ensure-contiguous-on-string-expected.txt View 1 chunk +1233 lines, -0 lines 0 comments Download
A test/webkit/dfg-ensure-non-array-array-storage-on-window.js View 1 chunk +88 lines, -0 lines 0 comments Download
A test/webkit/dfg-ensure-non-array-array-storage-on-window-expected.txt View 1 chunk +2437 lines, -0 lines 0 comments Download
test/webkit/dfg-exception.js View 1 chunk +113 lines, -0 lines 0 comments Download
A + test/webkit/dfg-exception-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
test/webkit/dfg-float32-array-nan.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-float32-array-nan-expected.txt View 1 chunk +234 lines, -0 lines 0 comments Download
test/webkit/dfg-flush-get-local.js View 1 chunk +19 lines, -3 lines 0 comments Download
A + test/webkit/dfg-flush-get-local-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/dfg-force-exit-then-sparse-conditional-constant-prop-in-loop.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-force-exit-then-sparse-conditional-constant-prop-in-loop-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-get-by-val-clobber.js View 1 chunk +24 lines, -3 lines 0 comments Download
test/webkit/dfg-get-by-val-clobber-expected.txt View 1 chunk +3032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-getter.js View 1 chunk +10 lines, -3 lines 0 comments Download
A test/webkit/dfg-getter-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-getter-throw.js View 1 chunk +23 lines, -3 lines 0 comments Download
A test/webkit/dfg-getter-throw-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-holy-put-by-val-interferes-with-get-array-length.js View 1 chunk +9 lines, -3 lines 0 comments Download
A test/webkit/dfg-holy-put-by-val-interferes-with-get-array-length-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-become-double.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-become-double-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-become-int32.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-become-int32-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-int32.js View 1 chunk +25 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-int32-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-osr-exit-and-capture.js View 1 chunk +28 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-osr-exit-and-capture-expected.txt View 1 chunk +332 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-out-of-bounds.js View 1 chunk +25 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-out-of-bounds-expected.txt View 1 chunk +3032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-reset.js View 1 chunk +26 lines, -3 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-reset-changetype.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-reset-changetype-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
test/webkit/dfg-inline-arguments-reset-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
test/webkit/dfg-inline-arguments-simple.js View 1 chunk +25 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-simple-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-use-directly-from-inlined-code.js View 1 chunk +20 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-use-directly-from-inlined-code-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
test/webkit/dfg-inline-arguments-use-from-all-the-places.js View 1 chunk +65 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-use-from-all-the-places-broken.js View 1 chunk +33 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-use-from-all-the-places-broken-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A test/webkit/dfg-inline-arguments-use-from-all-the-places-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-use-from-getter.js View 1 chunk +23 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-use-from-getter-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-use-from-uninlined-code.js View 1 chunk +27 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-use-from-uninlined-code-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-constant.js View 1 chunk +16 lines, -3 lines 0 comments Download
A + test/webkit/dfg-inline-constant-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/dfg-inline-constructor-that-uses-arguments.js View 1 chunk +9 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-constructor-that-uses-arguments-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-early-return.js View 1 chunk +16 lines, -3 lines 0 comments Download
A + test/webkit/dfg-inline-early-return-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/dfg-inline-function-dot-caller.js View 1 chunk +41 lines, -3 lines 0 comments Download
A + test/webkit/dfg-inline-function-dot-caller-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/dfg-inline-new-array-buffer.js View 1 chunk +19 lines, -3 lines 0 comments Download
A + test/webkit/dfg-inline-new-array-buffer-expected.txt View 1 chunk +41 lines, -2 lines 0 comments Download
A + test/webkit/dfg-inline-unused-this.js View 1 chunk +29 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-unused-this-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-unused-this-method-check.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-unused-this-method-check-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-int-overflow-in-loop.js View 1 chunk +12 lines, -3 lines 0 comments Download
A + test/webkit/dfg-int-overflow-in-loop-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/dfg-int-overflow-large-constants-in-a-line.js View 1 chunk +48 lines, -3 lines 0 comments Download
A test/webkit/dfg-int-overflow-large-constants-in-a-line-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-int32-to-double-on-known-number.js View 1 chunk +16 lines, -4 lines 0 comments Download
A test/webkit/dfg-int32-to-double-on-known-number-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-int32-to-double-on-set-local-and-exit.js View 1 chunk +35 lines, -3 lines 0 comments Download
A test/webkit/dfg-int32-to-double-on-set-local-and-exit-expected.txt View 1 chunk +1233 lines, -0 lines 0 comments Download
A + test/webkit/dfg-int32-to-double-on-set-local-and-sometimes-exit.js View 1 chunk +37 lines, -3 lines 0 comments Download
A test/webkit/dfg-int32-to-double-on-set-local-and-sometimes-exit-expected.txt View 1 chunk +1233 lines, -0 lines 0 comments Download
A + test/webkit/dfg-integer-optimization.js View 1 chunk +18 lines, -3 lines 0 comments Download
A test/webkit/dfg-integer-optimization-expected.txt View 1 chunk +2032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-intrinsic-osr-exit.js View 1 chunk +12 lines, -3 lines 0 comments Download
A + test/webkit/dfg-intrinsic-osr-exit-expected.txt View 1 chunk +12 lines, -2 lines 0 comments Download
A + test/webkit/dfg-intrinsic-side-effect-assignment-osr-exit.js View 1 chunk +21 lines, -3 lines 0 comments Download
A test/webkit/dfg-intrinsic-side-effect-assignment-osr-exit-expected.txt View 1 chunk +532 lines, -0 lines 0 comments Download
A + test/webkit/dfg-intrinsic-unused-this.js View 1 chunk +25 lines, -3 lines 0 comments Download
A test/webkit/dfg-intrinsic-unused-this-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-intrinsic-unused-this-method-check.js View 1 chunk +22 lines, -3 lines 0 comments Download
A test/webkit/dfg-intrinsic-unused-this-method-check-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-max-backwards-propagation.js View 1 chunk +21 lines, -3 lines 0 comments Download
A test/webkit/dfg-max-backwards-propagation-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-min-backwards-propagation.js View 1 chunk +21 lines, -3 lines 0 comments Download
A test/webkit/dfg-min-backwards-propagation-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-min-max.js View 1 chunk +37 lines, -3 lines 0 comments Download
A + test/webkit/dfg-min-max-expected.txt View 1 chunk +19 lines, -2 lines 0 comments Download
A + test/webkit/dfg-mispredict-variable-but-prove-int.js View 1 chunk +16 lines, -3 lines 0 comments Download
A test/webkit/dfg-mispredict-variable-but-prove-int-expected.txt View 1 chunk +233 lines, -0 lines 0 comments Download
test/webkit/dfg-mul-big-integer-with-small-integer.js View 1 chunk +9 lines, -2 lines 0 comments Download
A + test/webkit/dfg-mul-big-integer-with-small-integer-and-bitor.js View 1 chunk +8 lines, -3 lines 0 comments Download
A test/webkit/dfg-mul-big-integer-with-small-integer-and-bitor-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-mul-big-integer-with-small-integer-and-detect-overflow.js View 1 chunk +7 lines, -3 lines 0 comments Download
A test/webkit/dfg-mul-big-integer-with-small-integer-and-detect-overflow-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A test/webkit/dfg-mul-big-integer-with-small-integer-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-mul-big-integers.js View 1 chunk +7 lines, -3 lines 0 comments Download
A test/webkit/dfg-mul-big-integers-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-multi-basic-block-structure-clobber.js View 1 chunk +28 lines, -3 lines 0 comments Download
A test/webkit/dfg-multi-basic-block-structure-clobber-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A test/webkit/dfg-multiply.js View 1 chunk +68 lines, -0 lines 0 comments Download
A test/webkit/dfg-multiply-expected.txt View 1 chunk +1052 lines, -0 lines 0 comments Download
A + test/webkit/dfg-negative-array-index.js View 1 chunk +13 lines, -2 lines 0 comments Download
A test/webkit/dfg-negative-array-index-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
test/webkit/dfg-obvious-constant-cfa.js View 1 chunk +18 lines, -3 lines 0 comments Download
A + test/webkit/dfg-obvious-constant-cfa-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/dfg-other-branch.js View 1 chunk +23 lines, -3 lines 0 comments Download
A + test/webkit/dfg-other-branch-expected.txt View 1 chunk +21 lines, -2 lines 0 comments Download
A + test/webkit/dfg-patchable-get-by-id-after-watchpoint.js View 1 chunk +42 lines, -3 lines 0 comments Download
A test/webkit/dfg-patchable-get-by-id-after-watchpoint-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js View 1 chunk +18 lines, -3 lines 0 comments Download
A test/webkit/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-phantom-base.js View 1 chunk +14 lines, -3 lines 0 comments Download
A test/webkit/dfg-phantom-base-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
test/webkit/dfg-phantom-get-local.js View 1 chunk +14 lines, -3 lines 0 comments Download
A test/webkit/dfg-phantom-get-local-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-post-inc-then-exit.js View 1 chunk +11 lines, -4 lines 0 comments Download
A + test/webkit/dfg-post-inc-then-exit-expected.txt View 1 chunk +101 lines, -2 lines 0 comments Download
A + test/webkit/dfg-proto-access-inline-osr-exit.js View 1 chunk +16 lines, -3 lines 0 comments Download
A test/webkit/dfg-proto-access-inline-osr-exit-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
test/webkit/dfg-proto-stub-watchpoint-fire.js View 1 chunk +15 lines, -3 lines 0 comments Download
test/webkit/dfg-proto-stub-watchpoint-fire-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-proven-sqrt-backwards-propagation.js View 1 chunk +22 lines, -3 lines 0 comments Download
A test/webkit/dfg-proven-sqrt-backwards-propagation-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-put-by-id-allocate-storage.js View 1 chunk +23 lines, -3 lines 0 comments Download
A test/webkit/dfg-put-by-id-allocate-storage-expected.txt View 1 chunk +1082 lines, -0 lines 0 comments Download
A + test/webkit/dfg-put-by-id-allocate-storage-polymorphic.js View 1 chunk +30 lines, -3 lines 0 comments Download
A test/webkit/dfg-put-by-id-allocate-storage-polymorphic-expected.txt View 1 chunk +1232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-put-by-id-prototype-check.js View 1 chunk +24 lines, -3 lines 0 comments Download
test/webkit/dfg-put-by-id-prototype-check-expected.txt View 1 chunk +1132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-put-by-id-reallocate-storage.js View 1 chunk +37 lines, -3 lines 0 comments Download
A test/webkit/dfg-put-by-id-reallocate-storage-expected.txt View 1 chunk +2132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-put-by-id-reallocate-storage-polymorphic.js View 1 chunk +44 lines, -3 lines 0 comments Download
A test/webkit/dfg-put-by-id-reallocate-storage-polymorphic-expected.txt View 1 chunk +2282 lines, -0 lines 0 comments Download
A + test/webkit/dfg-put-by-val-setter-then-get-by-val.js View 1 chunk +18 lines, -3 lines 0 comments Download
A test/webkit/dfg-put-by-val-setter-then-get-by-val-expected.txt View 1 chunk +432 lines, -0 lines 0 comments Download
test/webkit/dfg-put-scoped-var-backward-flow.js View 1 chunk +10 lines, -3 lines 0 comments Download
A test/webkit/dfg-put-scoped-var-backward-flow-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-putbyval-cfa-clobber.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-putbyval-cfa-clobber-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
test/webkit/dfg-redundant-load-of-captured-variable-proven-constant.js View 1 chunk +20 lines, -3 lines 0 comments Download
A test/webkit/dfg-redundant-load-of-captured-variable-proven-constant-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-resolve-global-polymorphic-non-dictionary.js View 1 chunk +11 lines, -4 lines 0 comments Download
test/webkit/dfg-resolve-global-polymorphic-non-dictionary-expected.txt View 1 chunk +2032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-resolve-global-specific-dictionary.js View 1 chunk +16 lines, -4 lines 0 comments Download
A test/webkit/dfg-resolve-global-specific-dictionary-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-rshift-by-zero-eliminate-valuetoint32.js View 1 chunk +10 lines, -3 lines 0 comments Download
A test/webkit/dfg-rshift-by-zero-eliminate-valuetoint32-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-side-effect-assignment-osr-exit.js View 1 chunk +19 lines, -3 lines 0 comments Download
A test/webkit/dfg-side-effect-assignment-osr-exit-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-sqrt-backwards-propagation.js View 1 chunk +21 lines, -3 lines 0 comments Download
A test/webkit/dfg-sqrt-backwards-propagation-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-store-unexpected-value-into-argument-and-osr-exit.js View 1 chunk +36 lines, -3 lines 0 comments Download
A test/webkit/dfg-store-unexpected-value-into-argument-and-osr-exit-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-string-stricteq.js View 1 chunk +24 lines, -3 lines 0 comments Download
A test/webkit/dfg-string-stricteq-expected.txt View 1 chunk +2032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-tear-off-arguments-not-activation.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-tear-off-arguments-not-activation-expected.txt View 1 chunk +432 lines, -0 lines 0 comments Download
A + test/webkit/dfg-tear-off-function-dot-arguments.js View 1 chunk +17 lines, -3 lines 0 comments Download
test/webkit/dfg-tear-off-function-dot-arguments-expected.txt View 1 chunk +432 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-bad-toString.js View 1 chunk +9 lines, -3 lines 0 comments Download
test/webkit/dfg-to-string-bad-toString-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-bad-valueOf.js View 1 chunk +9 lines, -3 lines 0 comments Download
A test/webkit/dfg-to-string-bad-valueOf-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-int.js View 1 chunk +8 lines, -4 lines 0 comments Download
A test/webkit/dfg-to-string-int-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-int-or-string.js View 1 chunk +8 lines, -4 lines 0 comments Download
A test/webkit/dfg-to-string-int-or-string-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-on-cell.js View 1 chunk +8 lines, -2 lines 0 comments Download
A test/webkit/dfg-to-string-on-cell-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-on-value.js View 1 chunk +6 lines, -5 lines 0 comments Download
A test/webkit/dfg-to-string-on-value-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-side-effect.js View 1 chunk +8 lines, -4 lines 0 comments Download
A + test/webkit/dfg-to-string-side-effect-clobbers-toString.js View 1 chunk +13 lines, -4 lines 0 comments Download
A test/webkit/dfg-to-string-side-effect-clobbers-toString-expected.txt View 1 chunk +282 lines, -0 lines 0 comments Download
A test/webkit/dfg-to-string-side-effect-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-toString-becomes-bad.js View 1 chunk +14 lines, -3 lines 0 comments Download
A test/webkit/dfg-to-string-toString-becomes-bad-expected.txt View 1 chunk +182 lines, -0 lines 0 comments Download
test/webkit/dfg-to-string-toString-becomes-bad-with-check-structure.js View 1 chunk +9 lines, -3 lines 0 comments Download
A test/webkit/dfg-to-string-toString-becomes-bad-with-check-structure-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype.js View 1 chunk +21 lines, -3 lines 0 comments Download
A test/webkit/dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype-expected.txt View 1 chunk +182 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-toString-in-string.js View 1 chunk +16 lines, -3 lines 0 comments Download
A test/webkit/dfg-to-string-toString-in-string-expected.txt View 1 chunk +182 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-valueOf-in-string.js View 1 chunk +14 lines, -3 lines 0 comments Download
A test/webkit/dfg-to-string-valueOf-in-string-expected.txt View 1 chunk +182 lines, -0 lines 0 comments Download
A + test/webkit/dfg-uint32-to-number.js View 1 chunk +14 lines, -3 lines 0 comments Download
A + test/webkit/dfg-uint32-to-number-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
test/webkit/dfg-uint32-to-number-in-middle-of-copy-propagation.js View 1 chunk +10 lines, -3 lines 0 comments Download
A test/webkit/dfg-uint32-to-number-in-middle-of-copy-propagation-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-uint32-to-number-on-captured-variable.js View 1 chunk +9 lines, -3 lines 0 comments Download
A test/webkit/dfg-uint32-to-number-on-captured-variable-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-uint32-to-number-skip-then-exit.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-uint32-to-number-skip-then-exit-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
test/webkit/dfg-uint32array-overflow-constant.js View 1 chunk +10 lines, -3 lines 0 comments Download
A test/webkit/dfg-uint32array-overflow-constant-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-uint8clampedarray-out-of-bounds-put-by-val-alias.js View 1 chunk +11 lines, -4 lines 0 comments Download
A test/webkit/dfg-uint8clampedarray-out-of-bounds-put-by-val-alias-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-value-to-int32-with-side-effect.js View 1 chunk +12 lines, -3 lines 0 comments Download
A test/webkit/dfg-value-to-int32-with-side-effect-expected.txt View 1 chunk +233 lines, -0 lines 0 comments Download
A + test/webkit/dfg-weak-js-constant-silent-fill.js View 1 chunk +20 lines, -3 lines 0 comments Download
A test/webkit/dfg-weak-js-constant-silent-fill-expected.txt View 1 chunk +3032 lines, -0 lines 0 comments Download
A test/webkit/dictionary-no-cache.js View 1 chunk +112 lines, -0 lines 0 comments Download
A + test/webkit/dictionary-no-cache-expected.txt View 1 chunk +8 lines, -2 lines 0 comments Download
A test/webkit/dictionary-prototype-caching.js View 1 chunk +95 lines, -0 lines 0 comments Download
A + test/webkit/dictionary-prototype-caching-expected.txt View 1 chunk +8 lines, -2 lines 0 comments Download
test/webkit/do-while-semicolon.js View 1 chunk +39 lines, -3 lines 0 comments Download
A + test/webkit/do-while-semicolon-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/duplicate-param-crash.js View 1 chunk +14 lines, -3 lines 0 comments Download
test/webkit/duplicate-param-crash-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
test/webkit/duplicate-param-gc-crash.js View 1 chunk +42 lines, -3 lines 0 comments Download
A + test/webkit/duplicate-param-gc-crash-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/enter-dictionary-indexing-mode-with-blank-indexing-type.js View 1 chunk +4 lines, -4 lines 0 comments Download
test/webkit/enter-dictionary-indexing-mode-with-blank-indexing-type-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/equality.js View 1 chunk +77 lines, -0 lines 0 comments Download
test/webkit/equality-expected.txt View 1 chunk +832 lines, -0 lines 0 comments Download
A + test/webkit/eval-and-with.js View 1 chunk +29 lines, -3 lines 0 comments Download
A + test/webkit/eval-and-with-expected.txt View 1 chunk +10 lines, -2 lines 0 comments Download
A + test/webkit/eval-cache-crash.js View 1 chunk +10 lines, -3 lines 0 comments Download
A + test/webkit/eval-cache-crash-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/eval-throw-return.js View 1 chunk +28 lines, -5 lines 0 comments Download
A + test/webkit/eval-throw-return-expected.txt View 1 chunk +17 lines, -2 lines 0 comments Download
A + test/webkit/eval-var-decl.js View 1 chunk +37 lines, -3 lines 0 comments Download
A + test/webkit/eval-var-decl-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
A + test/webkit/exception-for-nonobject.js View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/exception-for-nonobject-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A test/webkit/exception-propagate-from-dfg-to-llint.js View 1 chunk +210 lines, -0 lines 0 comments Download
A + test/webkit/exception-propagate-from-dfg-to-llint-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/exception-try-finally-scope-error.js View 1 chunk +33 lines, -5 lines 0 comments Download
A + test/webkit/exception-try-finally-scope-error-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/exception-with-handler-inside-eval-with-dynamic-scope.js View 1 chunk +55 lines, -0 lines 0 comments Download
A + test/webkit/exception-with-handler-inside-eval-with-dynamic-scope-expected.txt View 1 chunk +12 lines, -2 lines 0 comments Download
A + test/webkit/finally-codegen-failure.js View 1 chunk +18 lines, -5 lines 0 comments Download
A + test/webkit/finally-codegen-failure-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/flatten-dictionary-structure-from-which-all-properties-were-deleted.js View 1 chunk +15 lines, -3 lines 0 comments Download
A test/webkit/flatten-dictionary-structure-from-which-all-properties-were-deleted-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
test/webkit/for-in-avoid-duplicates.js View 1 chunk +15 lines, -3 lines 0 comments Download
A + test/webkit/for-in-avoid-duplicates-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/for-in-cached.js View 1 chunk +97 lines, -0 lines 0 comments Download
A + test/webkit/for-in-cached-expected.txt View 1 chunk +11 lines, -2 lines 0 comments Download
A + test/webkit/for-in-exeception.js View 1 chunk +20 lines, -5 lines 0 comments Download
A + test/webkit/for-in-exeception-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/for-in-to-text.js View 1 chunk +7 lines, -4 lines 0 comments Download
test/webkit/for-in-to-text-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/for-in-var-scope.js View 1 chunk +14 lines, -3 lines 0 comments Download
A + test/webkit/for-in-var-scope-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A test/webkit/function-apply-aliased.js View 1 chunk +84 lines, -0 lines 0 comments Download
A test/webkit/function-apply-aliased-expected.txt View 1 chunk +54 lines, -0 lines 0 comments Download
A + test/webkit/function-call-aliased.js View 1 chunk +18 lines, -4 lines 0 comments Download
A + test/webkit/function-call-aliased-expected.txt View 1 chunk +13 lines, -2 lines 0 comments Download
A test/webkit/function-call-register-allocation.js View 1 chunk +62 lines, -0 lines 0 comments Download
A + test/webkit/function-call-register-allocation-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
test/webkit/function-constructor-newline-after-brace.js View 1 chunk +26 lines, -3 lines 0 comments Download
A + test/webkit/function-constructor-newline-after-brace-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/function-constructor-single-line-comment.js View 1 chunk +5 lines, -5 lines 0 comments Download
A + test/webkit/function-constructor-single-line-comment-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/function-declaration.js View 1 chunk +4 lines, -5 lines 0 comments Download
test/webkit/function-declaration-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A test/webkit/function-declaration-statement.js View 1 chunk +183 lines, -0 lines 0 comments Download
A + test/webkit/function-declaration-statement-expected.txt View 1 chunk +12 lines, -2 lines 0 comments Download
A + test/webkit/function-declarations-in-switch-statement.js View 1 chunk +22 lines, -6 lines 0 comments Download
A + test/webkit/function-declarations-in-switch-statement-expected.txt View 1 chunk +6 lines, -6 lines 0 comments Download
A + test/webkit/function-dot-apply-replace-base.js View 1 chunk +21 lines, -3 lines 0 comments Download
A + test/webkit/function-dot-apply-replace-base-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/function-dot-length-read-only.js View 1 chunk +8 lines, -3 lines 0 comments Download
A + test/webkit/function-dot-length-read-only-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/function-prototype-descriptor.js View 1 chunk +21 lines, -3 lines 0 comments Download
A + test/webkit/function-prototype-descriptor-expected.txt View 1 chunk +11 lines, -2 lines 0 comments Download
A test/webkit/function-toString-object-literals.js View 1 chunk +63 lines, -0 lines 0 comments Download
A test/webkit/function-toString-object-literals-expected.txt View 1 chunk +53 lines, -0 lines 0 comments Download
A + test/webkit/get-by-pname.js View 1 chunk +20 lines, -3 lines 0 comments Download
A test/webkit/get-by-pname-expected.txt View 1 chunk +532 lines, -0 lines 0 comments Download
A + test/webkit/get-by-pname-non-final-object.js View 1 chunk +45 lines, -3 lines 0 comments Download
A test/webkit/get-by-pname-non-final-object-expected.txt View 1 chunk +532 lines, -0 lines 0 comments Download
A + test/webkit/get-by-pname-that-looks-like-a-patchable-get-by-val.js View 1 chunk +16 lines, -3 lines 0 comments Download
test/webkit/get-by-pname-that-looks-like-a-patchable-get-by-val-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
test/webkit/getter-setter-gc.js View 1 chunk +13 lines, -3 lines 0 comments Download
A + test/webkit/getter-setter-gc-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/global-resolve-through-eval.js View 1 chunk +6 lines, -5 lines 0 comments Download
A + test/webkit/global-resolve-through-eval-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/gmail-re-re.js View 1 chunk +32 lines, -4 lines 0 comments Download
A + test/webkit/gmail-re-re-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/has-own-property.js View 1 chunk +7 lines, -4 lines 0 comments Download
A + test/webkit/has-own-property-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
test/webkit/ignored-result-null-comparison-crash.js View 1 chunk +14 lines, -3 lines 0 comments Download
A + test/webkit/ignored-result-null-comparison-crash-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/ignored-result-ref-crash.js View 1 chunk +58 lines, -3 lines 0 comments Download
A + test/webkit/ignored-result-ref-crash-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
test/webkit/indexed-setter-on-global-object.js View 1 chunk +9 lines, -3 lines 0 comments Download
A + test/webkit/indexed-setter-on-global-object-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
test/webkit/instance-of-immediates.js View 1 chunk +63 lines, -0 lines 0 comments Download
A test/webkit/instance-of-immediates-expected.txt View 1 chunk +50 lines, -0 lines 0 comments Download
A + test/webkit/instanceof-operator.js View 1 chunk +9 lines, -2 lines 0 comments Download
A + test/webkit/instanceof-operator-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
test/webkit/integer-extremes.js View 1 chunk +165 lines, -0 lines 0 comments Download
A test/webkit/integer-extremes-expected.txt View 1 chunk +641 lines, -0 lines 0 comments Download
A + test/webkit/interpreter-no-activation.js View 1 chunk +15 lines, -6 lines 0 comments Download
test/webkit/interpreter-no-activation-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/invalid-callframe-during-unwind.js View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/invalid-callframe-during-unwind-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/isPrototypeOf.js View 1 chunk +12 lines, -3 lines 0 comments Download
test/webkit/isPrototypeOf-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
test/webkit/jit-float32-array-nan.js View 1 chunk +14 lines, -3 lines 0 comments Download
A test/webkit/jit-float32-array-nan-expected.txt View 1 chunk +234 lines, -0 lines 0 comments Download
A test/webkit/js-continue-break-restrictions.js View 1 chunk +58 lines, -0 lines 0 comments Download
test/webkit/js-continue-break-restrictions-expected.txt View 1 chunk +60 lines, -0 lines 0 comments Download
A test/webkit/keywords-and-reserved_words.js View 1 chunk +136 lines, -0 lines 0 comments Download
A test/webkit/keywords-and-reserved_words-expected.txt View 1 chunk +96 lines, -0 lines 0 comments Download
A + test/webkit/legitimately-captured-argument.js View 1 chunk +11 lines, -4 lines 0 comments Download
A test/webkit/legitimately-captured-argument-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/logical-or-jless.js View 1 chunk +5 lines, -5 lines 0 comments Download
A + test/webkit/logical-or-jless-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/math.js View 1 chunk +267 lines, -0 lines 0 comments Download
A test/webkit/math-expected.txt View 1 chunk +194 lines, -0 lines 0 comments Download
A test/webkit/math-transforms.js View 1 chunk +85 lines, -0 lines 0 comments Download
A test/webkit/math-transforms-expected.txt View 1 chunk +2254 lines, -0 lines 0 comments Download
A + test/webkit/mod-by-zero.js View 1 chunk +8 lines, -2 lines 0 comments Download
A + test/webkit/mod-by-zero-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/mod-crash.js View 1 chunk +34 lines, -3 lines 0 comments Download
A + test/webkit/mod-crash-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/multiline-comment-newline.js View 1 chunk +9 lines, -2 lines 0 comments Download
A + test/webkit/multiline-comment-newline-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/named-function-expression.js View 1 chunk +151 lines, -0 lines 0 comments Download
A test/webkit/named-function-expression-expected.txt View 1 chunk +64 lines, -0 lines 0 comments Download
A test/webkit/nested-functions.js View 1 chunk +57 lines, -0 lines 0 comments Download
A + test/webkit/nested-functions-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/new-array-double-with-holes.js View 1 chunk +6 lines, -3 lines 0 comments Download
A test/webkit/new-array-double-with-holes-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/no-semi-insertion-at-end-of-script.js View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/no-semi-insertion-at-end-of-script-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/number-cell-reuse.js View 1 chunk +58 lines, -3 lines 0 comments Download
A + test/webkit/number-cell-reuse-expected.txt View 1 chunk +13 lines, -2 lines 0 comments Download
A + test/webkit/number-parsing-crash.js View 1 chunk +3 lines, -4 lines 0 comments Download
A + test/webkit/number-parsing-crash-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/number-toExponential.js View 1 chunk +71 lines, -0 lines 0 comments Download
A test/webkit/number-toExponential-expected.txt View 1 chunk +60 lines, -0 lines 0 comments Download
A + test/webkit/numeric-compare.js View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/numeric-compare-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A test/webkit/numeric-conversion.js View 1 chunk +52 lines, -0 lines 0 comments Download
A test/webkit/numeric-conversion-expected.txt View 1 chunk +50 lines, -0 lines 0 comments Download
A + test/webkit/object-literal-direct-put.js View 1 chunk +10 lines, -6 lines 0 comments Download
test/webkit/object-literal-direct-put-expected.txt View 1 chunk +10 lines, -2 lines 0 comments Download
test/webkit/object-literal-syntax.js View 1 chunk +21 lines, -2 lines 0 comments Download
A test/webkit/object-literal-syntax-expected.txt View 1 chunk +52 lines, -0 lines 0 comments Download
A test/webkit/order-of-operations.js View 1 chunk +67 lines, -0 lines 0 comments Download
A test/webkit/order-of-operations-expected.txt View 1 chunk +45 lines, -0 lines 0 comments Download
A + test/webkit/parse-backslash-before-newline.js View 1 chunk +7 lines, -5 lines 0 comments Download
A + test/webkit/parse-backslash-before-newline-expected.txt View 1 chunk +4 lines, -6 lines 0 comments Download
A + test/webkit/parse-nan.js View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/parse-nan-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/parseFloat.js View 1 chunk +98 lines, -0 lines 0 comments Download
A test/webkit/parseFloat-expected.txt View 1 chunk +76 lines, -0 lines 0 comments Download
A test/webkit/parseInt.js View 1 chunk +77 lines, -0 lines 0 comments Download
A + test/webkit/parseInt-expected.txt View 1 chunk +38 lines, -2 lines 0 comments Download
A + test/webkit/parser-high-byte-character.js View 1 chunk +20 lines, -4 lines 0 comments Download
A + test/webkit/parser-high-byte-character-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/parser-xml-close-comment.js View 1 chunk +8 lines, -6 lines 0 comments Download
A + test/webkit/parser-xml-close-comment-expected.txt View 1 chunk +10 lines, -2 lines 0 comments Download
A + test/webkit/polymorphic-construct.js View 1 chunk +24 lines, -3 lines 0 comments Download
test/webkit/polymorphic-construct-expected.txt View 1 chunk +13 lines, -2 lines 0 comments Download
test/webkit/pretty-print.js View 1 chunk +13 lines, -3 lines 0 comments Download
A + test/webkit/pretty-print-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/preventExtensions.js View 1 chunk +157 lines, -0 lines 0 comments Download
A test/webkit/preventExtensions-expected.txt View 1 chunk +66 lines, -0 lines 0 comments Download
test/webkit/primitive-method-this.js View 1 chunk +10 lines, -3 lines 0 comments Download
A + test/webkit/primitive-method-this-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A test/webkit/property-getters-and-setters.js View 1 chunk +104 lines, -0 lines 0 comments Download
test/webkit/property-getters-and-setters-expected.txt View 1 chunk +65 lines, -0 lines 0 comments Download
test/webkit/property-iteration.js View 1 chunk +17 lines, -5 lines 0 comments Download
A + test/webkit/property-iteration-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/propertyIsEnumerable.js View 1 chunk +14 lines, -3 lines 0 comments Download
A + test/webkit/propertyIsEnumerable-expected.txt View 1 chunk +9 lines, -2 lines 0 comments Download
A test/webkit/prototypes.js View 1 chunk +91 lines, -0 lines 0 comments Download
A test/webkit/prototypes-expected.txt View 1 chunk +90 lines, -0 lines 0 comments Download
A test/webkit/reentrant-caching.js View 1 chunk +112 lines, -0 lines 0 comments Download
A + test/webkit/reentrant-caching-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/reentrant-call-unwind.js View 1 chunk +13 lines, -4 lines 0 comments Download
A + test/webkit/reentrant-call-unwind-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/regexp-alternatives.js View 1 chunk +14 lines, -3 lines 0 comments Download
test/webkit/regexp-alternatives-expected.txt View 1 chunk +10 lines, -2 lines 0 comments Download
test/webkit/regexp-backreferences.js View 1 chunk +14 lines, -5 lines 0 comments Download
A + test/webkit/regexp-backreferences-expected.txt View 1 chunk +13 lines, -2 lines 0 comments Download
A + test/webkit/regexp-char-insensitive.js View 1 chunk +19 lines, -3 lines 0 comments Download
A + test/webkit/regexp-char-insensitive-expected.txt View 1 chunk +17 lines, -2 lines 0 comments Download
A + test/webkit/regexp-character-match-out-of-order.js View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/regexp-character-match-out-of-order-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/regexp-compile.js View 1 chunk +46 lines, -3 lines 0 comments Download
A + test/webkit/regexp-compile-crash.js View 1 chunk +8 lines, -6 lines 0 comments Download
A + test/webkit/regexp-compile-crash-expected.txt View 1 chunk +8 lines, -2 lines 0 comments Download
test/webkit/regexp-compile-expected.txt View 1 chunk +21 lines, -2 lines 0 comments Download
A + test/webkit/regexp-divequal.js View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/regexp-divequal-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/regexp-extended-characters-match.js View 1 chunk +13 lines, -4 lines 0 comments Download
A + test/webkit/regexp-extended-characters-match-expected.txt View 1 chunk +12 lines, -2 lines 0 comments Download
A + test/webkit/regexp-extended-characters-more.js View 1 chunk +4 lines, -5 lines 0 comments Download
A + test/webkit/regexp-extended-characters-more-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/regexp-find-first-asserted.js View 1 chunk +4 lines, -4 lines 0 comments Download
A + test/webkit/regexp-find-first-asserted-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
test/webkit/regexp-in-and-foreach-handling.js View 1 chunk +46 lines, -5 lines 0 comments Download
A + test/webkit/regexp-in-and-foreach-handling-expected.txt View 1 chunk +13 lines, -2 lines 0 comments Download
A + test/webkit/regexp-literals-arent-constants.js View 1 chunk +31 lines, -5 lines 0 comments Download
A + test/webkit/regexp-literals-arent-constants-expected.txt View 1 chunk +8 lines, -2 lines 0 comments Download
A + test/webkit/regexp-many-brackets.js View 1 chunk +16 lines, -3 lines 0 comments Download
test/webkit/regexp-many-brackets-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A test/webkit/regexp-negative-special-characters.js View 1 chunk +86 lines, -0 lines 0 comments Download
A + test/webkit/regexp-negative-special-characters-expected.txt View 1 chunk +43 lines, -2 lines 0 comments Download
A + test/webkit/regexp-non-bmp.js View 1 chunk +16 lines, -3 lines 0 comments Download
A + test/webkit/regexp-non-bmp-expected.txt View 1 chunk +10 lines, -2 lines 0 comments Download
A + test/webkit/regexp-non-character.js View 1 chunk +15 lines, -5 lines 0 comments Download
A + test/webkit/regexp-non-character-expected.txt View 1 chunk +15 lines, -2 lines 0 comments Download
test/webkit/regexp-norepeat.js View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/regexp-norepeat-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/regexp-range-bound-ffff.js View 1 chunk +3 lines, -4 lines 0 comments Download
A + test/webkit/regexp-range-bound-ffff-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/regexp-zero-length-alternatives.js View 1 chunk +275 lines, -0 lines 0 comments Download
A test/webkit/regexp-zero-length-alternatives-expected.txt View 1 chunk +169 lines, -0 lines 0 comments Download
A + test/webkit/registerCachingAcrossBranchTargets.js View 1 chunk +6 lines, -5 lines 0 comments Download
A + test/webkit/registerCachingAcrossBranchTargets-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A test/webkit/rehash-assign.js View 1 chunk +136 lines, -0 lines 0 comments Download
A + test/webkit/rehash-assign-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
test/webkit/reserved-words.js View 1 chunk +90 lines, -3 lines 0 comments Download
A test/webkit/reserved-words-expected.txt View 1 chunk +95 lines, -0 lines 0 comments Download
A + test/webkit/resize-array-assign.js View 1 chunk +13 lines, -5 lines 0 comments Download
A + test/webkit/resize-array-assign-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/resolve-arguments-from-scope.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/resolve-arguments-from-scope-expected.txt View 1 chunk +332 lines, -0 lines 0 comments Download
A + test/webkit/slash-lineterminator-parse.js View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/slash-lineterminator-parse-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/sort-large-array.js View 1 chunk +17 lines, -5 lines 0 comments Download
test/webkit/sort-large-array-expected.txt View 1 chunk +9 lines, -2 lines 0 comments Download
A + test/webkit/sort-no-jit-code-crash.js View 1 chunk +22 lines, -2 lines 0 comments Download
A + test/webkit/sort-no-jit-code-crash-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/sort-non-numbers.js View 1 chunk +7 lines, -2 lines 0 comments Download
test/webkit/sort-non-numbers-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/sort-randomly.js View 1 chunk +17 lines, -3 lines 0 comments Download
A + test/webkit/sort-randomly-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/sort-with-side-effecting-comparisons.js View 1 chunk +16 lines, -3 lines 0 comments Download
A + test/webkit/sort-with-side-effecting-comparisons-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/sparse-array.js View 1 chunk +22 lines, -3 lines 0 comments Download
A + test/webkit/sparse-array-expected.txt View 1 chunk +14 lines, -2 lines 0 comments Download
A + test/webkit/stack-overflow-catch.js View 1 chunk +50 lines, -5 lines 0 comments Download
test/webkit/stack-overflow-catch-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/stack-unwinding.js View 1 chunk +37 lines, -3 lines 0 comments Download
A + test/webkit/stack-unwinding-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/statement-list-register-crash.js View 1 chunk +14 lines, -2 lines 0 comments Download
A + test/webkit/statement-list-register-crash-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/static-scope-object.js View 1 chunk +17 lines, -5 lines 0 comments Download
test/webkit/static-scope-object-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
test/webkit/strict-callback-this.js View 1 chunk +126 lines, -0 lines 0 comments Download
A + test/webkit/strict-callback-this-expected.txt View 1 chunk +15 lines, -2 lines 0 comments Download
A test/webkit/strict-throw-type-error.js View 1 chunk +73 lines, -0 lines 0 comments Download
A + test/webkit/strict-throw-type-error-expected.txt View 1 chunk +12 lines, -2 lines 0 comments Download
A + test/webkit/string-from-char-code.js View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/string-from-char-code-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/string-index-overflow.js View 1 chunk +3 lines, -5 lines 0 comments Download
A + test/webkit/string-index-overflow-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/string-property-deletion.js View 1 chunk +16 lines, -7 lines 0 comments Download
test/webkit/string-property-deletion-expected.txt View 1 chunk +15 lines, -2 lines 0 comments Download
A + test/webkit/string-property-iteration.js View 1 chunk +12 lines, -6 lines 0 comments Download
A + test/webkit/string-property-iteration-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
A + test/webkit/string-slice-abnormal-values.js View 1 chunk +5 lines, -2 lines 0 comments Download
test/webkit/string-slice-abnormal-values-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/string-sort.js View 1 chunk +16 lines, -6 lines 0 comments Download
A + test/webkit/string-sort-expected.txt View 1 chunk +21 lines, -2 lines 0 comments Download
A + test/webkit/string-substr.js View 1 chunk +38 lines, -3 lines 0 comments Download
test/webkit/string-substr-expected.txt View 1 chunk +32 lines, -2 lines 0 comments Download
A test/webkit/string-trim.js View 1 chunk +95 lines, -0 lines 0 comments Download
A test/webkit/string-trim-expected.txt View 1 chunk +134 lines, -0 lines 0 comments Download
A + test/webkit/string_replace.js View 1 chunk +4 lines, -5 lines 0 comments Download
test/webkit/string_replace-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/this-non-object-proto.js View 1 chunk +6 lines, -3 lines 0 comments Download
A + test/webkit/this-non-object-proto-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/throw-from-finally.js View 1 chunk +53 lines, -3 lines 0 comments Download
A + test/webkit/throw-from-finally-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/toString-elision-trailing-comma.js View 1 chunk +131 lines, -0 lines 0 comments Download
A test/webkit/toString-elision-trailing-comma-expected.txt View 1 chunk +113 lines, -0 lines 0 comments Download
A + test/webkit/toString-for-var-decl.js View 1 chunk +11 lines, -3 lines 0 comments Download
A + test/webkit/toString-for-var-decl-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A test/webkit/toString-number-dot-expr.js View 1 chunk +214 lines, -0 lines 0 comments Download
A + test/webkit/toString-number-dot-expr-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
test/webkit/toString-prefix-postfix-preserve-parens.js View 1 chunk +154 lines, -0 lines 0 comments Download
A test/webkit/toString-prefix-postfix-preserve-parens-expected.txt View 1 chunk +84 lines, -0 lines 0 comments Download
A + test/webkit/toString-recursion.js View 1 chunk +7 lines, -3 lines 0 comments Download
A + test/webkit/toString-recursion-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/tostring-exception-in-property-access.js View 1 chunk +30 lines, -5 lines 0 comments Download
test/webkit/tostring-exception-in-property-access-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
A + test/webkit/try-catch-try-try-catch-try-finally-return-catch-finally.js View 1 chunk +25 lines, -3 lines 0 comments Download
A + test/webkit/try-catch-try-try-catch-try-finally-return-catch-finally-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/try-try-return-finally-finally.js View 1 chunk +20 lines, -3 lines 0 comments Download
A + test/webkit/try-try-return-finally-finally-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
test/webkit/typeof-codegen-crash.js View 1 chunk +9 lines, -4 lines 0 comments Download
A + test/webkit/typeof-codegen-crash-expected.txt View 1 chunk +8 lines, -2 lines 0 comments Download
A test/webkit/typeof-constant-string.js View 1 chunk +318 lines, -0 lines 0 comments Download
A + test/webkit/typeof-constant-string-expected.txt View 1 chunk +39 lines, -2 lines 0 comments Download
A + test/webkit/unexpected-constant-crash.js View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/unexpected-constant-crash-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/unmatching-argument-count.js View 1 chunk +18 lines, -8 lines 0 comments Download
A + test/webkit/unmatching-argument-count-expected.txt View 1 chunk +7 lines, -6 lines 0 comments Download
A + test/webkit/var-declarations-zero-width.js View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/var-declarations-zero-width-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/var-shadows-arg-crash.js View 1 chunk +8 lines, -3 lines 0 comments Download
test/webkit/var-shadows-arg-crash-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/var-shadows-arg-gc-crash.js View 1 chunk +29 lines, -3 lines 0 comments Download
A + test/webkit/var-shadows-arg-gc-crash-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/vardecl-blocks-init.js View 1 chunk +49 lines, -3 lines 0 comments Download
A + test/webkit/vardecl-blocks-init-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Michael Achenbach
PTAL
7 years, 5 months ago (2013-06-27 15:07:08 UTC) #1
Michael Achenbach
PTAL
7 years, 5 months ago (2013-06-27 15:07:31 UTC) #2
Jakob Kummerow
rubberstamp LGTM. These are all just copied with auto-generated changes, right?
7 years, 5 months ago (2013-06-27 16:27:01 UTC) #3
Michael Achenbach
On 2013/06/27 16:27:01, Jakob wrote: > rubberstamp LGTM. These are all just copied with auto-generated ...
7 years, 5 months ago (2013-06-27 19:49:26 UTC) #4
Michael Achenbach
7 years, 5 months ago (2013-06-27 20:12:03 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r15370 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698