Revision: 21498
Author:   [email protected]
Date:     Mon May 26 13:34:23 2014 UTC
Log:      Send idle notification on ASAN builder for proper tear down.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/300003005
http://code.google.com/p/v8/source/detail?r=21498

Modified:
 /branches/bleeding_edge/tools/run-tests.py

=======================================
--- /branches/bleeding_edge/tools/run-tests.py  Fri May 23 16:37:27 2014 UTC
+++ /branches/bleeding_edge/tools/run-tests.py  Mon May 26 13:34:23 2014 UTC
@@ -256,6 +256,9 @@
   if options.gc_stress:
     options.extra_flags += GC_STRESS_FLAGS

+  if options.asan:
+    options.extra_flags.append("--send-idle-notification")
+
   if options.j == 0:
     options.j = multiprocessing.cpu_count()

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to