diff options
Diffstat (limited to 'chromium/v8/tools/testrunner/outproc/base.py')
| -rw-r--r-- | chromium/v8/tools/testrunner/outproc/base.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/v8/tools/testrunner/outproc/base.py b/chromium/v8/tools/testrunner/outproc/base.py index 9b65ca564a9..847b2242ffa 100644 --- a/chromium/v8/tools/testrunner/outproc/base.py +++ b/chromium/v8/tools/testrunner/outproc/base.py @@ -193,6 +193,8 @@ class ExpectedOutProc(OutProc): line.startswith('**') or line.startswith('ANDROID') or line.startswith('###') or + # Android linker warning. + line.startswith('WARNING: linker:') or # FIXME(machenbach): The test driver shouldn't try to use slow # asserts if they weren't compiled. This fails in optdebug=2. line == 'Warning: unknown flag --enable-slow-asserts.' or |
