Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Side by Side Diff: LayoutTests/fast/js/Promise-static-all-expected.txt

Issue 166173002: Count Promise constructor callings. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: Promise API is changing and this function might be affected.
2 CONSOLE WARNING: Promise API is changing and this function might be affected.
3 CONSOLE WARNING: Promise API is changing and this function might be affected.
4 CONSOLE WARNING: Promise API is changing and this function might be affected.
5 CONSOLE WARNING: Promise API is changing and this function might be affected.
6 CONSOLE WARNING: Promise API is changing and this function might be affected.
7 CONSOLE WARNING: Promise API is changing and this function might be affected.
8 CONSOLE WARNING: Promise API is changing and this function might be affected.
9 CONSOLE WARNING: Promise API is changing and this function might be affected.
1 Test Promise.all 10 Test Promise.all
2 11
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 12 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 13
5 PASS result is undefined 14 PASS result is undefined
6 PASS Promise.all() is fulfilled. 15 PASS Promise.all() is fulfilled.
7 PASS result.length is 0 16 PASS result.length is 0
8 PASS Promise.all([p1, p2, p3]) is fulfilled. 17 PASS Promise.all([p1, p2, p3]) is fulfilled.
9 PASS result.length is 3 18 PASS result.length is 3
10 PASS result[0] is "p1" 19 PASS result[0] is "p1"
(...skipping 12 matching lines...) Expand all
23 PASS Promise.all([p9,42]) is fulfilled. 32 PASS Promise.all([p9,42]) is fulfilled.
24 PASS result.length is 2 33 PASS result.length is 2
25 PASS result[0] is "p2" 34 PASS result[0] is "p2"
26 PASS result[1] is 42 35 PASS result[1] is 42
27 PASS Promise.all({}) is fulfilled. 36 PASS Promise.all({}) is fulfilled.
28 PASS result.length is 0 37 PASS result.length is 0
29 PASS successfullyParsed is true 38 PASS successfullyParsed is true
30 39
31 TEST COMPLETE 40 TEST COMPLETE
32 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698