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

Issue 758383002: Test open_resource IRT in NewlibPackagedAppTest.SuccessfulLoad (Closed)

Created:
6 years ago by Yusuke Sato
Modified:
6 years ago
Reviewers:
Mark Seaborn, teravest
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, Derek Schuff
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Test open_resource IRT in PackagedAppTest.SuccessfulLoad The new test is similar to NaClBrowserTest*.IrtManifestFile, but unlike the NaCl test, this one tests the "fast path" in DownloadNexe() in ppb_nacl_private_impl.cc which opens resource files without using URLLoader. TEST=trybot BUG=https://code.google.com/p/nativeclient/issues/detail?id=3802 CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32 Committed: https://crrev.com/0b3c0ef146039e88136216f859daaf48d0c93e6f Cr-Commit-Position: refs/heads/master@{#307424}

Patch Set 1 #

Patch Set 2 : review #

Total comments: 4

Patch Set 3 : address comments #

Total comments: 14

Patch Set 4 : address comments #

Total comments: 8

Patch Set 5 : address comments #

Patch Set 6 : one more comment fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -3 lines) Patch
M ppapi/tests/extensions/extensions.gyp View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M ppapi/tests/extensions/packaged_app/controller.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A ppapi/tests/extensions/packaged_app/test_file.txt View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A ppapi/tests/extensions/packaged_app/test_file2.txt View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/tests/extensions/packaged_app/test_packaged_app.cc View 1 2 3 4 5 1 chunk +111 lines, -2 lines 0 comments Download

Messages

Total messages: 20 (5 generated)
Yusuke Sato
Justin, could you take a look at this?
6 years ago (2014-11-26 17:14:40 UTC) #2
teravest
lgtm https://codereview.chromium.org/758383002/diff/20001/ppapi/tests/extensions/packaged_app/test_packaged_app.cc File ppapi/tests/extensions/packaged_app/test_packaged_app.cc (right): https://codereview.chromium.org/758383002/diff/20001/ppapi/tests/extensions/packaged_app/test_packaged_app.cc#newcode52 ppapi/tests/extensions/packaged_app/test_packaged_app.cc:52: while ((len = read(desc, buffer, sizeof buffer - ...
6 years ago (2014-11-26 21:24:04 UTC) #3
Yusuke Sato
thanks for the review! https://codereview.chromium.org/758383002/diff/20001/ppapi/tests/extensions/packaged_app/test_packaged_app.cc File ppapi/tests/extensions/packaged_app/test_packaged_app.cc (right): https://codereview.chromium.org/758383002/diff/20001/ppapi/tests/extensions/packaged_app/test_packaged_app.cc#newcode52 ppapi/tests/extensions/packaged_app/test_packaged_app.cc:52: while ((len = read(desc, buffer, ...
6 years ago (2014-11-26 21:50:34 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/758383002/40001
6 years ago (2014-11-26 21:51:40 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/26866)
6 years ago (2014-11-26 21:56:44 UTC) #8
Yusuke Sato
Mark, could you review ppapi/tests/DEPS?
6 years ago (2014-11-26 21:58:48 UTC) #10
Mark Seaborn
Can you set BUG= to point to a public issue (such as https://code.google.com/p/nativeclient/issues/detail?id=3802) rather than ...
6 years ago (2014-12-02 00:18:07 UTC) #11
Yusuke Sato
https://codereview.chromium.org/758383002/diff/40001/ppapi/tests/DEPS File ppapi/tests/DEPS (right): https://codereview.chromium.org/758383002/diff/40001/ppapi/tests/DEPS#newcode23 ppapi/tests/DEPS:23: "+native_client/src/untrusted/nacl/nacl_irt.h", On 2014/12/02 00:18:06, Mark Seaborn wrote: > See ...
6 years ago (2014-12-02 01:20:28 UTC) #12
Yusuke Sato
Mark: Please take another look.
6 years ago (2014-12-02 01:21:18 UTC) #13
Yusuke Sato
> Is there a reason for putting this test in ppapi/tests/extensions/ rather than > adding ...
6 years ago (2014-12-02 02:04:38 UTC) #14
Mark Seaborn
On 2014/12/02 02:04:38, Yusuke Sato wrote: > > Is there a reason for putting this ...
6 years ago (2014-12-08 23:27:14 UTC) #15
Yusuke Sato
https://codereview.chromium.org/758383002/diff/40001/ppapi/tests/extensions/packaged_app/test_packaged_app.cc File ppapi/tests/extensions/packaged_app/test_packaged_app.cc (right): https://codereview.chromium.org/758383002/diff/40001/ppapi/tests/extensions/packaged_app/test_packaged_app.cc#newcode25 ppapi/tests/extensions/packaged_app/test_packaged_app.cc:25: // ipc/file_descriptor_set_posix.h. On 2014/12/08 23:27:14, Mark Seaborn wrote: > ...
6 years ago (2014-12-09 03:45:55 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/758383002/100001
6 years ago (2014-12-09 03:47:05 UTC) #18
commit-bot: I haz the power
Committed patchset #6 (id:100001)
6 years ago (2014-12-09 05:55:08 UTC) #19
commit-bot: I haz the power
6 years ago (2014-12-09 05:55:43 UTC) #20
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/0b3c0ef146039e88136216f859daaf48d0c93e6f
Cr-Commit-Position: refs/heads/master@{#307424}

Powered by Google App Engine
This is Rietveld 408576698