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 1240513002: Create nacl_integration.isolate.

Created:
5 years, 5 months ago by M-A Ruel
Modified:
5 years, 5 months ago
Reviewers:
Mark Seaborn
CC:
chromium-reviews, bradnelson, jvoung (off chromium), sehr, Derek Schuff
Base URL:
https://chromium.googlesource.com/a/chromium/src.git@4_chrome
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create nacl_integration.isolate. Do not use it yet. Remove the code to delete the temporary directory, this can't be done on Swarming. R=mseaborn@chromium.org BUG=98637

Patch Set 1 : . #

Patch Set 2 : Cleaned up #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -37 lines) Patch
M chrome/chrome_tests.gypi View 1 1 chunk +27 lines, -0 lines 0 comments Download
A + chrome/nacl_integration.isolate View 1 3 chunks +19 lines, -14 lines 0 comments Download
M chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py View 2 chunks +0 lines, -23 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 6 (2 generated)
M-A Ruel
Hi As part of https://code.google.com/p/chromium/issues/detail?id=496321 and ultimately https://code.google.com/p/chromium/issues/detail?id=98637, I've started to take a look at ...
5 years, 5 months ago (2015-07-13 21:13:05 UTC) #2
Mark Seaborn
On 13 July 2015 at 14:13, <maruel@chromium.org> wrote: > Message: > Hi > > As ...
5 years, 5 months ago (2015-07-13 21:26:48 UTC) #3
M-A Ruel
On 2015/07/13 21:26:48, Mark Seaborn wrote: > How come isolate doesn't allow dangling symlinks? On ...
5 years, 5 months ago (2015-07-13 22:24:18 UTC) #4
M-A Ruel
5 years, 5 months ago (2015-07-14 21:16:21 UTC) #5
I cleaned it up a bit. You can try it locally by doing:

git checkout -b nacl origin/master
git cl patch 1240513002
build/gyp_chromium
ninja -C out/Release nacl_integration_run
./tools/swarming_client/isolate.py run -s out/Release/nacl_integration.isolated
-- --output foo.json

--output is required but can't be added in the isolate file.

Note that native_client/ is 1.9Gb so it'd be better to not map the whole thing
but I don't know what is really needed for this test. Help would be appreciated.
Once this file is committed, the recipe needs to be updated to run this test
isolated like other tests.

Powered by Google App Engine
This is Rietveld 408576698