Re: [fetch-tests] Find affected test files when support files change, and run stability checker on the tests (#4100)

# Firefox #
Testing revision 676a93cdcc928400636010785ce8cd7e5d0abb14
Starting 10 test iterations
All results were stable

## All results ##

### [/fetch/api/basic/request-headers.html](http://w3c-test.org/submissions/4100/fetch/api/basic/request-headers.html) ###
|                             Subtest                             | Results |
|-----------------------------------------------------------------|---------|
|                                                                 | OK      |
| `Fetch with POST with ArrayBuffer body`                         | PASS    |
| `Fetch with PUT with body`                                      | PASS    |
| `Fetch with GET`                                                | FAIL    |
| `Fetch with POST with Uint8Array body`                          | PASS    |
| `Fetch with POST with DataView body`                            | PASS    |
| `Fetch with POST with Int8Array body`                           | PASS    |
| `Fetch with GET and mode "cors" does not need an Origin header` | FAIL    |
| `Fetch with Chicken with body`                                  | PASS    |
| `Fetch with PUT and mode "same-origin" needs an Origin header`  | PASS    |
| `Fetch with POST with Float32Array body`                        | PASS    |
| `Fetch with POST with URLSearchParams body`                     | PASS    |
| `Fetch with TacO and mode "same-origin" needs an Origin header` | PASS    |
| `Fetch with POST with FormData body`                            | PASS    |
| `Fetch with POST with Float64Array body`                        | PASS    |
| `Fetch with Chicken`                                            | PASS    |
| `Fetch with POST with Blob body with mime type`                 | PASS    |
| `Fetch with POST with Blob body`                                | PASS    |
| `Fetch with HEAD`                                               | FAIL    |
| `Fetch with POST and mode "no-cors" needs an Origin header`     | PASS    |
| `Fetch with POST without body`                                  | PASS    |
| `Fetch with POST with text body`                                | PASS    |
| `Fetch with TacO and mode "cors" needs an Origin header`        | PASS    |
| `Fetch with PUT without body`                                   | PASS    |
| `Fetch with POST and mode "same-origin" needs an Origin header` | PASS    |

### [/fetch/api/basic/request-headers-worker.html](http://w3c-test.org/submissions/4100/fetch/api/basic/request-headers-worker.html) ###
|                             Subtest                             | Results |
|-----------------------------------------------------------------|---------|
|                                                                 | OK      |
| `Fetch with POST with ArrayBuffer body`                         | PASS    |
| `Fetch with PUT with body`                                      | PASS    |
| `Fetch with GET`                                                | FAIL    |
| `Fetch with POST with Uint8Array body`                          | PASS    |
| `Fetch with POST with DataView body`                            | PASS    |
| `Fetch with POST with Int8Array body`                           | PASS    |
| `Fetch with GET and mode "cors" does not need an Origin header` | FAIL    |
| `Fetch with Chicken with body`                                  | PASS    |
| `Fetch with PUT and mode "same-origin" needs an Origin header`  | PASS    |
| `Fetch with POST with Float32Array body`                        | PASS    |
| `Fetch with POST with URLSearchParams body`                     | PASS    |
| `Fetch with TacO and mode "same-origin" needs an Origin header` | PASS    |
| `Fetch with POST with FormData body`                            | PASS    |
| `Fetch with POST with Float64Array body`                        | PASS    |
| `Fetch with Chicken`                                            | PASS    |
| `Fetch with POST with Blob body with mime type`                 | PASS    |
| `Fetch with POST with Blob body`                                | PASS    |
| `Fetch with HEAD`                                               | FAIL    |
| `Fetch with POST and mode "no-cors" needs an Origin header`     | PASS    |
| `Fetch with POST without body`                                  | PASS    |
| `Fetch with POST with text body`                                | PASS    |
| `Fetch with TacO and mode "cors" needs an Origin header`        | PASS    |
| `Fetch with PUT without body`                                   | PASS    |
| `Fetch with POST and mode "same-origin" needs an Origin header` | PASS    |


View on GitHub: https://github.com/w3c/web-platform-tests/pull/4100#issuecomment-266932147

Received on Wednesday, 14 December 2016 03:32:59 UTC