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

Unified Diff: SConstruct

Issue 3539011: Enable check for DEP / NX page protection (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Modify windows check to use Noel's signal interface Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/trusted/platform_qualify/arch/arm/nacl_dep_qualify.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
===================================================================
--- SConstruct (revision 3470)
+++ SConstruct (working copy)
@@ -864,9 +864,10 @@
if sel_ldr_flags is None:
sel_ldr_flags = []
- if GetEmulator(env):
+ if GetEmulator(env) or env.Bit('disable_hardy64_vmware_failures'):
# in emulation we skip platform qualification tests
- # NOTE: this only affects arm with user mode emulation
+ # NOTE: this affects arm with user mode emulation and
+ # some of the hardy64 build bots using vmware.
sel_ldr_flags += ['-Q']
if env.Bit('nacl_glibc'):
« no previous file with comments | « no previous file | src/trusted/platform_qualify/arch/arm/nacl_dep_qualify.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698