Revision: 23044
Author:   [email protected]
Date:     Mon Aug 11 14:07:08 2014 UTC
Log:      Skip gmock and gtest in presubmit.

BUG=
[email protected]

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

Modified:
 /branches/bleeding_edge/tools/presubmit.py

=======================================
--- /branches/bleeding_edge/tools/presubmit.py  Fri Aug  8 07:04:07 2014 UTC
+++ /branches/bleeding_edge/tools/presubmit.py  Mon Aug 11 14:07:08 2014 UTC
@@ -200,7 +200,8 @@

   def IgnoreDir(self, name):
     return (name.startswith('.') or
- name in ('buildtools', 'data', 'kraken', 'octane', 'sunspider'))
+            name in ('buildtools', 'data', 'gmock', 'gtest', 'kraken',
+                     'octane', 'sunspider'))

   def IgnoreFile(self, name):
     return name.startswith('.')

--
--
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