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

Side by Side Diff: LayoutTests/http/tests/workers/terminate-during-sync-operation-websql-expected.txt

Issue 417103002: Deprecate openDatabase and openDatabaseSync in workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
1 CONSOLE WARNING: 'openDatabaseSync' is deprecated. Please switch to Indexed Data base API.
1 Test that terminating the worker while it is performing synchronous file or data base operations will not cause any crashes, asserts, etc. 2 Test that terminating the worker while it is performing synchronous file or data base operations will not cause any crashes, asserts, etc.
2 3
3 Starting test run. 4 Starting test run.
4 Testing interrupting: openDatabaseSync 5 Testing interrupting: openDatabaseSync
5 Starting workers. 6 Starting workers.
6 Started worker count: 1 7 Started worker count: 1
7 Started worker count: 2 8 Started worker count: 2
8 Started worker count: 3 9 Started worker count: 3
9 Started worker count: 4 10 Started worker count: 4
10 Started worker count: 5 11 Started worker count: 5
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 Closed worker count: 23 60 Closed worker count: 23
60 Closed worker count: 24 61 Closed worker count: 24
61 Closed worker count: 25 62 Closed worker count: 25
62 Closed worker count: 26 63 Closed worker count: 26
63 Closed worker count: 27 64 Closed worker count: 27
64 Closed worker count: 28 65 Closed worker count: 28
65 Closed worker count: 29 66 Closed worker count: 29
66 Closed worker count: 30 67 Closed worker count: 30
67 DONE 68 DONE
68 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698