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

Side by Side Diff: LayoutTests/fast/js/read-modify-eval-expected.txt

Issue 20867002: Remove old tests that have been migrated to the v8 repo. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove unused script-tests as well Created 7 years, 5 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
« no previous file with comments | « LayoutTests/fast/js/read-modify-eval.html ('k') | LayoutTests/fast/js/regexp-bol.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests whether eval() works inside statements that read and modify a value.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS multTest(); is true
7 PASS divTest(); is true
8 PASS addTest(); is true
9 PASS subTest(); is true
10 PASS lshiftTest(); is true
11 PASS rshiftTest(); is true
12 PASS urshiftTest(); is true
13 PASS andTest(); is true
14 PASS xorTest(); is true
15 PASS orTest(); is true
16 PASS modTest(); is true
17 PASS preIncTest(); is true
18 PASS preDecTest(); is true
19 PASS postIncTest(); is true
20 PASS postDecTest(); is true
21 PASS primitiveThisTest.call(1); is true
22 FAIL strictThisTest.call(1); should throw an exception. Was true.
23 PASS successfullyParsed is true
24
25 TEST COMPLETE
26
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/read-modify-eval.html ('k') | LayoutTests/fast/js/regexp-bol.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698