- From: wpt-stability-bot <web-platform-tests-notifications@w3.org>
- Date: Tue, 15 Nov 2016 12:19:52 GMT
- To: public-web-platform-tests-notifications@w3.org
# Chrome # Testing revision dfb95ed90faabd583ce878c0b187fe6d2154d627 Starting 10 test iterations All results were stable ## All results ## ### [/fetch/api/request/request-idl.html](http://w3c-test.org/submissions/4212/fetch/api/request/request-idl.html) ### | Subtest | Results | |------------------------------------------------------------------------------------------------------|---------| | | OK | | `Request interface: existence and properties of interface prototype object` | FAIL | | `Request interface: operation formData()` | FAIL | | `Request interface: new Request("") must inherit property "headers" with the proper type (2)` | PASS | | `Request interface: new Request("") must inherit property "referrerPolicy" with the proper type (6)` | PASS | | `Request interface: new Request("") must inherit property "type" with the proper type (3)` | FAIL | | `Request interface: existence and properties of interface prototype object's "constructor" property` | PASS | | `Request interface: new Request("") must inherit property "clone" with the proper type (12)` | PASS | | `Request interface: new Request("") must inherit property "formData" with the proper type (16)` | FAIL | | `Request interface: attribute cache` | FAIL | | `Request interface: new Request("") must inherit property "redirect" with the proper type (10)` | PASS | | `Request interface: operation json()` | FAIL | | `Request interface: new Request("") must inherit property "bodyUsed" with the proper type (13)` | PASS | | `Request interface: attribute referrerPolicy` | PASS | | `Request interface: attribute integrity` | PASS | | `Request interface: new Request("") must inherit property "destination" with the proper type (4)` | FAIL | | `Request interface: attribute bodyUsed` | PASS | | `Request interface: attribute method` | PASS | | `Request interface: new Request("") must inherit property "url" with the proper type (1)` | PASS | | `Request interface: attribute url` | PASS | | `Request interface: attribute mode` | PASS | | `Request interface: existence and properties of interface object` | PASS | | `Request interface: new Request("") must inherit property "integrity" with the proper type (11)` | PASS | | `Request interface: new Request("") must inherit property "cache" with the proper type (9)` | FAIL | | `Request interface: new Request("") must inherit property "method" with the proper type (0)` | PASS | | `Request interface: new Request("") must inherit property "mode" with the proper type (7)` | PASS | | `Request interface: operation text()` | FAIL | | `Request interface: new Request("") must inherit property "json" with the proper type (17)` | PASS | | `Request interface: attribute headers` | PASS | | `Request interface: new Request("") must inherit property "arrayBuffer" with the proper type (14)` | PASS | | `Request interface: new Request("") must inherit property "referrer" with the proper type (5)` | PASS | | `Stringification of new Request("")` | PASS | | `Request interface: new Request("") must inherit property "text" with the proper type (18)` | PASS | | `Request interface: attribute destination` | FAIL | | `Request interface: attribute redirect` | PASS | | `Request must be primary interface of new Request("")` | PASS | | `Request interface object length` | PASS | | `Request interface: attribute referrer` | PASS | | `Request interface: operation clone()` | PASS | | `Request interface: attribute type` | FAIL | | `Request interface: attribute credentials` | PASS | | `Request interface: operation blob()` | FAIL | | `Request interface object name` | PASS | | `Request interface: new Request("") must inherit property "credentials" with the proper type (8)` | PASS | | `Request interface: operation arrayBuffer()` | FAIL | | `Request interface: new Request("") must inherit property "blob" with the proper type (15)` | PASS | ### [/fetch/api/response/response-idl.html](http://w3c-test.org/submissions/4212/fetch/api/response/response-idl.html) ### | Subtest | Results | |--------------------------------------------------------------------------------------------------------------------------------|---------| | | OK | | `Response interface: new Response() must inherit property "status" with the proper type (4)` | PASS | | `Response interface: new Response() must inherit property "statusText" with the proper type (6)` | PASS | | `Response interface: operation error()` | PASS | | `Response interface: operation arrayBuffer()` | FAIL | | `Response interface: new Response() must inherit property "redirect" with the proper type (1)` | PASS | | `Response interface: new Response() must inherit property "json" with the proper type (14)` | PASS | | `Response interface: attribute url` | PASS | | `Response interface: new Response() must inherit property "headers" with the proper type (7)` | PASS | | `Response interface: new Response() must inherit property "body" with the proper type (8)` | PASS | | `Response interface: attribute type` | PASS | | `Response interface: existence and properties of interface object` | PASS | | `Response interface: attribute headers` | PASS | | `Response interface: attribute body` | PASS | | `Response interface: new Response() must inherit property "text" with the proper type (15)` | PASS | | `Response interface: operation redirect(USVString,unsigned short)` | PASS | | `Response interface: new Response() must inherit property "blob" with the proper type (12)` | PASS | | `Response interface: operation formData()` | FAIL | | `Response interface: attribute status` | PASS | | `Response interface: new Response() must inherit property "ok" with the proper type (5)` | PASS | | `Response interface: attribute bodyUsed` | PASS | | `Response interface: operation text()` | FAIL | | `Response interface object name` | PASS | | `Response interface: existence and properties of interface prototype object` | FAIL | | `Response interface: new Response() must inherit property "formData" with the proper type (13)` | FAIL | | `Response interface: new Response() must inherit property "clone" with the proper type (9)` | PASS | | `Response interface object length` | PASS | | `Response interface: new Response() must inherit property "arrayBuffer" with the proper type (11)` | PASS | | `Response interface: new Response() must inherit property "bodyUsed" with the proper type (10)` | PASS | | `Response must be primary interface of new Response()` | PASS | | `Response interface: attribute statusText` | PASS | | `Response interface: new Response() must inherit property "error" with the proper type (0)` | PASS | | `Response interface: new Response() must inherit property "url" with the proper type (3)` | PASS | | `Response interface: calling redirect(USVString,unsigned short) on new Response() with too few arguments must throw TypeError` | PASS | | `Response interface: operation blob()` | FAIL | | `Response interface: existence and properties of interface prototype object's "constructor" property` | PASS | | `Response interface: operation clone()` | PASS | | `Response interface: attribute ok` | PASS | | `Response interface: new Response() must inherit property "type" with the proper type (2)` | PASS | | `Stringification of new Response()` | PASS | | `Response interface: operation json()` | FAIL | ### [/fetch/api/headers/headers-idl.html](http://w3c-test.org/submissions/4212/fetch/api/headers/headers-idl.html) ### | Subtest | Results | |-------------------------------------------------------------------------------------------------------------------------|---------| | | OK | | `Headers interface: operation set(ByteString,ByteString)` | PASS | | `Headers interface: operation append(ByteString,ByteString)` | PASS | | `Headers interface: calling delete(ByteString) on new Headers() with too few arguments must throw TypeError` | PASS | | `Headers interface: operation delete(ByteString)` | PASS | | `Headers interface: operation get(ByteString)` | PASS | | `Headers interface object name` | PASS | | `Headers interface object length` | PASS | | `Headers interface: calling append(ByteString,ByteString) on new Headers() with too few arguments must throw TypeError` | PASS | | `Headers interface: existence and properties of interface prototype object's "constructor" property` | PASS | | `Headers interface: calling get(ByteString) on new Headers() with too few arguments must throw TypeError` | PASS | | `Headers interface: existence and properties of interface prototype object` | FAIL | | `Headers interface: calling set(ByteString,ByteString) on new Headers() with too few arguments must throw TypeError` | PASS | | `Headers interface: new Headers() must inherit property "get" with the proper type (2)` | PASS | | `Headers interface: existence and properties of interface object` | PASS | | `Headers interface: new Headers() must inherit property "set" with the proper type (4)` | PASS | | `Headers interface: calling has(ByteString) on new Headers() with too few arguments must throw TypeError` | PASS | | `Headers interface: new Headers() must inherit property "append" with the proper type (0)` | PASS | | `Headers interface: new Headers() must inherit property "has" with the proper type (3)` | PASS | | `Headers must be primary interface of new Headers()` | PASS | | `Stringification of new Headers()` | PASS | | `Headers interface: operation has(ByteString)` | PASS | | `Headers interface: new Headers() must inherit property "delete" with the proper type (1)` | PASS | View on GitHub: https://github.com/w3c/web-platform-tests/pull/4212#issuecomment-260626768
Received on Tuesday, 15 November 2016 12:20:09 UTC