Chromium Code Reviews| Index: tools/valgrind/chrome_tests.py |
| diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py |
| index ae3696b65673800500efef0ca417de7e8248a9e1..3c8b4d32e39f95a52033cf3deb38f68e20ac5a61 100755 |
| --- a/tools/valgrind/chrome_tests.py |
| +++ b/tools/valgrind/chrome_tests.py |
| @@ -281,6 +281,12 @@ class ChromeTests: |
| return self.SimpleTest("webkit", "test_shell_tests") |
| def TestUnit(self): |
| + # crbug 51716 |
|
Lei Zhang
2012/02/01 01:51:57
nit: can you do http://crbug.com/51716 ?
Brad Chen
2012/02/01 02:02:50
Done.
|
| + # Disabling all unit tests |
| + # Problems reappeared after r119922 |
| + if common.IsMac() and (self._options.valgrind_tool == "memcheck"): |
| + logging.warning("unit_tests are disabled for memcheck on MacOS.") |
| + return 0; |
| return self.SimpleTest("chrome", "unit_tests") |
| def TestUIUnit(self): |