summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/resource-timing/resource_timing.worker.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/resource-timing/resource_timing.worker.js.ini')
-rw-r--r--testing/web-platform/meta/resource-timing/resource_timing.worker.js.ini12
1 files changed, 4 insertions, 8 deletions
diff --git a/testing/web-platform/meta/resource-timing/resource_timing.worker.js.ini b/testing/web-platform/meta/resource-timing/resource_timing.worker.js.ini
index 1fff8813d5..62082764a3 100644
--- a/testing/web-platform/meta/resource-timing/resource_timing.worker.js.ini
+++ b/testing/web-platform/meta/resource-timing/resource_timing.worker.js.ini
@@ -2,13 +2,9 @@
disabled:
if os == "android": Bug 1557495, Bug 1499003, Bug 1557492
expected:
- if (os == "win") and not swgl and not debug and (processor == "x86_64"): OK
- if (os == "win") and not swgl and debug: OK
- if os == "mac": OK
- [OK, TIMEOUT]
+ if (os == "win") and (processor == "x86"): [OK, TIMEOUT]
+ if os == "linux": [OK, TIMEOUT]
[Performance Resource Entries in workers]
expected:
- if (os == "win") and not swgl and not debug and (processor == "x86_64"): PASS
- if (os == "win") and not swgl and debug: PASS
- if os == "mac": PASS
- [PASS, TIMEOUT]
+ if (os == "win") and (processor == "x86"): [PASS, TIMEOUT]
+ if os == "linux": [PASS, TIMEOUT]