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

Unified Diff: ppapi/tests/create_nonsfi_test_nmf.py

Issue 786273008: Non-SFI mode: Enable PnaclTransitional Non-SFI browser tests on x86-64 bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « ppapi/ppapi_nacl_test_common.gypi ('k') | ppapi/tests/extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/create_nonsfi_test_nmf.py
diff --git a/ppapi/tests/create_nonsfi_test_nmf.py b/ppapi/tests/create_nonsfi_test_nmf.py
index 3ac4e502854e66229ff9663f383b838feadbf1f4..a2a8f9f572faaaa756d723e9a53da0187e05c033 100755
--- a/ppapi/tests/create_nonsfi_test_nmf.py
+++ b/ppapi/tests/create_nonsfi_test_nmf.py
@@ -31,7 +31,7 @@ def ParseArgs():
parser.add_argument(
'--program', metavar='FILE', help='Main program nexe')
parser.add_argument(
- '--arch', metavar='ARCH', choices=('x86-32', 'arm'),
+ '--arch', metavar='ARCH', choices=('x86-32', 'x86-64', 'arm'),
help='The archtecture of main program nexe')
# To keep compatibility with create_nmf.py, we use -x and --extra-files
# as flags.
« no previous file with comments | « ppapi/ppapi_nacl_test_common.gypi ('k') | ppapi/tests/extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698