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

Unified Diff: ppapi/native_client/tests/ppapi_browser/crash/nacl.scons

Issue 7741036: NaCl PPAPI Proxy: wrap up with crash detection. Clean-up handling code to skip remote shutdown ca... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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: ppapi/native_client/tests/ppapi_browser/crash/nacl.scons
===================================================================
--- ppapi/native_client/tests/ppapi_browser/crash/nacl.scons (revision 98327)
+++ ppapi/native_client/tests/ppapi_browser/crash/nacl.scons (working copy)
@@ -12,7 +12,11 @@
env.Prepend(CPPDEFINES=['XP_UNIX'])
-crash_types = ['via_check_failure', 'via_exit_call', 'in_callback']
+crash_types = ['via_check_failure',
+ 'via_exit_call',
+ 'in_callback',
+ 'off_main_thread',
+ 'ppapi_off_main_thread']
published_files = []
for crash_type in crash_types:
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/plugin.cc ('k') | ppapi/native_client/tests/ppapi_browser/crash/ppapi_crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698