1
0
Fork 0
firefox/testing/web-platform/meta/IndexedDB/get-databases.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

16 lines
637 B
INI

[get-databases.any.html]
expected:
if (processor == "x86") and not debug: [OK, TIMEOUT]
[Ensure that databases() doesn't pick up changes that haven't commited.]
expected:
if (os == "linux") and not tsan and asan and not fission: [PASS, FAIL]
if (os == "linux") and not tsan and not asan: [PASS, FAIL]
[get-databases.any.worker.html]
expected:
if (processor == "x86") and not debug: [OK, TIMEOUT]
[Ensure that databases() doesn't pick up changes that haven't commited.]
expected:
if (os == "linux") and not fission and not debug: [PASS, FAIL]
if (os == "android") and debug: [PASS, FAIL]