[TIMOB-6544] Android: Debugger - v8 - Some test cases end with numbered error string in console
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-12-15T11:23:46.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | Release 1.8.0.1 |
Components | Android |
Labels | branch-v8, verified-1.8.0.1 |
Reporter | Eric Merriman |
Assignee | Josh Roesslein |
Created | 2011-12-09T12:21:24.000+0000 |
Updated | 2014-06-19T12:43:57.000+0000 |
Description
While running breakpoint veal test, after completing the test an odd error appears in the console: I/v8 ( 267): Error 1177361612. On windows, this was: I/v8(318): Error 1198148812.
This also occurred with the terminate test, the error appearing was:I/v8(298): Error 1198148812
Steps to reproduce:
1) Create a new project in studio called debug_test
2) Move the js files form the debug test project in titanium_mobile_tests_internal
3) refer to the test plan at http://wiki.appcelerator.org/display/tp/Debugger+Test+Plan
4) Execute test case 1014 and complete the test
4a) Execute test case 1024
Result:
Error appears in console
Expected:
No error in console
We also see error messages from V8 with this issue. Happens when you try to suspend the app.
This should now be resolved w/ TIMOB-6567 and TIMOB-6538 fixes.
Closing bug. Verified fix on: SDK build: 1.8.0.1.RC3 Runtime: V8 Titanium Studio, build: 1.0.7.201112152014 Device: Android Emulator (2.2) OS: Mac OS X Lion