diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
commit | da4c7e7ed675c3bf405668739c3012d140856109 (patch) | |
tree | cdd868dba063fecba609a1d819de271f0d51b23e /testing/web-platform/meta/fetch/http-cache/304-update.any.js.ini | |
parent | Adding upstream version 125.0.3. (diff) | |
download | firefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip |
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/fetch/http-cache/304-update.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/fetch/http-cache/304-update.any.js.ini | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/web-platform/meta/fetch/http-cache/304-update.any.js.ini b/testing/web-platform/meta/fetch/http-cache/304-update.any.js.ini index 02081eeced..7c0bd8cc87 100644 --- a/testing/web-platform/meta/fetch/http-cache/304-update.any.js.ini +++ b/testing/web-platform/meta/fetch/http-cache/304-update.any.js.ini @@ -1,7 +1,7 @@ [304-update.any.html] [HTTP cache updates stored headers from a Last-Modified 304] expected: - if swgl and (os == "linux") and not fission: [FAIL, PASS] + if asan and not fission: [FAIL, PASS] [PASS, FAIL] @@ -26,7 +26,8 @@ [304-update.any.sharedworker.html] [HTTP cache updates stored headers from a Last-Modified 304] expected: - if (os == "win") and debug and (processor == "x86_64") and not swgl: PASS - if (os == "linux") and swgl and fission: [FAIL, PASS] - if (os == "win") and not debug: PASS + if (os == "linux") and not tsan and not fission and not debug: [FAIL, PASS] + if (os == "win") and debug and (processor == "x86_64"): PASS + if (os == "win") and not debug and (processor == "x86_64"): PASS + if (os == "linux") and tsan: [FAIL, PASS] [PASS, FAIL] |