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

Issue 322333006: Isolate nacl_loader_unittests (Closed)

Created:
6 years, 6 months ago by jln (very slow on Chromium)
Modified:
6 years, 6 months ago
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

Isolate nacl_loader_unittests Isolate the Linux-only nacl_loader_unittests. BUG=384515 TBR=maruel NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278620

Patch Set 1 #

Patch Set 2 : Rebase. #

Total comments: 4

Patch Set 3 : Address nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -7 lines) Patch
M components/nacl.gyp View 1 chunk +18 lines, -0 lines 0 comments Download
A + components/nacl_loader_unittests.isolate View 1 2 1 chunk +8 lines, -7 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
jln (very slow on Chromium)
Vadim: could you please take a look? Mark: for additional sanity check. This CL requires ...
6 years, 6 months ago (2014-06-18 00:33:30 UTC) #1
jln (very slow on Chromium)
Vadim: friendly ping for this tiny CL adding a .isolate file.
6 years, 6 months ago (2014-06-19 01:06:59 UTC) #2
Vadim Sh.
lgtm
6 years, 6 months ago (2014-06-19 01:17:17 UTC) #3
jln (very slow on Chromium)
Mark: ok if I land this?
6 years, 6 months ago (2014-06-19 21:48:17 UTC) #4
Mark Seaborn
On 2014/06/19 21:48:17, jln wrote: > Mark: ok if I land this? Yes, LGTM, but ...
6 years, 6 months ago (2014-06-19 21:57:16 UTC) #5
jln (very slow on Chromium)
https://chromiumcodereview.appspot.com/322333006/diff/20001/components/nacl_loader_unittests.isolate File components/nacl_loader_unittests.isolate (right): https://chromiumcodereview.appspot.com/322333006/diff/20001/components/nacl_loader_unittests.isolate#newcode6 components/nacl_loader_unittests.isolate:6: [ 'OS=="linux"', { On 2014/06/19 21:57:16, Mark Seaborn wrote: ...
6 years, 6 months ago (2014-06-19 22:00:32 UTC) #6
jln (very slow on Chromium)
maruel: I still need your owner approval it seems. Could you please take a look? ...
6 years, 6 months ago (2014-06-19 22:05:59 UTC) #7
jln (very slow on Chromium)
On 2014/06/19 22:05:59, jln wrote: > maruel: I still need your owner approval it seems. ...
6 years, 6 months ago (2014-06-20 00:45:57 UTC) #8
jln (very slow on Chromium)
The CQ bit was checked by jln@chromium.org
6 years, 6 months ago (2014-06-20 00:47:22 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jln@chromium.org/322333006/40001
6 years, 6 months ago (2014-06-20 00:50:56 UTC) #10
M-A Ruel
On 2014/06/20 00:45:57, jln wrote: > On 2014/06/19 22:05:59, jln wrote: > > Should I ...
6 years, 6 months ago (2014-06-20 02:31:09 UTC) #11
jln (very slow on Chromium)
The CQ bit was unchecked by jln@chromium.org
6 years, 6 months ago (2014-06-20 05:19:40 UTC) #12
jln (very slow on Chromium)
The CQ bit was checked by jln@chromium.org
6 years, 6 months ago (2014-06-20 05:20:01 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jln@chromium.org/322333006/40001
6 years, 6 months ago (2014-06-20 05:25:01 UTC) #14
commit-bot: I haz the power
Change committed as 278620
6 years, 6 months ago (2014-06-20 05:34:21 UTC) #15
vsevik
6 years, 6 months ago (2014-06-20 07:43:19 UTC) #16
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/348803004/ by vsevik@chromium.org.

The reason for reverting is: This is causing the following error when running
gyp_chromium with disable_nacl=1:

Traceback (most recent call last):
  File "./build/gyp_chromium", line 314, in <module>
    gyp_rc = gyp.main(args)
  File "/chromium/src/tools/gyp/pylib/gyp/__init__.py", line 527, in main
    return gyp_main(args)
  File "/chromium/src/tools/gyp/pylib/gyp/__init__.py", line 503, in gyp_main
    options.circular_check)
  File "/chromium/src/tools/gyp/pylib/gyp/__init__.py", line 129, in Load
    params['parallel'], params['root_targets'])
  File "/chromium/src/tools/gyp/pylib/gyp/input.py", line 2759, in Load
    RemoveLinkDependenciesFromNoneTargets(targets)
  File "/chromium/src/tools/gyp/pylib/gyp/input.py", line 1483, in
RemoveLinkDependenciesFromNoneTargets
    if targets[t].get('variables', {}).get('link_dependency', 0):
KeyError: '/chromium/src/components/nacl.gyp:nacl_loader_unittests#target'
.

Powered by Google App Engine
This is Rietveld 408576698