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

Unified Diff: tools/command_tester.py

Issue 4181005: Fixes some bugs with memory setup and halt-sled allocation and... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 10 years, 1 month 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 | « src/trusted/service_runtime/sel_ldr_standard.c ('k') | tools/elf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/command_tester.py
===================================================================
--- tools/command_tester.py (revision 3633)
+++ tools/command_tester.py (working copy)
@@ -190,6 +190,13 @@
'win32': -1073741819, # -0x3ffffffb or 0xc0000005
'win64': -11,
},
+ 'trusted_sigabrt' : {
+ 'linux2': -6, # SIGABRT
+ 'darwin': -6, # SIGABRT
+ 'cygwin': -6, # SIGABRT
+ 'win32': -6, # SIGABRT
+ 'win64': -6, # SIGABRT
+ },
'trusted_sigill' : {
'linux2': -11, # SIGSEGV
'darwin': -11, # SIGBUS
« no previous file with comments | « src/trusted/service_runtime/sel_ldr_standard.c ('k') | tools/elf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698