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

Unified Diff: tests/irt/nacl.scons

Issue 10914138: Split secure command channel and untrusted application channel (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 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
Index: tests/irt/nacl.scons
diff --git a/tests/irt/nacl.scons b/tests/irt/nacl.scons
index 7b05dab0282394327cdd1793cbd1283e89ca9fcd..f61646be0bb8effd7c0596e921a5730994b4a7ae 100644
--- a/tests/irt/nacl.scons
+++ b/tests/irt/nacl.scons
@@ -29,7 +29,8 @@ node = env.SelUniversalTest(
'srpc_irt_present_test.out',
nexe,
sel_universal_flags=['--irt', env.GetIrtNexe(),
- '--no_app_channel'],
+ '--no_app_channel',
+ '--untrusted'],
)
env.AddNodeToTestSuite(node, ['small_tests'], 'run_srpc_irt_present_test')
« src/trusted/nonnacl_util/sel_ldr_launcher.h ('K') | « src/trusted/service_runtime/sel_ldr.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698