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

Unified Diff: tools/command_tester.py

Issue 12256018: [MIPS] Add remaining parts for building tests for MIPS (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Minor cleanup. Created 7 years, 9 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/trusted_crash/crash_in_syscall/nacl.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/command_tester.py
diff --git a/tools/command_tester.py b/tools/command_tester.py
index ddb89cead34db55568a608d5112229e6a6c81e45..fc199f91c28a2cf8f7238edbea353dcdc5c59060 100755
--- a/tools/command_tester.py
+++ b/tools/command_tester.py
@@ -205,6 +205,10 @@ win64_exit_via_ntdll_patch = [
# returns SIGSEGV, except for actual x86 segmentation violations. 64-bit
# processes on Mac OS X behave differently.
status_map = {
+ 'sigtrap' : {
+ 'linux2': [-5], # SIGTRAP
+ 'darwin': [-5], # SIGTRAP
+ },
'trusted_sigabrt' : {
'linux2': [-6], # SIGABRT
'mac32': [-6], # SIGABRT
« no previous file with comments | « tests/trusted_crash/crash_in_syscall/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698