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

Unified Diff: tests/thread_capture/nacl_thread_capture_test_injection_test.c

Issue 1536713003: [MIPS] Make $t8 point to the address of TLS pointers (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client@master
Patch Set: Move EditMipsCode() below EditArmCode(). Created 4 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 | « tests/thread_capture/arch/mips/thread_capture_test_injection.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/thread_capture/nacl_thread_capture_test_injection_test.c
diff --git a/tests/thread_capture/nacl_thread_capture_test_injection_test.c b/tests/thread_capture/nacl_thread_capture_test_injection_test.c
index e2d8657dc2fbecfcbe6494efb7eaa50bdb164cb0..9c6f2326a610501b4417c48311da7e2b61855a9e 100644
--- a/tests/thread_capture/nacl_thread_capture_test_injection_test.c
+++ b/tests/thread_capture/nacl_thread_capture_test_injection_test.c
@@ -19,6 +19,8 @@
#if NACL_ARCH(NACL_BUILD_ARCH) == NACL_arm
static const int kExpectedSignal = SIGILL;
+#elif NACL_ARCH(NACL_BUILD_ARCH) == NACL_mips
+static const int kExpectedSignal = SIGTRAP;
#else
static const int kExpectedSignal = SIGSEGV;
#endif
« no previous file with comments | « tests/thread_capture/arch/mips/thread_capture_test_injection.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698