Reviewers: jochen (slow - soon OOO), Benedikt Meurer,

Message:
PTAL. Not so nice that this skips relative path chunks without context. But I
guess we don't have other directories called like this.

Description:
Skip gmock and gtest in presubmit.

BUG=

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

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

Affected files (+2, -1 lines):
  M tools/presubmit.py


Index: tools/presubmit.py
diff --git a/tools/presubmit.py b/tools/presubmit.py
index aba5005a06d03b03ea20e6eccb1841a25a797859..4b22444f9eac3ec474d96898f8e5e75cf92f9581 100755
--- a/tools/presubmit.py
+++ b/tools/presubmit.py
@@ -200,7 +200,8 @@ class SourceFileProcessor(object):

   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