summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/embedded-content/media-elements/event_timeupdate.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/semantics/embedded-content/media-elements/event_timeupdate.html.ini')
-rw-r--r--testing/web-platform/meta/html/semantics/embedded-content/media-elements/event_timeupdate.html.ini18
1 files changed, 12 insertions, 6 deletions
diff --git a/testing/web-platform/meta/html/semantics/embedded-content/media-elements/event_timeupdate.html.ini b/testing/web-platform/meta/html/semantics/embedded-content/media-elements/event_timeupdate.html.ini
index 18cea185be..b24006c81a 100644
--- a/testing/web-platform/meta/html/semantics/embedded-content/media-elements/event_timeupdate.html.ini
+++ b/testing/web-platform/meta/html/semantics/embedded-content/media-elements/event_timeupdate.html.ini
@@ -1,10 +1,16 @@
[event_timeupdate.html]
expected:
- if (os == "linux") and not debug and fission and not asan and tsan: [OK, TIMEOUT]
- if (os == "linux") and not debug and fission and not asan and not tsan: [OK, TIMEOUT]
- if (os == "linux") and not debug and fission and asan: [OK, TIMEOUT]
+ if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and tsan: [OK, TIMEOUT]
+ if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and not tsan: [OK, TIMEOUT]
+ if (os == "linux") and not debug and fission and (processor == "x86_64") and asan: [OK, TIMEOUT]
+ if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT]
[setting src attribute on a sufficiently long autoplay audio should trigger timeupdate event]
expected:
- if (os == "linux") and not debug and fission and not asan and tsan: [PASS, NOTRUN]
- if (os == "linux") and not debug and fission and not asan and not tsan: [PASS, NOTRUN]
- if (os == "linux") and not debug and fission and asan: [PASS, NOTRUN]
+ if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and tsan: [PASS, NOTRUN]
+ if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and not tsan: [PASS, NOTRUN]
+ if (os == "linux") and not debug and fission and (processor == "x86_64") and asan: [PASS, NOTRUN]
+ if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, NOTRUN]
+
+ [setting src attribute on a sufficiently long autoplay video should trigger timeupdate event]
+ expected:
+ if (os == "linux") and not debug and not asan and (processor == "x86_64") and not tsan: [PASS, NOTRUN]