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

Unified Diff: tests/pnacl_native_objects/nacl.scons

Issue 562853003: Make pnacl_generate_pexe=0 nonsfi_nacl=1 bitcode=1 work. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: more changes to get ARM linking. Created 6 years, 3 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 | « tests/exception_test/nacl.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/pnacl_native_objects/nacl.scons
diff --git a/tests/pnacl_native_objects/nacl.scons b/tests/pnacl_native_objects/nacl.scons
index 4741837376f8fc7446f578191fba68247ee93718..b4daf497214da1b397bf954266fb53c47288760a 100644
--- a/tests/pnacl_native_objects/nacl.scons
+++ b/tests/pnacl_native_objects/nacl.scons
@@ -1,3 +1,4 @@
+# -*- python -*-
# Copyright (c) 2013 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -8,6 +9,10 @@ Import('env')
if not env.Bit('bitcode') or env.Bit('pnacl_generate_pexe'):
Return()
+# TODO(uekawa): Fix this test for Non-SFI mode.
+if env.Bit('nonsfi_nacl'):
+ Return()
+
tests = []
bc_env = env.Clone()
bc_env.Replace(CCFLAGS=[], LINKFLAGS=[])
« no previous file with comments | « tests/exception_test/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698