20 lines
752 B
INI
20 lines
752 B
INI
[upgrade-transaction-lifecycle-backend-aborted.any.worker.html]
|
|
expected:
|
|
if not asan and (os == "mac") and not debug: [OK, CRASH]
|
|
if not asan and (os == "android") and debug: CRASH
|
|
if not asan and (os == "android") and not debug: [OK, CRASH]
|
|
if asan: CRASH
|
|
|
|
[upgrade-transaction-lifecycle-backend-aborted.any.sharedworker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[upgrade-transaction-lifecycle-backend-aborted.any.serviceworker.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, ERROR]
|
|
|
|
[upgrade-transaction-lifecycle-backend-aborted.any.html]
|
|
expected:
|
|
if not tsan and (os == "linux") and debug: CRASH
|
|
if not tsan and (os == "android") and not debug: [OK, CRASH]
|
|
if tsan: TIMEOUT
|