| Index: test/webkit/testcfg.py | 
| diff --git a/test/webkit/testcfg.py b/test/webkit/testcfg.py | 
| index 01a27133124f757bb7b6515c68d8bcbf1f1ea056..c18120ca18a6ef23de531a27070ee9ced0c89d00 100644 | 
| --- a/test/webkit/testcfg.py | 
| +++ b/test/webkit/testcfg.py | 
| @@ -106,12 +106,6 @@ class WebkitTestSuite(testsuite.TestSuite): | 
| if not string: return True | 
| return (string.startswith("==") or string.startswith("**") or | 
| string.startswith("ANDROID") or | 
| -            # These five patterns appear in normal Native Client output. | 
| -            string.startswith("DEBUG MODE ENABLED") or | 
| -            string.startswith("tools/nacl-run.py") or | 
| -            string.find("BYPASSING ALL ACL CHECKS") > 0 or | 
| -            string.find("Native Client module will be loaded") > 0 or | 
| -            string.find("NaClHostDescOpen:") > 0 or | 
| # FIXME(machenbach): The test driver shouldn't try to use slow | 
| # asserts if they weren't compiled. This fails in optdebug=2. | 
| string == "Warning: unknown flag --enable-slow-asserts." or | 
|  |