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

Issue 21070002: Migrate more tests from blink repository. (Closed)

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

Description

Migrate more tests from blink repository. All these tests had <script> tags with additional JS code. All embedded script code is (automatically) concatenated with existing .js files into one .js test file per test. R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15943

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7682 lines, -861 lines) Patch
A + test/webkit/fast/js/deep-recursion-test.js View 1 chunk +39 lines, -37 lines 0 comments Download
A + test/webkit/fast/js/deep-recursion-test-expected.txt View 1 chunk +5 lines, -5 lines 0 comments Download
A + test/webkit/fast/js/function-decompilation-operators.js View 1 chunk +58 lines, -61 lines 0 comments Download
A test/webkit/fast/js/function-decompilation-operators-expected.txt View 1 chunk +83 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/Array.js View 1 chunk +236 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/Array-expected.txt View 1 chunk +114 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/Boolean.js View 1 chunk +9 lines, -12 lines 0 comments Download
A + test/webkit/fast/js/kde/Boolean-expected.txt View 1 chunk +9 lines, -8 lines 0 comments Download
A + test/webkit/fast/js/kde/Date-setYear.js View 1 chunk +12 lines, -20 lines 0 comments Download
A + test/webkit/fast/js/kde/Date-setYear-expected.txt View 1 chunk +11 lines, -5 lines 0 comments Download
A + test/webkit/fast/js/kde/Error.js View 1 chunk +11 lines, -6 lines 0 comments Download
A + test/webkit/fast/js/kde/Error-expected.txt View 1 chunk +7 lines, -8 lines 0 comments Download
A test/webkit/fast/js/kde/GlobalObject.js View 1 chunk +99 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/GlobalObject-expected.txt View 1 chunk +91 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/Number.js View 1 chunk +499 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/Number-expected.txt View 1 chunk +486 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/Object.js View 1 chunk +17 lines, -24 lines 0 comments Download
A + test/webkit/fast/js/kde/Object-expected.txt View 1 chunk +13 lines, -5 lines 0 comments Download
A + test/webkit/fast/js/kde/Prototype.js View 1 chunk +33 lines, -6 lines 0 comments Download
A + test/webkit/fast/js/kde/Prototype-expected.txt View 1 chunk +5 lines, -1 line 0 comments Download
A test/webkit/fast/js/kde/RegExp.js View 1 chunk +182 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/RegExp-expected.txt View 1 chunk +126 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/arguments-scope.js View 1 chunk +50 lines, -20 lines 0 comments Download
A + test/webkit/fast/js/kde/arguments-scope-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
A + test/webkit/fast/js/kde/assignments.js View 1 chunk +12 lines, -11 lines 0 comments Download
A + test/webkit/fast/js/kde/assignments-expected.txt View 1 chunk +10 lines, -4 lines 0 comments Download
A + test/webkit/fast/js/kde/cast.js View 1 chunk +5 lines, -11 lines 0 comments Download
A + test/webkit/fast/js/kde/cast-expected.txt View 1 chunk +5 lines, -1 line 0 comments Download
A + test/webkit/fast/js/kde/comment-1.js View 1 chunk +2 lines, -3 lines 0 comments Download
A + test/webkit/fast/js/kde/comment-1-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + test/webkit/fast/js/kde/comment-2.js View 1 chunk +2 lines, -3 lines 0 comments Download
A + test/webkit/fast/js/kde/comment-2-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + test/webkit/fast/js/kde/completion.js View 1 chunk +21 lines, -15 lines 0 comments Download
A + test/webkit/fast/js/kde/completion-expected.txt View 1 chunk +7 lines, -1 line 0 comments Download
A + test/webkit/fast/js/kde/conditional.js View 1 chunk +10 lines, -13 lines 0 comments Download
A + test/webkit/fast/js/kde/conditional-expected.txt View 1 chunk +7 lines, -1 line 0 comments Download
A + test/webkit/fast/js/kde/constructor_length.js View 1 chunk +16 lines, -21 lines 0 comments Download
A + test/webkit/fast/js/kde/constructor_length-expected.txt View 1 chunk +16 lines, -8 lines 0 comments Download
A + test/webkit/fast/js/kde/crash-1.js View 1 chunk +9 lines, -6 lines 0 comments Download
A + test/webkit/fast/js/kde/crash-1-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + test/webkit/fast/js/kde/crash-2.js View 1 chunk +9 lines, -7 lines 0 comments Download
A + test/webkit/fast/js/kde/crash-2-expected.txt View 1 chunk +2 lines, -1 line 0 comments Download
A + test/webkit/fast/js/kde/delete.js View 1 chunk +4 lines, -6 lines 0 comments Download
A + test/webkit/fast/js/kde/delete-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/fast/js/kde/empty.js View 1 chunk +1 line, -3 lines 0 comments Download
A + test/webkit/fast/js/kde/empty-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A test/webkit/fast/js/kde/encode_decode_uri.js View 1 chunk +102 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/encode_decode_uri-expected.txt View 1 chunk +1128 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/eval.js View 1 chunk +31 lines, -15 lines 0 comments Download
A + test/webkit/fast/js/kde/eval-expected.txt View 1 chunk +7 lines, -1 line 0 comments Download
A + test/webkit/fast/js/kde/evil-n.js View 1 chunk +4 lines, -8 lines 0 comments Download
A + test/webkit/fast/js/kde/evil-n-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A test/webkit/fast/js/kde/exception_propagation.js View 1 chunk +446 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/exception_propagation-expected.txt View 1 chunk +97 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/exceptions.js View 1 chunk +127 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/exceptions-expected.txt View 1 chunk +10 lines, -4 lines 0 comments Download
A + test/webkit/fast/js/kde/func-decl.js View 1 chunk +45 lines, -20 lines 0 comments Download
A + test/webkit/fast/js/kde/func-decl-expected.txt View 1 chunk +14 lines, -5 lines 0 comments Download
A test/webkit/fast/js/kde/inbuilt_function_proto.js View 1 chunk +117 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/inbuilt_function_proto-expected.txt View 1 chunk +125 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/iteration.js View 1 chunk +50 lines, -18 lines 0 comments Download
A + test/webkit/fast/js/kde/iteration-expected.txt View 1 chunk +7 lines, -1 line 0 comments Download
A + test/webkit/fast/js/kde/j-comment-3.js View 1 chunk +2 lines, -3 lines 0 comments Download
A + test/webkit/fast/js/kde/j-comment-3-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + test/webkit/fast/js/kde/j-comment-4.js View 1 chunk +2 lines, -3 lines 0 comments Download
A + test/webkit/fast/js/kde/j-comment-4-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + test/webkit/fast/js/kde/literals.js View 1 chunk +13 lines, -10 lines 0 comments Download
A + test/webkit/fast/js/kde/literals-expected.txt View 1 chunk +9 lines, -1 line 0 comments Download
A + test/webkit/fast/js/kde/lval-exceptions.js View 1 chunk +39 lines, -42 lines 0 comments Download
A + test/webkit/fast/js/kde/lval-exceptions-expected.txt View 1 chunk +10 lines, -18 lines 0 comments Download
A test/webkit/fast/js/kde/math.js View 1 chunk +131 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/math-expected.txt View 1 chunk +91 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/md5-1.js View 1 chunk +413 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/md5-1-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/fast/js/kde/md5-2.js View 1 chunk +243 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/md5-2-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/fast/js/kde/object_prototype.js View 1 chunk +101 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/object_prototype-expected.txt View 1 chunk +31 lines, -12 lines 0 comments Download
A + test/webkit/fast/js/kde/object_prototype_tostring.js View 1 chunk +28 lines, -14 lines 0 comments Download
A + test/webkit/fast/js/kde/object_prototype_tostring-expected.txt View 1 chunk +10 lines, -5 lines 0 comments Download
A test/webkit/fast/js/kde/operators.js View 1 chunk +504 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/operators-expected.txt View 1 chunk +346 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/parse.js View 1 chunk +66 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/parse-expected.txt View 1 chunk +22 lines, -2 lines 0 comments Download
A + test/webkit/fast/js/kde/prototype_length.js View 1 chunk +35 lines, -9 lines 0 comments Download
A + test/webkit/fast/js/kde/prototype_length-expected.txt View 1 chunk +19 lines, -6 lines 0 comments Download
A + test/webkit/fast/js/kde/prototype_proto.js View 1 chunk +10 lines, -21 lines 0 comments Download
A + test/webkit/fast/js/kde/prototype_proto-expected.txt View 1 chunk +10 lines, -5 lines 0 comments Download
A + test/webkit/fast/js/kde/scope.js View 1 chunk +25 lines, -34 lines 0 comments Download
A + test/webkit/fast/js/kde/scope-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/fast/js/kde/statements.js View 1 chunk +72 lines, -40 lines 0 comments Download
A + test/webkit/fast/js/kde/statements-expected.txt View 1 chunk +14 lines, -8 lines 0 comments Download
A test/webkit/fast/js/kde/var_decl_init.js View 1 chunk +184 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/var_decl_init-expected.txt View 1 chunk +22 lines, -5 lines 0 comments Download
A + test/webkit/fast/js/string-anchor.js View 1 chunk +21 lines, -34 lines 0 comments Download
A + test/webkit/fast/js/string-anchor-expected.txt View 1 chunk +10 lines, -6 lines 0 comments Download
A + test/webkit/fast/js/string-fontcolor.js View 1 chunk +21 lines, -34 lines 0 comments Download
A + test/webkit/fast/js/string-fontcolor-expected.txt View 1 chunk +10 lines, -9 lines 0 comments Download
A + test/webkit/fast/js/string-fontsize.js View 1 chunk +30 lines, -16 lines 0 comments Download
A + test/webkit/fast/js/string-fontsize-expected.txt View 1 chunk +11 lines, -15 lines 0 comments Download
A + test/webkit/fast/js/string-link.js View 1 chunk +21 lines, -76 lines 0 comments Download
A + test/webkit/fast/js/string-link-expected.txt View 1 chunk +11 lines, -10 lines 0 comments Download
A test/webkit/fast/js/toString-number.js View 1 chunk +94 lines, -0 lines 0 comments Download
A test/webkit/fast/js/toString-number-expected.txt View 1 chunk +329 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Achenbach
PTAL
7 years, 4 months ago (2013-07-29 13:03:54 UTC) #1
Michael Starzinger
LGTM (rubber-stamped, only looked at one pair of files as files were generated automatically).
7 years, 4 months ago (2013-07-29 14:11:44 UTC) #2
Michael Achenbach
7 years, 4 months ago (2013-07-30 06:37:34 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r15943 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698