Source code

Revision control

Copy as Markdown

Other Tools

[idbdatabase-transaction-exception-order.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "mac") and debug: CRASH
if (os == "linux") and tsan: TIMEOUT
if (os == "android") and debug: CRASH
if (os == "android") and not debug: [OK, CRASH]
[IDBDatabase.transaction exception order: NotFoundError vs. TypeError]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]