[TIMOB-11549] CodeProcessor: Get the majority of chaper 11-14 unit tests to pass
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-11-30T22:43:47.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2012 Sprint 24, 2012 Sprint 24 JS |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2012-10-20T05:37:40.000+0000 |
Updated | 2017-03-09T00:29:09.000+0000 |
Description
Right now, the code processor can only pass around half of the unit tests. While passing all of the unit tests is difficult (no browser can do it), we should at least get 90%+ of them to pass.
Chapters 11-14 cover the rules of the JavaScript language:
Chapter 11: Expressions
Chapter 12: Statements
Chapter 13: Functions
Chapter 14: Programs
Unit tests are taking a little longer to fix than expected, so upping the remaining time estimate (test harness needed some work).
Closing ticket as fixed.