[TIMOB-11550] CodeProcessor: Get the majority of chapter 15.1 unit tests to pass
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-08-22T22:00:48.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | 2013 Sprint 17, 2013 Sprint 17 Tooling, Release 3.2.0 |
| Components | Code Processor |
| Labels | n/a |
| Reporter | Bryan Hughes |
| Assignee | Praveen Innamuri |
| Created | 2012-10-20T05:40:09.000+0000 |
| Updated | 2017-03-09T00:33:34.000+0000 |
Description
Chapter 15.1 covers the global object
PR: https://github.com/appcelerator/titanium-code-processor/pull/233
To test:
Start the unit test server
./tests/bin/server
Note: it runs in the foreground. You can send it to the background if desired, although it will output info to stdout
Run the unit tests for the appropriate chapters
./tests/bin/controller 15.1
Grab a coffee, the tests take a while
Compare the tests that failed with the contents of tests/RESULTS.md
Some tests are known to fail and have an explanation why in this file
If a test fails that is not listed here, then there is a bug
Closing ticket as fixed.