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

Side by Side Diff: LayoutTests/fast/js/reserved-words-strict-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
OLDNEW
(Empty)
1 This file checks which ECMAScript 3 keywords are treated as reserved words in st rict mode.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 SHOULD BE RESERVED:
7 FAIL isReserved('implements') should be true. Was false.
8 FAIL isReserved('interface') should be true. Was false.
9 FAIL isReserved('let') should be true. Was false.
10 FAIL isReserved('package') should be true. Was false.
11 FAIL isReserved('private') should be true. Was false.
12 FAIL isReserved('protected') should be true. Was false.
13 FAIL isReserved('public') should be true. Was false.
14 FAIL isReserved('static') should be true. Was false.
15 FAIL isReserved('yield') should be true. Was false.
16
17 SHOULD NOT BE RESERVED:
18 PASS isReserved('abstract') is false
19 PASS isReserved('boolean') is false
20 PASS isReserved('byte') is false
21 PASS isReserved('char') is false
22 PASS isReserved('double') is false
23 PASS isReserved('final') is false
24 PASS isReserved('float') is false
25 PASS isReserved('goto') is false
26 PASS isReserved('int') is false
27 PASS isReserved('long') is false
28 PASS isReserved('native') is false
29 PASS isReserved('short') is false
30 PASS isReserved('synchronized') is false
31 PASS isReserved('throws') is false
32 PASS isReserved('transient') is false
33 PASS isReserved('volatile') is false
34
35 PASS successfullyParsed is true
36
37 TEST COMPLETE
38
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/reserved-words-strict.html ('k') | LayoutTests/fast/js/script-tests/JSON-parse-reviver.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698