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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/js/dfg-arguments-alias-activation-expected.txt

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 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 This tests verifies access to captured arguments via an optimized-away arguments object. 1 This tests verifies access to captured arguments via an optimized-away arguments object.
2 2
3 PASS: f0(1) should be 1 and is. 3 PASS: f0(1) should be 1 and is.
4 PASS: f1(2, 3) should be 3 and is. 4 PASS: f1(2, 3) should be 3 and is.
5 PASS: f2(4) should be 4 and is. 5 PASS: f2(4) should be 4 and is.
6 PASS: f3(5, 6) should be 6 and is. 6 PASS: f3(5, 6) should be 6 and is.
7 PASS: f4(7) should be 7 and is. 7 PASS: f4(7) should be 7 and is.
8 PASS: f5(8, 9) should be 9 and is. 8 PASS: f5(8, 9) should be 9 and is.
9 PASS: f6(10) should be 10 and is. 9 PASS: f6(10) should be 10 and is.
10 PASS: f7(11, 12) should be 12 and is. 10 PASS: f7(11, 12) should be 12 and is.
(...skipping 1583 matching lines...) Expand 10 before | Expand all | Expand 10 after
1594 PASS: f7(11, 12) should be 12 and is. 1594 PASS: f7(11, 12) should be 12 and is.
1595 PASS: f0(1) should be 1 and is. 1595 PASS: f0(1) should be 1 and is.
1596 PASS: f1(2, 3) should be 3 and is. 1596 PASS: f1(2, 3) should be 3 and is.
1597 PASS: f2(4) should be 4 and is. 1597 PASS: f2(4) should be 4 and is.
1598 PASS: f3(5, 6) should be 6 and is. 1598 PASS: f3(5, 6) should be 6 and is.
1599 PASS: f4(7) should be 7 and is. 1599 PASS: f4(7) should be 7 and is.
1600 PASS: f5(8, 9) should be 9 and is. 1600 PASS: f5(8, 9) should be 9 and is.
1601 PASS: f6(10) should be 10 and is. 1601 PASS: f6(10) should be 10 and is.
1602 PASS: f7(11, 12) should be 12 and is. 1602 PASS: f7(11, 12) should be 12 and is.
1603 1603
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698