From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../invoketarget-on-video-behavior.tentative.html.ini | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'testing/web-platform/meta/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html.ini') diff --git a/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html.ini b/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html.ini index 1cb97b83ee..8806df1630 100644 --- a/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html.ini +++ b/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html.ini @@ -1,9 +1,17 @@ [invoketarget-on-video-behavior.tentative.html] + expected: + if tsan: [OK, ERROR] [invoking video with auto action is no-op] expected: - if (os == "linux") and debug and not fission and swgl: [PASS, FAIL] - if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL] - if (os == "linux") and not debug: [PASS, FAIL] + if (os == "linux") and fission and not debug and (processor == "x86_64") and not asan and tsan: [FAIL, PASS] + if (os == "linux") and fission and not debug and (processor == "x86_64") and asan: [FAIL, PASS] + if (os == "linux") and fission and debug and swgl: [FAIL, PASS] + if (os == "linux") and fission and debug and not swgl: FAIL + if (os == "linux") and not fission and not debug and asan: [FAIL, PASS] + if (os == "linux") and not fission and not debug and not asan: [FAIL, PASS] + if (os == "linux") and not fission and debug: [FAIL, PASS] + if os == "android": PASS + [PASS, FAIL] [invoking video with playpause action makes video play] expected: FAIL -- cgit v1.2.3