Chromium Code Reviews| Index: chrome/test/pyautolib/pyauto.py |
| diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py |
| index 45c97c35022cdb8181ca029ea48bf43d3b0bc1e0..63127607464d7dd51099be587b06f62320980972 100755 |
| --- a/chrome/test/pyautolib/pyauto.py |
| +++ b/chrome/test/pyautolib/pyauto.py |
| @@ -4031,6 +4031,7 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase): |
| Address Sanitizer (if it was built it) will catch the bug and abort |
| the process. |
| + This API returns immediately before it actually causes a crash. |
|
Nirnimesh
2012/05/22 16:43:24
API -> method
|
| """ |
| cmd_dict = { 'command': 'SimulateAsanMemoryBug' } |
| self._GetResultFromJSONRequest(cmd_dict, windex=None) |