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

Side by Side Diff: LayoutTests/fast/filesystem/not-enough-arguments-expected.txt

Issue 22436002: Replace EntryArray type by an Entry[] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 4 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
1 This test tries calling various filesystem functions with too few arguments. 1 This test tries calling various filesystem functions with too few arguments.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS webkitResolveLocalFileSystemURL() threw exception TypeError: Not enough arg uments. 6 PASS webkitResolveLocalFileSystemURL() threw exception TypeError: Not enough arg uments.
7 PASS webkitRequestFileSystem() threw exception TypeError: Not enough arguments. 7 PASS webkitRequestFileSystem() threw exception TypeError: Not enough arguments.
8 PASS webkitRequestFileSystem(PERSISTENT) threw exception TypeError: Not enough a rguments. 8 PASS webkitRequestFileSystem(PERSISTENT) threw exception TypeError: Not enough a rguments.
9 PASS webkitRequestFileSystem(PERSISTENT, 100) threw exception TypeError: Not eno ugh arguments. 9 PASS webkitRequestFileSystem(PERSISTENT, 100) threw exception TypeError: Not eno ugh arguments.
10 Successfully obtained Persistent FileSystem:file__0:Temporary 10 Successfully obtained Persistent FileSystem:file__0:Temporary
11 PASS fileSystem.root.removeRecursively() threw exception TypeError: Not enough a rguments. 11 PASS fileSystem.root.removeRecursively() threw exception TypeError: Not enough a rguments.
12 PASS fileSystem.root.moveTo() threw exception TypeError: Not enough arguments. 12 PASS fileSystem.root.moveTo() threw exception TypeError: Not enough arguments.
13 PASS fileSystem.root.copyTo() threw exception TypeError: Not enough arguments. 13 PASS fileSystem.root.copyTo() threw exception TypeError: Not enough arguments.
14 PASS reader.readEntries() threw exception TypeError: Not enough arguments. 14 PASS reader.readEntries() threw exception TypeError: Not enough arguments.
15 PASS entries.item() threw exception TypeError: Not enough arguments.
16 PASS entry.createWriter() threw exception TypeError: Not enough arguments. 15 PASS entry.createWriter() threw exception TypeError: Not enough arguments.
17 PASS entry.file() threw exception TypeError: Not enough arguments. 16 PASS entry.file() threw exception TypeError: Not enough arguments.
18 PASS writer.write() threw exception TypeError: Not enough arguments. 17 PASS writer.write() threw exception TypeError: Not enough arguments.
19 PASS writer.seek() threw exception TypeError: Not enough arguments. 18 PASS writer.seek() threw exception TypeError: Not enough arguments.
20 PASS writer.truncate() threw exception TypeError: Not enough arguments. 19 PASS writer.truncate() threw exception TypeError: Not enough arguments.
21 PASS successfullyParsed is true 20 PASS successfullyParsed is true
22 21
23 TEST COMPLETE 22 TEST COMPLETE
24 23
OLDNEW
« no previous file with comments | « LayoutTests/fast/filesystem/not-enough-arguments.html ('k') | LayoutTests/fast/filesystem/read-directory-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698