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

Issue 13811036: Add Pepper API tests for chrome.socket. (Closed)

Created:
7 years, 8 months ago by yzshen1
Modified:
7 years, 8 months ago
CC:
chromium-reviews, Aaron Boodman, chromium-apps-reviews_chromium.org, csharp, Vadim Sh.
Visibility:
Public.

Description

Add Pepper API tests for chrome.socket. This CL also refactors the gyp definitions for building NaCl testing modules. BUG=226303 TEST=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195915

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Patch Set 6 : this one shows the actual changes made to ppapi_nacl_test_common.gyp #

Total comments: 3

Patch Set 7 : . #

Total comments: 1

Patch Set 8 : sync and resolve #

Patch Set 9 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+932 lines, -199 lines) Patch
M chrome/browser/extensions/api/socket/socket_apitest.cc View 1 2 3 4 5 6 4 chunks +115 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/DEPS View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/api_test_data.gyp View 1 2 3 4 5 6 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/socket/ppapi/controller.js View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/socket/ppapi/index.html View 1 chunk +11 lines, -0 lines 0 comments Download
A + chrome/test/data/extensions/api_test/socket/ppapi/main.js View 1 chunk +1 line, -1 line 0 comments Download
A chrome/test/data/extensions/api_test/socket/ppapi/manifest.json View 1 chunk +21 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/socket/ppapi/test_socket.cc View 1 2 3 4 5 6 7 1 chunk +481 lines, -0 lines 0 comments Download
D chrome/test/data/nacl/nacl_browser_test.gypi View 1 chunk +0 lines, -189 lines 0 comments Download
M chrome/test/data/nacl/nacl_test_data.gyp View 1 2 3 4 15 chunks +28 lines, -5 lines 0 comments Download
M ppapi/cpp/extensions/dict_field.h View 2 chunks +6 lines, -4 lines 0 comments Download
A ppapi/ppapi_nacl_test_common.gyp View 1 6 7 8 1 chunk +191 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
yzshen1
Hi, Would you please take a look? Antony, please look at files: - chrome/test/data/extensions/api_tests/* - ...
7 years, 8 months ago (2013-04-10 21:37:25 UTC) #1
bradn
Hmmn, clever. Uh, yeah shame about untrusted.gypi. Let me see what Nick's asthetic reaction is. ...
7 years, 8 months ago (2013-04-12 00:04:25 UTC) #2
Nick Bray (chromium)
Sorry about the lag, I have been working on a time-sensitive issue. https://codereview.chromium.org/13811036/diff/7001/chrome/test/data/extensions/api_test/socket/ppapi/controller.js File chrome/test/data/extensions/api_test/socket/ppapi/controller.js ...
7 years, 8 months ago (2013-04-12 16:57:45 UTC) #3
yzshen1
Thanks, Brad and Nick. https://codereview.chromium.org/13811036/diff/7001/chrome/test/data/extensions/api_test/socket/ppapi/controller.js File chrome/test/data/extensions/api_test/socket/ppapi/controller.js (right): https://codereview.chromium.org/13811036/diff/7001/chrome/test/data/extensions/api_test/socket/ppapi/controller.js#newcode17 chrome/test/data/extensions/api_test/socket/ppapi/controller.js:17: chrome.test.runTests([ testAll ]); On 2013/04/12 ...
7 years, 8 months ago (2013-04-12 19:15:05 UTC) #4
asargent_no_longer_on_chrome
Brad may already be familiar with the assumptions the chrome infrastructure folks are making about ...
7 years, 8 months ago (2013-04-12 21:37:52 UTC) #5
yzshen1
> Brad may already be familiar with the assumptions the chrome infrastructure > folks are ...
7 years, 8 months ago (2013-04-12 22:16:55 UTC) #6
yzshen1
On 2013/04/12 22:16:55, yzshen1 wrote: > > Brad may already be familiar with the assumptions ...
7 years, 8 months ago (2013-04-12 22:49:18 UTC) #7
M-A Ruel
Thanks for summoning me, cc'ed Vadim and Chris FYI as an example review. On 2013/04/12 ...
7 years, 8 months ago (2013-04-13 00:16:11 UTC) #8
yzshen1
> Test data file must be immutable. We'll eventually enforce this. The test data includes ...
7 years, 8 months ago (2013-04-13 00:53:14 UTC) #9
asargent_no_longer_on_chrome
lgtm https://codereview.chromium.org/13811036/diff/29001/chrome/browser/extensions/api/socket/socket_apitest.cc File chrome/browser/extensions/api/socket/socket_apitest.cc (right): https://codereview.chromium.org/13811036/diff/29001/chrome/browser/extensions/api/socket/socket_apitest.cc#newcode88 chrome/browser/extensions/api/socket/socket_apitest.cc:88: "chrome/test/data/extensions/socket/ppapi/newlib"); > Here app_dir_ is a location inside ...
7 years, 8 months ago (2013-04-15 17:54:05 UTC) #10
yzshen1
> > Exact, everything under chrome/test/data/ is already mapped when the test is > run ...
7 years, 8 months ago (2013-04-17 09:17:46 UTC) #11
yzshen1
Friendly ping, Nick, Brad and Marc-Antoine. Thanks! On 2013/04/17 09:17:46, yzshen1 wrote: > > > ...
7 years, 8 months ago (2013-04-22 05:56:14 UTC) #12
M-A Ruel
On 2013/04/13 00:53:14, yzshen1 wrote: > I didn't write inside the checkout, the compile result ...
7 years, 8 months ago (2013-04-22 12:34:43 UTC) #13
Nick Bray (chromium)
LGTM for what I own, although it might be wise to have Brad sign off ...
7 years, 8 months ago (2013-04-22 21:58:53 UTC) #14
bradn
LGTM
7 years, 8 months ago (2013-04-23 17:59:33 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/13811036/67002
7 years, 8 months ago (2013-04-23 18:10:31 UTC) #16
commit-bot: I haz the power
7 years, 8 months ago (2013-04-23 22:19:37 UTC) #17
Message was sent while issue was closed.
Change committed as 195915

Powered by Google App Engine
This is Rietveld 408576698