Chromium Code Reviews| Index: test/inspector/debugger/async-stacks-limit-expected.txt |
| diff --git a/test/inspector/debugger/async-stacks-limit-expected.txt b/test/inspector/debugger/async-stacks-limit-expected.txt |
| index 16270656c686878cd004497e095b2e7494befd69..8fb6227bb38d8d59755373e99acc9cbf85febf6c 100644 |
| --- a/test/inspector/debugger/async-stacks-limit-expected.txt |
| +++ b/test/inspector/debugger/async-stacks-limit-expected.txt |
| @@ -6,9 +6,6 @@ foo1 (test.js:11:2) |
| Running test: testOneLimit |
| foo1 (test.js:11:2) |
| --- Promise.resolve -- |
| -promise (test.js:23:2) |
| -(anonymous) (expr.js:0:0) |
| Running test: testOneLimitTwoPromises |
| @@ -19,30 +16,18 @@ foo2 (test.js:15:2) |
| Running test: testTwoLimitTwoPromises |
| foo1 (test.js:11:2) |
| --- Promise.resolve -- |
|
dgozman
2017/01/24 23:57:44
Can we adjust constants in this test for it to be
kozy
2017/01/25 00:45:43
Done.
|
| -twoPromises (test.js:34:2) |
| -(anonymous) (expr.js:0:0) |
| foo2 (test.js:15:2) |
| --- Promise.resolve -- |
| -twoPromises (test.js:35:2) |
| -(anonymous) (expr.js:0:0) |
| Running test: testOneLimitTwoSetTimeouts |
| foo1 (test.js:11:2) |
| foo2 (test.js:15:2) |
| --- setTimeout -- |
| -twoSetTimeout (test.js:41:2) |
| -(anonymous) (expr.js:0:0) |
| Running test: testTwoLimitTwoSetTimeouts |
| foo1 (test.js:11:2) |
| --- setTimeout -- |
| -twoSetTimeout (test.js:40:2) |
| -(anonymous) (expr.js:0:0) |
| foo2 (test.js:15:2) |
| -- setTimeout -- |