| OLD | NEW |
| 1 # WebSocketTest tests are extraordinary slow under ThreadSanitizer, | 1 # WebSocketTest tests are extraordinary slow under ThreadSanitizer, |
| 2 # (see http://crbug.com/25392) | 2 # (see http://crbug.com/25392) |
| 3 # TODO(glider): investigate this. | 3 # TODO(glider): investigate this. |
| 4 WebSocketTest.* | 4 WebSocketTest.* |
| 5 | 5 |
| 6 # Strange reports from __NSThread__main__ appeared with the new TSan binaries | 6 # Strange reports from __NSThread__main__ appeared with the new TSan binaries |
| 7 # See http://crbug.com/38926 | 7 # See http://crbug.com/38926 |
| 8 DirectoryLister* | 8 DirectoryLister* |
| OLD | NEW |