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

# Chrome #
Testing revision 04d6688a5bf52ffe62a490e564b5d9dce5b95dae
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 POST with Int8Array body`           | PASS    |
| `Fetch with PUT with body`                      | PASS    |
| `Fetch with POST with Blob body with mime type` | PASS    |
| `Fetch with POST with FormData body`            | PASS    |
| `Fetch with HEAD`                               | FAIL    |
| `Fetch with GET`                                | FAIL    |
| `Fetch with Chicken with body`                  | PASS    |
| `Fetch with Chicken`                            | PASS    |
| `Fetch with POST with Uint8Array body`          | PASS    |
| `Fetch with POST with Blob body`                | PASS    |
| `Fetch with POST with Float32Array body`        | PASS    |
| `Fetch with POST without body`                  | PASS    |
| `Fetch with POST with Float64Array body`        | PASS    |
| `Fetch with POST with text body`                | PASS    |
| `Fetch with POST with URLSearchParams body`     | PASS    |
| `Fetch with POST with DataView body`            | PASS    |
| `Fetch with PUT without body`                   | 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 POST with Int8Array body`           | PASS    |
| `Fetch with PUT with body`                      | PASS    |
| `Fetch with POST with Blob body with mime type` | PASS    |
| `Fetch with POST with FormData body`            | PASS    |
| `Fetch with HEAD`                               | FAIL    |
| `Fetch with GET`                                | FAIL    |
| `Fetch with Chicken with body`                  | PASS    |
| `Fetch with Chicken`                            | PASS    |
| `Fetch with POST with Uint8Array body`          | PASS    |
| `Fetch with POST with Blob body`                | PASS    |
| `Fetch with POST with Float32Array body`        | PASS    |
| `Fetch with POST without body`                  | PASS    |
| `Fetch with POST with Float64Array body`        | PASS    |
| `Fetch with POST with text body`                | PASS    |
| `Fetch with POST with URLSearchParams body`     | PASS    |
| `Fetch with POST with DataView body`            | PASS    |
| `Fetch with PUT without body`                   | PASS    |


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

Received on Friday, 9 December 2016 07:16:35 UTC