Source code

Revision control

Copy as Markdown

Other Tools

[browser.storage.extension.html]
expected:
if (os == "linux") and not asan and not debug and not tsan: [OK, TIMEOUT]
if (os == "linux") and asan: [OK, TIMEOUT]
if os == "android": ERROR
[testStorageOnChanged]
expected:
if not asan and (os == "linux") and not debug and not tsan: [PASS, NOTRUN]
if asan: [PASS, NOTRUN]
[testStorageSetAccessLevelTrustedContexts]
expected: FAIL
[testStorageSetAccessLevelTrustedAndUntrustedContexts]
expected: FAIL