Re: [geolocation-API-tests] Cleanup testharness-related code (#5559)

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/221880318)

# Chrome (unstable channel) #
Testing web-platform-tests at revision 17d5db92e736efca70f62248ec5ff95fc4ed3c0c
Using browser at version 59.0.3067.0 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>7 tests ran</summary>
<details>
<summary><a href="https://w3c-test.org/submissions/5559/geolocation-API/PositionOptions.https.html">/geolocation-API/PositionOptions.https.html</a></summary>


|                                            Subtest                                            | Results | Messages |
|-----------------------------------------------------------------------------------------------|---------|----------|
|                                                                                               | OK      |          |
| `Call getCurrentPosition with wrong type for enableHighAccuracy. No exception expected.`      | PASS    |          |
| `Call watchPosition with wrong type for enableHighAccuracy. No exception expected.`           | PASS    |          |
| `PositionOptions tests`                                                                       | PASS    |          |
| `Set timeout and maximumAge to 0, check that timeout error raised (getCurrentPosition)`       | PASS    |          |
| `Set timeout and maximumAge to 0, check that timeout error raised (watchPosition)`            | PASS    |          |
| `Check that a negative timeout value is equivalent to a 0 timeout value (getCurrentLocation)` | PASS    |          |
| `Check that a negative timeout value is equivalent to a 0 timeout value (watchPosition)`      | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5559/geolocation-API/clearWatch_TypeError.html">/geolocation-API/clearWatch_TypeError.html</a></summary>


|                                      Subtest                                      | Results | Messages |
|-----------------------------------------------------------------------------------|---------|----------|
|                                                                                   | OK      |          |
| `Test that calling clearWatch with invalid watch IDs does not cause an exception` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5559/geolocation-API/getCurrentPosition_TypeError.html">/geolocation-API/getCurrentPosition_TypeError.html</a></summary>


|                                             Subtest                                             | Results | Messages |
|-------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                 | OK      |          |
| `Call getCurrentPosition without arguments, check that exception is thrown`                     | PASS    |          |
| `Call getCurrentPosition with null success callback, check that exception is thrown`            | PASS    |          |
| `Call getCurrentPosition with null success and error callbacks, check that exception is thrown` | PASS    |          |
| `Call getCurrentPosition() with wrong type for first argument. Exception expected.`             | PASS    |          |
| `Call getCurrentPosition() with wrong type for second argument. Exception expected.`            | PASS    |          |
| `Call getCurrentPosition() with wrong type for third argument. Exception expected.`             | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5559/geolocation-API/getCurrentPosition_permission_allow.https.html">/geolocation-API/getCurrentPosition_permission_allow.https.html</a></summary>


|                                                  Subtest                                                   | Results | Messages |
|------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                            | TIMEOUT |          |
| `User allows access, check that success callback is called or error callback is called with correct code.` | NOTRUN  |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5559/geolocation-API/getCurrentPosition_permission_deny.https.html">/geolocation-API/getCurrentPosition_permission_deny.https.html</a></summary>


|                            Subtest                            | Results |                     Messages                    |
|---------------------------------------------------------------|---------|-------------------------------------------------|
|                                                               | OK      |                                                 |
| `Geolocation Test: getCurrentPosition location access denied` | FAIL    | `Uncaught SyntaxError: Unexpected end of input` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5559/geolocation-API/watchPosition_TypeError.html">/geolocation-API/watchPosition_TypeError.html</a></summary>


|                                          Subtest                                           | Results | Messages |
|--------------------------------------------------------------------------------------------|---------|----------|
|                                                                                            | OK      |          |
| `Call watchPosition without arguments, check that exception is thrown`                     | PASS    |          |
| `Call watchPosition with null success callback, check that exception is thrown`            | PASS    |          |
| `Call watchPosition with null success and error callbacks, check that exception is thrown` | PASS    |          |
| `Call watchPosition() with wrong type for first argument. Exception expected.`             | PASS    |          |
| `Call watchPosition() with wrong type for second argument. Exception expected.`            | PASS    |          |
| `Call watchPosition() with wrong type for third argument. Exception expected.`             | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5559/geolocation-API/watchPosition_permission_deny.https.html">/geolocation-API/watchPosition_permission_deny.https.html</a></summary>


|                                      Subtest                                       | Results | Messages |
|------------------------------------------------------------------------------------|---------|----------|
|                                                                                    | TIMEOUT |          |
| `Check that watchPosition returns synchronously before any callbacks are invoked.` | NOTRUN  |          |
| `Check that watchPosition returns a long`                                          | PASS    |          |

</details>
</details>

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

Received on Thursday, 13 April 2017 21:01:16 UTC