summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/get-databases.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/get-databases.any.js.ini')
-rw-r--r--testing/web-platform/meta/IndexedDB/get-databases.any.js.ini9
1 files changed, 7 insertions, 2 deletions
diff --git a/testing/web-platform/meta/IndexedDB/get-databases.any.js.ini b/testing/web-platform/meta/IndexedDB/get-databases.any.js.ini
index 0155d49d7a..13eb65345d 100644
--- a/testing/web-platform/meta/IndexedDB/get-databases.any.js.ini
+++ b/testing/web-platform/meta/IndexedDB/get-databases.any.js.ini
@@ -3,10 +3,15 @@
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 debug and not asan and (processor == "x86_64") and not tsan: [PASS, FAIL]
- if (os == "linux") and debug and not fission: [PASS, FAIL]
+ if (os == "linux") and not asan and not tsan and debug and fission: [PASS, FAIL]
+ if (os == "linux") and not asan and not tsan and debug and not fission: [PASS, FAIL]
+ if (os == "linux") and not asan and not tsan and not debug: [PASS, FAIL]
+ if (os == "linux") and asan and not fission: [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 asan and not fission: [PASS, FAIL]