1
0
Fork 0
firefox/testing/web-platform/meta/IndexedDB/upgrade-transaction-lifecycle-backend-aborted.any.js.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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