Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4338] iOS: Generate coverage data

GitHub Issuen/a
TypeSub-task
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-07-20T16:03:42.000+0000
Affected Version/sRelease 1.7.0
Fix Version/sSprint 2011-28, Release 1.8.0
ComponentsiOS
Labelscoverage
ReporterMarshall Culpepper
AssigneeStephen Tramer
Created2011-06-06T14:31:25.000+0000
Updated2017-03-03T18:50:56.000+0000

Description

Comments

  1. Stephen Tramer 2011-07-15

    Able to duplicate the 'Ti.Buffer' failure on iPhone: - Load drillbit with --platforms=iphone,android - Run all tests in sequence Has this interesting failure: testAutoEncode true 323 Success testAutoEncode false 258 Result of expression 'httpClient.open' [] is not a function
  2. Stephen Tramer 2011-07-15

    This bug only appears when running the full buffer.js test - if you slice down the testAutoEncode bug in any way by removing a buffer allocation, the test only runs once, and passes. The second run never occurs. This leads me to believe that it's probably a sneaky memory management bug, where garbage collection is somehow screwing with things (replacing a function with an empty array, AND not correctly shifting the test off of the tests queue).
  3. Lee Morris 2017-03-03

    Closing ticket due to time passed and irrelevance of the issue.

JSON Source