Source code

Revision control

Copy as Markdown

Other Tools

[reading-autoincrement-store.any.serviceworker.html]
tags: [fails_in_pbm]
expected:
if not debug and (os == "android"): [OK, ERROR]
if debug: CRASH
[reading-autoincrement-store.any.sharedworker.html]
expected:
if os == "android": [OK, CRASH]
[reading-autoincrement-store.any.html]
expected:
if (os == "mac") and not debug: [OK, CRASH]
if os == "android": [OK, CRASH]
[reading-autoincrement-store.any.worker.html]