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

Issue 2920383004: Reland of Moves mojo_js_integration_tests into blink. (Closed)

Created:
3 years, 6 months ago by alokp
Modified:
3 years, 6 months ago
CC:
Aaron Boodman, abarth-chromium, blink-reviews, chromium-reviews, darin (slow to review), qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, Ken Rockot(use gerrit already), dcheng
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland of Moves mojo_js_integration_tests into blink. (patchset #1 id:1 of https://codereview.chromium.org/2926143002/ ) Reason for revert: Fixed failing tests. Original issue's description: > Revert of Moves mojo_js_integration_tests into blink. (patchset #11 id:190001 of https://codereview.chromium.org/2734783008/ ) > > Reason for revert: > Seems related to webkit failures of the JsToCpp tests. E.x. https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.10/builds/34530. > > Original issue's description: > > Moves mojo_js_integration_tests into blink. > > > > BUG=699569 > > > > Review-Url: https://codereview.chromium.org/2734783008 > > Cr-Commit-Position: refs/heads/master@{#477549} > > Committed: https://chromium.googlesource.com/chromium/src/+/dd57fa764813de09d159a232eeef1bb21b0ccc1e > > TBR=jbroman@chromium.org,dpranke@chromium.org,yzshen@chromium.org,alokp@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=699569 > > Review-Url: https://codereview.chromium.org/2926143002 > Cr-Commit-Position: refs/heads/master@{#477653} > Committed: https://chromium.googlesource.com/chromium/src/+/6536a56d25c245bd109e32ed49240bfc04f8890f TBR=jbroman@chromium.org,dpranke@chromium.org,yzshen@chromium.org,jwd@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=699569 Review-Url: https://codereview.chromium.org/2920383004 Cr-Commit-Position: refs/heads/master@{#478820} Committed: https://chromium.googlesource.com/chromium/src/+/0fac10b6b0a132a25eedf971c8ccffaa6e8a4961

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+749 lines, -792 lines) Patch
M mojo/edk/js/tests/BUILD.gn View 1 chunk +0 lines, -34 lines 0 comments Download
D mojo/edk/js/tests/js_to_cpp.mojom View 1 chunk +0 lines, -60 lines 0 comments Download
D mojo/edk/js/tests/js_to_cpp_tests.cc View 1 chunk +0 lines, -459 lines 0 comments Download
D mojo/edk/js/tests/js_to_cpp_tests.js View 1 chunk +0 lines, -215 lines 0 comments Download
M testing/buildbot/chromium.linux.json View 2 chunks +0 lines, -12 lines 0 comments Download
M testing/buildbot/client.v8.chromium.json View 1 chunk +0 lines, -6 lines 0 comments Download
M testing/buildbot/gn_isolate_map.pyl View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/mojo/BUILD.gn View 2 chunks +37 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/mojo/tests/JsToCpp.mojom View 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/mojo/tests/JsToCppTest.cpp View 1 chunk +435 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/mojo/tests/JsToCppTest.js View 1 chunk +205 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/mojo/tests/OWNERS View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/UnitTestHelpers.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M tools/determinism/deterministic_build_whitelist.pyl View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (3 generated)
alokp
Created Reland of Moves mojo_js_integration_tests into blink.
3 years, 6 months ago (2017-06-07 17:48:49 UTC) #1
Dirk Pranke
lgtm
3 years, 6 months ago (2017-06-07 18:05:11 UTC) #2
alokp
Dirk: For webkit_unit_tests, do I need to change any script for webkit bots to have ...
3 years, 6 months ago (2017-06-07 18:07:30 UTC) #3
alokp
It is also not clear to me which trybots I should use to make sure ...
3 years, 6 months ago (2017-06-07 18:27:02 UTC) #4
Dirk Pranke
On 2017/06/07 18:27:02, alokp wrote: > It is also not clear to me which trybots ...
3 years, 6 months ago (2017-06-07 19:38:18 UTC) #5
alokp
On 2017/06/07 19:38:18, Dirk Pranke wrote: > On 2017/06/07 18:27:02, alokp wrote: > > It ...
3 years, 6 months ago (2017-06-07 20:22:24 UTC) #6
Dirk Pranke
On 2017/06/07 20:22:24, alokp wrote: > On 2017/06/07 19:38:18, Dirk Pranke wrote: > > On ...
3 years, 6 months ago (2017-06-07 20:24:55 UTC) #7
alokp
On 2017/06/07 20:24:55, Dirk Pranke wrote: > On 2017/06/07 20:22:24, alokp wrote: > > On ...
3 years, 6 months ago (2017-06-07 20:35:09 UTC) #8
Dirk Pranke
On 2017/06/07 20:35:09, alokp wrote: > On 2017/06/07 20:24:55, Dirk Pranke wrote: > > On ...
3 years, 6 months ago (2017-06-07 23:33:05 UTC) #9
alokp
> > Yes, it's supposed to be the same. For some reason, it looks like ...
3 years, 6 months ago (2017-06-07 23:51:11 UTC) #10
Dirk Pranke
On 2017/06/07 23:51:11, alokp wrote: > > > > Yes, it's supposed to be the ...
3 years, 6 months ago (2017-06-08 00:49:33 UTC) #11
alokp
Thanks Dirk! Yup this is definitely one problem. The generated JS bindings for third_party/WebKit/Source/core/mojo/tests/JsToCpp.mojom is ...
3 years, 6 months ago (2017-06-08 05:07:43 UTC) #12
Dirk Pranke
On 2017/06/08 05:07:43, alokp wrote: > Thanks Dirk! > > Yup this is definitely one ...
3 years, 6 months ago (2017-06-08 21:23:19 UTC) #13
alokp
> > Should I just include gen/third_party/WebKit/Source? > > Yes, that's fine. OK - I ...
3 years, 6 months ago (2017-06-08 21:44:57 UTC) #14
alokp
Dirk: Is it OK to land this patch now? Infra patch landed this morning: https://chromium-review.googlesource.com/c/529765/ ...
3 years, 6 months ago (2017-06-12 22:02:56 UTC) #15
Dirk Pranke
On 2017/06/12 22:02:56, alokp wrote: > Dirk: Is it OK to land this patch now? ...
3 years, 6 months ago (2017-06-12 22:05:18 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2920383004/1
3 years, 6 months ago (2017-06-12 23:33:49 UTC) #18
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/0fac10b6b0a132a25eedf971c8ccffaa6e8a4961
3 years, 6 months ago (2017-06-12 23:34:32 UTC) #21
tzik
3 years, 6 months ago (2017-06-13 03:15:32 UTC) #22
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/2939663002/ by tzik@chromium.org.

The reason for reverting is: This CL seems to break webkit_unittests.
The error log is:
https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.10/build...

The tests below were timed out:
JsToCppTest.BackPointer
JsToCppTest.BitFlip
JsToCppTest.Echo
JsToCppTest.Ping.

Powered by Google App Engine
This is Rietveld 408576698