[TIMOB-9709] Anvil: pump test in stream test suite fails on both iOS and Android
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-05-01T22:18:45.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | Drillbit |
Labels | anvil, core, linvalid |
Reporter | Allen Yeung |
Assignee | Eric Merriman |
Created | 2012-06-21T15:02:41.000+0000 |
Updated | 2017-05-22T22:14:30.000+0000 |
Description
To reproduce run the pump test inside the stream test suite in anvil.
This is most likely a porting/anvil issue. We get an error:
TypeError: Object [object Object] has no method 'async' / 406
// Line 406 in code:
Ti.Stream.pump(blobStream, this.async(handler), chunksize, true);
anvil either does not handle 'this.async' correctly or we need to modify the test case.
Tested with 2_1_X branch on Android. Can not reproduce.
The reported issue was a test porting issue where the test needed to be updated to use the new async testing mechanism.
Closing ticket as "Won't Fix" as Anvil is no longer supported.