blob: 98d6ac035eaad58b32702711e0de1de83b762aa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[reporterror.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[self.reportError() doesn't invoke getters]
expected:
if os == "win": PASS
if os == "android": PASS
[PASS, FAIL]
[reporterror.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[self.reportError() doesn't invoke getters]
expected:
if os == "win": PASS
if os == "android": PASS
[PASS, FAIL]
|