Title: [233662] trunk/LayoutTests
- Revision
- 233662
- Author
- [email protected]
- Date
- 2018-07-09 16:11:36 -0700 (Mon, 09 Jul 2018)
Log Message
Continued unreviewed hacking on this test because that's my full time job now.
* storage/indexeddb/modern/opendatabase-after-storage-crash.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (233661 => 233662)
--- trunk/LayoutTests/ChangeLog 2018-07-09 23:07:26 UTC (rev 233661)
+++ trunk/LayoutTests/ChangeLog 2018-07-09 23:11:36 UTC (rev 233662)
@@ -1,5 +1,11 @@
2018-07-09 Brady Eidson <[email protected]>
+ Continued unreviewed hacking on this test because that's my full time job now.
+
+ * storage/indexeddb/modern/opendatabase-after-storage-crash.html:
+
+2018-07-09 Brady Eidson <[email protected]>
+
This test is *still* flaky. This unreviewed patch is my attempt to make it less so.
* storage/indexeddb/modern/opendatabase-after-storage-crash.html:
Modified: trunk/LayoutTests/storage/indexeddb/modern/opendatabase-after-storage-crash.html (233661 => 233662)
--- trunk/LayoutTests/storage/indexeddb/modern/opendatabase-after-storage-crash.html 2018-07-09 23:07:26 UTC (rev 233661)
+++ trunk/LayoutTests/storage/indexeddb/modern/opendatabase-after-storage-crash.html 2018-07-09 23:11:36 UTC (rev 233662)
@@ -63,13 +63,13 @@
}
request._onerror_ = function(e) {
- document.body.innerHTML = "Unexpected error during the first database open on document load. Message: " + e.message + ". Version opening: " + versionToOpen + ". SessionStorage value: " + sessionStorage[storageKey];
+ document.body.innerHTML = "Unexpected error during the first database open on document load. Message: " + e.message + ". DB opening: " + dbname + ". Version opening: " + versionToOpen + ". SessionStorage value: " + sessionStorage[storageKey];
if (window.testRunner)
testRunner.notifyDone();
}
request._onsuccess_ = function(e) {
- document.body.innerHTML = "Unexpected success during the first database open on document load. Version opening: " + versionToOpen + ". SessionStorage value: " + sessionStorage[storageKey];
+ document.body.innerHTML = "Unexpected success during the first database open on document load. DB opening: " + dbname + ". Version opening: " + versionToOpen + ". SessionStorage value: " + sessionStorage[storageKey];
if (window.testRunner)
testRunner.notifyDone();
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes