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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/indexeddb-renames-should-not-be-exposed-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: Added tests for create rename in the same aborted transaction. 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: IndexedDB object store renaming should not be web-exposed expected "books" but got "renamed_books"
jsbell 2016/09/07 17:16:14 This logging on an assertion failure indicates a p
pwnall 2016/09/07 22:43:52 Done. The fix you suggested made this go away :D
2 This is a testharness.js-based test.
3 Harness Error. harness_status.status = 1 , harness_status.message = Uncaught Err or: assert_equals: IndexedDB object store renaming should not be web-exposed exp ected "books" but got "renamed_books"
4 FAIL IndexedDB object store and index renaming should not be web-exposed
5 This test is expected to fail in LayoutTests/webexposed promise_test: Unhandled rejection with value: object "AbortError: Version change transaction was aborted in upgradeneeded event handler."
6 Harness: the test ran to completion.
7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698