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

Side by Side Diff: LayoutTests/fast/filesystem/op-get-metadata-expected.txt

Issue 22831019: Deprecate FileError in FileAPI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: win test expectation fix (temporary) 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 * Running: GetMetadata 1 * Running: GetMetadata
2 PASS Succeeded: "/".getMetadata() 2 PASS Succeeded: "/".getMetadata()
3 PASS Succeeded: "/".getDirectory("/a") 3 PASS Succeeded: "/".getDirectory("/a")
4 PASS Succeeded: "/a".getMetadata() 4 PASS Succeeded: "/a".getMetadata()
5 PASS this.environment["/a.returned.modificationTime"] is >= this.roundedStartDat e 5 PASS this.environment["/a.returned.modificationTime"] is >= this.roundedStartDat e
6 PASS Succeeded: "/file1".getMetadata() 6 PASS Succeeded: "/file1".getMetadata()
7 PASS this.environment["/file1.returned.modificationTime"] is >= this.roundedStar tDate 7 PASS this.environment["/file1.returned.modificationTime"] is >= this.roundedStar tDate
8 PASS Succeeded: "/file2".getMetadata() 8 PASS Succeeded: "/file2".getMetadata()
9 PASS this.environment["/file2.returned.modificationTime"] is >= this.roundedStar tDate 9 PASS this.environment["/file2.returned.modificationTime"] is >= this.roundedStar tDate
10 PASS this.environment["/file2.size"] is this.environment["/file2.returned.size"] 10 PASS this.environment["/file2.size"] is this.environment["/file2.returned.size"]
11 PASS Succeeded: "/file3".getMetadata() 11 PASS Succeeded: "/file3".getMetadata()
12 PASS this.environment["/file3.returned.modificationTime"] is >= this.roundedStar tDate 12 PASS this.environment["/file3.returned.modificationTime"] is >= this.roundedStar tDate
13 PASS this.environment["/file3.size"] is this.environment["/file3.returned.size"] 13 PASS this.environment["/file3.size"] is this.environment["/file3.returned.size"]
14 PASS Succeeded: "/".getFile("/b") 14 PASS Succeeded: "/".getFile("/b")
15 PASS Succeeded: "/b".getMetadata() 15 PASS Succeeded: "/b".getMetadata()
16 PASS this.environment["/b.returned.modificationTime"] is >= this.roundedStartDat e 16 PASS this.environment["/b.returned.modificationTime"] is >= this.roundedStartDat e
17 PASS Succeeded: "/tmp".remove() 17 PASS Succeeded: "/tmp".remove()
18 PASS this.expectedErrorCode + "" is "1" 18 PASS this.expectedError + "" is "NotFoundError"
19 PASS this.environment["/a.returned.modificationTime"] is >= this.environment["/. returned.modificationTime"] 19 PASS this.environment["/a.returned.modificationTime"] is >= this.environment["/. returned.modificationTime"]
20 PASS this.environment["/b.returned.modificationTime"] is >= this.environment["/. returned.modificationTime"] 20 PASS this.environment["/b.returned.modificationTime"] is >= this.environment["/. returned.modificationTime"]
21 PASS this.environment["/b.returned.modificationTime"] is >= this.environment["/a .returned.modificationTime"] 21 PASS this.environment["/b.returned.modificationTime"] is >= this.environment["/a .returned.modificationTime"]
22 Finished running tests. 22 Finished running tests.
23 PASS successfullyParsed is true 23 PASS successfullyParsed is true
24 24
25 TEST COMPLETE 25 TEST COMPLETE
26 26
OLDNEW
« no previous file with comments | « LayoutTests/fast/filesystem/op-get-entry-expected.txt ('k') | LayoutTests/fast/filesystem/op-move-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698