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

Side by Side Diff: LayoutTests/fast/profiler/call-register-leak-expected.txt

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 This page tests that the generation of bytecode allocates registers correctly wh en profiling is enabled. To run the test manually, enable profiling in the web i nspector and reload this page.
2
3 PASS: localCallTest(1, 2) should be 2 and is.
4
5 PASS: globalCallTest(1, 2) should be 2 and is.
6
7 PASS: scopedCallTest(1, 2) should be 2 and is.
8
9 PASS: resolveCallTest(1, 2) should be 2 and is.
10
11 PASS: bracketCallTest(1, 2) should be 2 and is.
12
13 PASS: dotCallTest(1, 2) should be 2 and is.
14
15 PASS: newTest(1, 2) should be 2 and is.
16
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698