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

Side by Side Diff: third_party/WebKit/LayoutTests/storage/indexeddb/rename-index-expected.txt

Issue 2276593002: Support renaming of IndexedDB indexes and object stores. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review and buildbot feedback. Created 4 years, 3 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
OLDNEW
(Empty)
1 CONSOLE ERROR: line 2445: Uncaught Error: assert_equals: IDBIndex.name should no t reflect the rename anymore immediately after transaction.abort() returns expec ted "by_author" but got "renamed_by_author"
2 This is a testharness.js-based test.
3 Harness Error. harness_status.status = 1 , harness_status.message = Uncaught Err or: assert_equals: IDBIndex.name should not reflect the rename anymore immediate ly after transaction.abort() returns expected "by_author" but got "renamed_by_au thor"
4 PASS IndexedDB index rename in new transaction
5 PASS IndexedDB index rename in the transaction where it is created
6 PASS IndexedDB deleted index rename throws
7 PASS IndexedDB index rename throws in a readonly transaction
8 PASS IndexedDB index rename throws in a readwrite transaction
9 PASS IndexedDB index rename throws in an inactive transaction
10 PASS IndexedDB index rename to the same name succeeds
11 PASS IndexedDB index rename to the name of another index throws
12 PASS IndexedDB index rename to the name of a deleted index succeeds
13 PASS IndexedDB index swapping via renames succeeds
14 PASS IndexedDB object store rename stringifies non-string names
15 PASS IndexedDB object store rename handles exceptions when stringifying names
16 PASS IndexedDB object store can be renamed to ""
17 PASS IndexedDB object store can be renamed to "\u0000"
18 PASS IndexedDB object store can be renamed to "\uDC00\uD800"
19 FAIL IndexedDB object store rename in aborted transaction assert_equals: IDBInde x.name should not reflect the rename anymore after the versionchange transaction is aborted expected "by_author" but got "renamed_by_author"
20 Harness: the test ran to completion.
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698