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

Unified Diff: tests/mmap/nacl.scons

Issue 12256018: [MIPS] Add remaining parts for building tests for MIPS (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 7 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/mmap/nacl.scons
diff --git a/tests/mmap/nacl.scons b/tests/mmap/nacl.scons
index 73f6ad51b139bf483e5141f1fa0d78af8ae0aa8e..75f6e490bdeb688e21da01c90b1908eaa0113c2e 100644
--- a/tests/mmap/nacl.scons
+++ b/tests/mmap/nacl.scons
@@ -21,7 +21,9 @@ node = env.CommandSelLdrTestNacl(
sel_ldr_flags=['-a', '-e'] + extra_flags)
env.AddNodeToTestSuite(node,
- ['small_tests', 'sel_ldr_tests'], 'run_mmap_test')
+ ['small_tests', 'sel_ldr_tests'], 'run_mmap_test',
Mark Seaborn 2013/02/13 22:14:09 This seems like a more serious case to not work.
petarj 2013/03/05 17:50:04 Works now. Fixed in https://codereview.chromium.or
+ is_broken=env.Bit('target_mips32') and
+ env.UsingEmulator())
mmap_atomicity_nexe = env.ComponentProgram(
'mmap_atomicity', 'mmap_atomicity.c',

Powered by Google App Engine
This is Rietveld 408576698