[TIMOB-10078] Tooling: Implement unit tests for the code processor
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-09-10T10:19:39.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.0.0, Sprint 2012-18 Core |
Components | Tooling |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Allen Yeung |
Created | 2012-07-23T09:28:32.000+0000 |
Updated | 2017-03-06T22:38:04.000+0000 |
Description
Given the incredibly large number of possibilities when it comes to code, we need a comprehensive set of unit tests to ensure that the code processor functions correctly
I just discovered an excellent resource for this ticket: http://test262.ecmascript.org/ It's a set of unit tests meant to test the compatibility of ECMAScript engines with the ECMAScript 5 spec. We should be able to reuse this with a little modification.
Closing ticket due to time passed.