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

Issue 535223002: NaCl: Remove SRPC-based manifest tests. (Closed)

Created:
6 years, 3 months ago by teravest
Modified:
6 years, 3 months ago
CC:
chromium-reviews, native-client-reviews_googlegroups.com, dmichael (off chromium)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

NaCl: Remove SRPC-based manifest tests. irt_open_resource() is being refactored to stop using SRPC. Testing should happen via the IRT instead of using the SRPC interfaces directly. This change removes these tests entirely since an upcoming change will make this SRPC interface unusable, except by PNaCl translator processes: https://codereview.chromium.org/418423002/ BUG=394130 R=mseaborn@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/0dba8de00d52b6b1e6cb12a09f1f99281d6f40b5

Patch Set 1 #

Total comments: 1

Patch Set 2 : Test open_resource after PPAPI start #

Patch Set 3 : rebased #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -1032 lines) Patch
M chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc View 1 5 chunks +37 lines, -9 lines 8 comments Download
M chrome/test/data/nacl/manifest_file/irt_manifest_file_test.html View 1 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc View 1 chunk +0 lines, -517 lines 0 comments Download
D chrome/test/data/nacl/manifest_file/pm_manifest_file_test.html View 1 chunk +0 lines, -80 lines 0 comments Download
D chrome/test/data/nacl/manifest_file/pm_pre_init_manifest_file_test.cc View 1 chunk +0 lines, -240 lines 0 comments Download
D chrome/test/data/nacl/manifest_file/pm_pre_init_manifest_file_test.html View 1 chunk +0 lines, -78 lines 0 comments Download
M chrome/test/data/nacl/nacl_test_data.gyp View 1 2 1 chunk +0 lines, -90 lines 0 comments Download
M chrome/test/nacl/nacl_browsertest.cc View 1 2 1 chunk +0 lines, -16 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
teravest
6 years, 3 months ago (2014-09-03 16:34:48 UTC) #2
Mark Seaborn
LGTM, but you might want to check test coverage. https://codereview.chromium.org/535223002/diff/1/chrome/test/data/nacl/manifest_file/pm_pre_init_manifest_file_test.cc File chrome/test/data/nacl/manifest_file/pm_pre_init_manifest_file_test.cc (left): https://codereview.chromium.org/535223002/diff/1/chrome/test/data/nacl/manifest_file/pm_pre_init_manifest_file_test.cc#oldcode239 chrome/test/data/nacl/manifest_file/pm_pre_init_manifest_file_test.cc:239: ...
6 years, 3 months ago (2014-09-03 17:06:39 UTC) #3
teravest
I've added test coverage for calling open_resource() after PPAPI starts. This can't be called after ...
6 years, 3 months ago (2014-09-03 21:04:51 UTC) #5
teravest
Committed patchset #3 (id:60001) manually as 0dba8de (presubmit successful).
6 years, 3 months ago (2014-09-04 15:56:51 UTC) #6
Mark Seaborn
LGTM BTW, with my earlier "LGTM" I meant 'you should commit this as-is and consider ...
6 years, 3 months ago (2014-09-04 17:41:36 UTC) #7
teravest
https://codereview.chromium.org/535223002/diff/60001/chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc File chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc (right): https://codereview.chromium.org/535223002/diff/60001/chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc#newcode133 chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc:133: pp::Module::Get()->core()->CallOnMainThread( On 2014/09/04 17:41:36, Mark Seaborn wrote: > BTW, ...
6 years, 3 months ago (2014-09-04 20:21:28 UTC) #8
Mark Seaborn
https://codereview.chromium.org/535223002/diff/60001/chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc File chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc (right): https://codereview.chromium.org/535223002/diff/60001/chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc#newcode133 chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc:133: pp::Module::Get()->core()->CallOnMainThread( On 2014/09/04 20:21:28, teravest wrote: > On 2014/09/04 ...
6 years, 3 months ago (2014-09-04 22:00:41 UTC) #9
teravest
https://codereview.chromium.org/535223002/diff/60001/chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc File chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc (right): https://codereview.chromium.org/535223002/diff/60001/chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc#newcode133 chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc:133: pp::Module::Get()->core()->CallOnMainThread( On 2014/09/04 22:00:41, Mark Seaborn wrote: > On ...
6 years, 3 months ago (2014-09-04 22:12:40 UTC) #10
dmichael (off chromium)
https://codereview.chromium.org/535223002/diff/60001/chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc File chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc (right): https://codereview.chromium.org/535223002/diff/60001/chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc#newcode133 chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc:133: pp::Module::Get()->core()->CallOnMainThread( On 2014/09/04 22:12:39, teravest wrote: > On 2014/09/04 ...
6 years, 3 months ago (2014-09-05 19:44:08 UTC) #12
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:31:35 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0dba8de00d52b6b1e6cb12a09f1f99281d6f40b5
Cr-Commit-Position: refs/heads/master@{#293304}

Powered by Google App Engine
This is Rietveld 408576698