Updated Test262 Technical Rationale Report, October 2017 (markdown)

Rick Waldron 2017-10-11 11:02:54 -04:00
parent d8c6a9f454
commit 1d67142ae8

@ -32,7 +32,7 @@ While the test file and directory structure promotes easy navigability for human
### Negative tests: ### Negative tests
Tests which contain code that is written to intentionally exercise grammar productions and static semantics that are explicitly specified to throw SyntaxError exceptions are expected Test262 has worked to define, and refine, this information to clearly indicate those negative outcome expectations, as well as providing information indicating when they occur in an “early” or “runtime” phase. This is also being improved to address further details. https://github.com/tc39/test262/issues/1254 Tests which contain code that is written to intentionally exercise grammar productions and static semantics that are explicitly specified to throw SyntaxError exceptions are expected Test262 has worked to define, and refine, this information to clearly indicate those negative outcome expectations, as well as providing information indicating when they occur in an “early” or “runtime” phase. This is also being improved to address further details. https://github.com/tc39/test262/issues/1254