blob: ac235bcfb13d34b938ac7b520fe473d2e20e4374 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[storageAccess.testdriver.sub.html]
expected:
if (os == "win") and debug: OK
if os == "android": OK
[OK, TIMEOUT]
[TestDriver - Set Storage Access Command Tests]
expected: FAIL
[TestDriver - Set Storage Access Command Tests]
expected:
if not debug and (os == "linux") and fission: [FAIL, PASS]
if not debug and (os == "linux") and not fission: [FAIL, PASS]
if not debug and (os == "win"): [FAIL, PASS]
FAIL
|