Reviewers: Yang,

Message:
PTAL

Description:
Send idle notification on ASAN builder for proper tear down.

BUG=

Please review this at https://codereview.chromium.org/300003005/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+3, -0 lines):
  M tools/run-tests.py


Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index c9c3c9ee3167591c6019125fbb170e19cf5cdf1f..b02fcfa94166fa0d516645a68f46b69de90a384b 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -256,6 +256,9 @@ def ProcessOptions(options):
   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