Chromium Code Reviews| Index: LayoutTests/inspector/console/console-revoke-error-expected.txt |
| diff --git a/LayoutTests/inspector/console/console-revoke-error-expected.txt b/LayoutTests/inspector/console/console-revoke-error-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1b6ccb16a786f9e28b81fecea0e84bd57b425fc1 |
| --- /dev/null |
| +++ b/LayoutTests/inspector/console/console-revoke-error-expected.txt |
| @@ -0,0 +1,22 @@ |
| +CONSOLE ERROR: line 11: Uncaught (in promise) Error: Handled error |
| +CONSOLE MESSAGE: Handler added to rejected promise |
| +Tests that console revokes lazily handled promise rejections. |
| + |
| +Creating promise |
| + |
| +Message added: error log |
| +errors: 1 |
| +revokedErrors: 0 |
| +console-revoke-error.html:11 Uncaught (in promise) Error: Handled error |
| + at createPromise (file:///Users/pfeldman/code/chromium/src/third_party/WebKit/LayoutTests/inspector/console/console-revoke-error.html:11:24) |
|
kozy
2015/04/20 13:35:06
I heard that such tests can be flaky.
pfeldman
2015/04/20 17:05:58
Done.
|
| + at <anonymous>:1:1createPromise @ console-revoke-error.html:11(anonymous function) @ VM:1 console-message-wrapper console-error-level > console-message |
| + |
| +Handling promise |
| + |
| +Message added: revokedError log |
| +errors: 0 |
| +revokedErrors: 1 |
| +console-revoke-error.html:11 Uncaught (in promise) Error: Handled error |
| + at createPromise (file:///Users/pfeldman/code/chromium/src/third_party/WebKit/LayoutTests/inspector/console/console-revoke-error.html:11:24) |
| + at <anonymous>:1:1createPromise @ console-revoke-error.html:11(anonymous function) @ VM:1 console-message-wrapper console-revokedError-level > console-message |
| + |