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

Unified Diff: tests/inbrowser_crash_test/nacl.scons

Issue 7745047: Enable browser tests with glibc. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
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
« no previous file with comments | « tests/imc_shm_mmap/nacl.scons ('k') | tests/inbrowser_test_runner/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/inbrowser_crash_test/nacl.scons
===================================================================
--- tests/inbrowser_crash_test/nacl.scons (revision 6583)
+++ tests/inbrowser_crash_test/nacl.scons (working copy)
@@ -34,8 +34,8 @@
'inbrowser_trusted_crash_in_startup_test.out',
python_tester_script=env.File('crash_dump_tester.py'),
url='trusted_crash_in_startup.html',
+ nmfs=['inbrowser_crash_test.nmf'],
files=[crash_test_nexe,
- env.File('inbrowser_crash_test.nmf'),
env.File('trusted_crash_in_startup.html')],
osenv='NACL_CRASH_TEST=1',
args=['--expected_crash_dumps=%i' % expected_crash_dumps])
@@ -55,8 +55,8 @@
'inbrowser_crash_in_syscall_test.out',
python_tester_script=env.File('crash_dump_tester.py'),
url='crash_in_syscall.html',
+ nmfs=['inbrowser_crash_in_syscall.nmf'],
files=[crash_in_syscall_nexe,
- env.File('inbrowser_crash_in_syscall.nmf'),
env.File('crash_in_syscall.html')],
args=['--expected_crash_dumps=%i' % expected_crash_dumps])
env.AddNodeToTestSuite(
@@ -68,8 +68,8 @@
'inbrowser_untrusted_crash_test.out',
python_tester_script=env.File('crash_dump_tester.py'),
url='untrusted_crash.html',
+ nmfs=['inbrowser_crash_test.nmf'],
files=[crash_test_nexe,
- env.File('inbrowser_crash_test.nmf'),
env.File('untrusted_crash.html')],
args=['--expected_crash_dumps=0'])
env.AddNodeToTestSuite(
« no previous file with comments | « tests/imc_shm_mmap/nacl.scons ('k') | tests/inbrowser_test_runner/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698