[TIMOB-10833] CodeProcessor: Write a new code processor unit test harness
| GitHub Issue | n/a |
|---|---|
| Type | Sub-task |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-10-17T20:39:37.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | Release 3.1.0, 2012 Sprint 21 JS, 2012 Sprint 21 |
| Components | Code Processor |
| Labels | n/a |
| Reporter | Bryan Hughes |
| Assignee | Praveen Innamuri |
| Created | 2012-09-11T00:47:31.000+0000 |
| Updated | 2017-03-08T00:36:58.000+0000 |
Description
The current test harness that came with the ECMA-262 test suite can't distinguish between the code processor crashing and properly throwing an exception. This, combined with the harness' use of Date, creates a lot of false positives and false negatives. We need to replace the test harness with something a little more intelligent.
Closing ticket due to time passed.