kaliamoorthi@chromium.org
1933873ec8
Revert 281999 "Revert 281831 "Fix nacl_integration to run 32bit ..."
...
> Revert 281831 "Fix nacl_integration to run 32bit tests with 32bi..."
>
> > Fix nacl_integration to run 32bit tests with 32bit userland and 64bit kernel.
> >
> > detect_host_arch.py already knows how to figure this out, so reuse it.
> > (It could probably be used in the darwin and maybe even in the windows
> > branch too.)
> >
> > BUG=368384
> > TEST=nacl_integration on http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%282%29%2832%29/ goes green
> > TBR=mseaborn@chromium.org
> >
> > Review URL: https://codereview.chromium.org/373253002
>
> Suspect this is causing the failure http://build.chromium.org/p/chromium.win/builders/NaCl%20Tests%20%28x86-64%29/builds/13394
>
> TBR=thakis@chromium.org
>
> Review URL: https://codereview.chromium.org/374383002
Reverting the revert since it doesn't seem to cause the problem
TBR=kaliamoorthi@chromium.org
Review URL: https://codereview.chromium.org/378283002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@282008 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-07-09 12:06:21 +00:00
kaliamoorthi@chromium.org
7039d67bbc
Revert 281831 "Fix nacl_integration to run 32bit tests with 32bi..."
...
> Fix nacl_integration to run 32bit tests with 32bit userland and 64bit kernel.
>
> detect_host_arch.py already knows how to figure this out, so reuse it.
> (It could probably be used in the darwin and maybe even in the windows
> branch too.)
>
> BUG=368384
> TEST=nacl_integration on http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%282%29%2832%29/ goes green
> TBR=mseaborn@chromium.org
>
> Review URL: https://codereview.chromium.org/373253002
Suspect this is causing the failure http://build.chromium.org/p/chromium.win/builders/NaCl%20Tests%20%28x86-64%29/builds/13394
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/374383002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@281999 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-07-09 10:34:02 +00:00
thakis@chromium.org
c455e070d2
Fix nacl_integration to run 32bit tests with 32bit userland and 64bit kernel.
...
detect_host_arch.py already knows how to figure this out, so reuse it.
(It could probably be used in the darwin and maybe even in the windows
branch too.)
BUG=368384
TEST=nacl_integration on http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%282%29%2832%29/ goes green
TBR=mseaborn@chromium.org
Review URL: https://codereview.chromium.org/373253002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@281831 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-07-08 21:11:18 +00:00
bratell@opera.com
d60afc0a86
gyp performance: Load detect_host_arch directly.
...
We ran "python detect_host_arch.py" ~15 times from gyp. Run
detect_host_arch.py directly from from within gyp for faster execution
and since the path is no longer part of the command, the result will
also be cached more often.
The total gain is at best 0.3 seconds. For most people it will be less.
BUG=362075
Review URL: https://codereview.chromium.org/256303003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@275361 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-06-06 09:56:44 +00:00