diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/http-cache')
-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] |