- From: jugglinmike <web-platform-tests-notifications@w3.org>
- Date: Fri, 21 Apr 2017 19:43:45 GMT
- To: public-web-platform-tests-notifications@w3.org
@jgraham I'm starting to wonder if these tests are too brittle. The
expectations encode the "enum" values for test and sub-test state. Would it be
better to express those more generically, then sort things out dynamically when
interpreting results?
For instance:
```diff
"status": {
- "status": 0,
- "OK": 0,
- "TIMEOUT": 2,
- "ERROR": 1,
+ "status": "(this.OK)",
"message": null,
"stack": null
},
```
View on GitHub: https://github.com/w3c/web-platform-tests/pull/5627#issuecomment-296289068
Received on Friday, 21 April 2017 19:43:57 UTC