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

Issue 17260002: Add new test suite for migrated blink tests. (Closed)

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

Description

Migrate blink tests that are not relevant to blink into a new V8 test suite called 'blink'. This initial CL contains the new test suite code and two tests for demonstration. Other tests will follow in a separate CL. R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15339

Patch Set 1 #

Total comments: 4

Patch Set 2 : Reworked review comments. #

Total comments: 2

Patch Set 3 : Modified file exclusion based on review comments. #

Patch Set 4 : Fixed iteration over test result lines. #

Patch Set 5 : Improved formatting and added the bugfix also to the message test suite. #

Patch Set 6 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3528 lines, -9 lines) Patch
M .gitignore View 1 1 chunk +1 line, -0 lines 0 comments Download
M test/message/testcfg.py View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
A test/webkit/concat-while-having-a-bad-time.js View 1 1 chunk +31 lines, -0 lines 0 comments Download
A test/webkit/concat-while-having-a-bad-time-expected.txt View 1 1 chunk +33 lines, -0 lines 0 comments Download
A test/webkit/dfg-inlining-reg-alloc.js View 1 1 chunk +166 lines, -0 lines 0 comments Download
A test/webkit/dfg-inlining-reg-alloc-expected.txt View 1 1 chunk +3032 lines, -0 lines 0 comments Download
A test/webkit/resources/standalone-post.js View 1 1 chunk +26 lines, -0 lines 0 comments Download
A test/webkit/resources/standalone-pre.js View 1 1 chunk +191 lines, -0 lines 0 comments Download
A + test/webkit/testcfg.py View 1 2 3 4 5 chunks +44 lines, -6 lines 0 comments Download
A + test/webkit/webkit.status View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/testrunner/local/old_statusfile.py View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
Michael Achenbach
PTAL The .js and .txt files are all copied from <chromium_root>/src/third_party/WebKit/LayoutTests/fast/js(/script-tests). The only modification is ...
7 years, 6 months ago (2013-06-17 12:09:43 UTC) #1
Jakob Kummerow
"webkit" would definitely be a better name for this test suite than "blink". After all, ...
7 years, 6 months ago (2013-06-17 14:22:52 UTC) #2
Michael Achenbach
PTAL On 2013/06/17 14:22:52, Jakob wrote: > "webkit" would definitely be a better name for ...
7 years, 6 months ago (2013-06-17 20:22:47 UTC) #3
Jakob Kummerow
LGTM with comments. https://chromiumcodereview.appspot.com/17260002/diff/15001/test/webkit/testcfg.py File test/webkit/testcfg.py (right): https://chromiumcodereview.appspot.com/17260002/diff/15001/test/webkit/testcfg.py#newcode52 test/webkit/testcfg.py:52: if dirname == exclude: I guess ...
7 years, 6 months ago (2013-06-18 08:43:40 UTC) #4
Michael Achenbach
> https://chromiumcodereview.appspot.com/17260002/diff/15001/test/webkit/testcfg.py#newcode52 > test/webkit/testcfg.py:52: if dirname == exclude: > I guess this works, but it ...
7 years, 6 months ago (2013-06-18 09:47:54 UTC) #5
Jakob Kummerow
On 2013/06/18 09:47:54, machenbach wrote: > > > https://chromiumcodereview.appspot.com/17260002/diff/15001/test/webkit/testcfg.py#newcode52 > > test/webkit/testcfg.py:52: if dirname == ...
7 years, 6 months ago (2013-06-18 10:03:52 UTC) #6
Michael Achenbach
> https://chromiumcodereview.appspot.com/17260002/diff/15001/test/webkit/testcfg.py#newcode52 > > > test/webkit/testcfg.py:52: if dirname == exclude: > > > I guess ...
7 years, 6 months ago (2013-06-18 12:30:34 UTC) #7
Jakob Kummerow
lgtm
7 years, 6 months ago (2013-06-18 13:13:55 UTC) #8
Michael Achenbach
PTAL at patch 4. The izip function omits elements from the longer iterator. If the ...
7 years, 6 months ago (2013-06-19 15:14:09 UTC) #9
Michael Achenbach
Patch 5 includes better formatting and fixes the iterator problem also for the message test ...
7 years, 6 months ago (2013-06-19 15:44:39 UTC) #10
Jakob Kummerow
LGTM (pending approval of the copyright headers).
7 years, 6 months ago (2013-06-19 17:03:54 UTC) #11
Michael Achenbach
7 years, 5 months ago (2013-06-26 14:23:45 UTC) #12
Message was sent while issue was closed.
Committed patchset #6 manually as r15339 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698