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

Unified Diff: tests/inbrowser_untrusted_crash_dump_test/inbrowser_untrusted_crash_dump_test.nmf

Issue 9316125: Adding untrusted crash dump / stack trace tests. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: fixing 64-bit build issue Created 8 years, 10 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: tests/inbrowser_untrusted_crash_dump_test/inbrowser_untrusted_crash_dump_test.nmf
diff --git a/tests/inbrowser_untrusted_crash_dump_test/inbrowser_untrusted_crash_dump_test.nmf b/tests/inbrowser_untrusted_crash_dump_test/inbrowser_untrusted_crash_dump_test.nmf
new file mode 100644
index 0000000000000000000000000000000000000000..9915fe42ea0783f534ffbe29aebb9dcc367821a9
--- /dev/null
+++ b/tests/inbrowser_untrusted_crash_dump_test/inbrowser_untrusted_crash_dump_test.nmf
@@ -0,0 +1,7 @@
+{
+ "program": {
+ "x86-32": {"url": "inbrowser_untrusted_crash_dump_test.nexe"},
+ "x86-64": {"url": "inbrowser_untrusted_crash_dump_test.nexe"},
+ "arm": {"url": "inbrowser_untrusted_crash_dump_test.nexe"}
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698