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

Unified Diff: tests/benchmark/nacl.scons

Issue 1037183002: Add Subzero to scons tests on the bots. x86-32 only. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Disable the run_benchmark_test for Subzero due to "timeout" Created 5 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
« buildbot/buildbot_pnacl.py ('K') | « buildbot/buildbot_pnacl.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/benchmark/nacl.scons
diff --git a/tests/benchmark/nacl.scons b/tests/benchmark/nacl.scons
index cc1caf5978fe9996cae7477435761fa8dbe4968a..14d1e576a3f1752e341b3aa8a2392f7fee966f3d 100644
--- a/tests/benchmark/nacl.scons
+++ b/tests/benchmark/nacl.scons
@@ -11,6 +11,10 @@ Import('env')
# are benchmarks and need to run on real hardware.
is_broken = env.Bit('running_on_valgrind') or env.UsingEmulator()
+# Disable for Subzero. (Alternatively, increase the timeout if possible.)
+# https://code.google.com/p/nativeclient/issues/detail?id=4136
+is_broken = is_broken or env.Bit('use_sz')
Jim Stichnoth 2015/03/29 03:12:56 Would be nice if we could bump the timeout for thi
jvoung (off chromium) 2015/03/30 17:56:15 Could also set "size=huge" (for this case). size=
Jim Stichnoth 2015/03/30 20:36:53 Managed to find a way to bump the timeout for this
+
libs = []
if env.Bit('nacl_glibc'):
# Needed for clock_gettime().
« buildbot/buildbot_pnacl.py ('K') | « buildbot/buildbot_pnacl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698