From 35e103eb734e0183411d8ea529da9e756318915e Mon Sep 17 00:00:00 2001 From: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> Date: Sun, 4 Apr 2021 20:53:05 +0200 Subject: [PATCH] Run partially-failing WPTs in the cors directory --- test/web-platform-tests/to-run.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/web-platform-tests/to-run.yaml b/test/web-platform-tests/to-run.yaml index e509902e0a..88e1c972b1 100644 --- a/test/web-platform-tests/to-run.yaml +++ b/test/web-platform-tests/to-run.yaml @@ -32,7 +32,10 @@ DIR: cors 304.htm: [fail-slow, Unknown] access-control-expose-headers-parsing.window.html: [fail, Depends on fetch] -basic.htm: [fail, Unknown] +basic.htm: + "Cross domain basic usage, origin: echo": [fail, Unknown] + "Cross domain different port, origin: echo": [fail, Unknown] + "Cross domain different protocol, origin: echo": [fail, Unknown] client-hint-request-headers-2.tentative.htm: [fail, Client Hints not implemented] client-hint-request-headers.htm: [fail-slow, Client Hints not implemented] cors-safelisted-request-header.any.html: [fail, Depends on fetch]