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

Unified Diff: tests/threads/nacl.scons

Issue 9696046: Add test running support for tests generated as pexes. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: suggestions Created 8 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
Index: tests/threads/nacl.scons
diff --git a/tests/threads/nacl.scons b/tests/threads/nacl.scons
index 74239bb01a8698f9727c22854a3393de1340748e..93f8384be7440d936b820fb8479db53ba89c9a0b 100644
--- a/tests/threads/nacl.scons
+++ b/tests/threads/nacl.scons
@@ -184,7 +184,7 @@ env.AddNodeToTestSuite(node, ['small_tests'], 'run_second_tls_create_test')
# If we find this test fails in practice, it should be disabled until
# the races are fixed.
node = env.CommandSelLdrTestNacl('many_threads_sequential_test.out',
- [many_threads_sequential_nexe])
+ many_threads_sequential_nexe)
env.AddNodeToTestSuite(node,
['small_tests'],
'run_many_threads_sequential_test',

Powered by Google App Engine
This is Rietveld 408576698