mobile spec pass rate sizable drop on android

2013-01-21 Thread Filip Maj
Hey everyone, Working over the weekend on the ci dashboard I noticed that the pass rate on android for mobile-spec dropped from ~95% to ~85%. It looks like the majority of failures are due to new tests for the File slice stuff that was added recently, perhaps also related to the Blob stuff. If

Re: mobile spec pass rate sizable drop on android

2013-01-21 Thread Andrew Grieve
Fil, is there any way on ci.cordova.io to see which tests are failing and on which devices? AFAIK, the slice() tests that braden added *should* be passing on both iOS Android. If they are not, we should fix them. I added one test that checks that native Blob objects still work with FileReader.

Re: mobile spec pass rate sizable drop on android

2013-01-21 Thread Filip Maj
On 1/21/13 10:27 AM, Andrew Grieve agri...@chromium.org wrote: Fil, is there any way on ci.cordova.io to see which tests are failing and on which devices? Yep, click the outer slice on the pie chart - this should popup the failed assertions for a particular device. AFAIK, the slice() tests

Re: mobile spec pass rate sizable drop on android

2013-01-21 Thread Filip Maj
As well, the latest mobile-spec is not running at all on Android 2.x devices. This definitely needs to be fixed. On 1/21/13 10:27 AM, Andrew Grieve agri...@chromium.org wrote: Fil, is there any way on ci.cordova.io to see which tests are failing and on which devices? AFAIK, the slice() tests

Re: mobile spec pass rate sizable drop on android

2013-01-21 Thread Tim Kim
The relevant bug for it is here: https://issues.apache.org/jira/browse/CB-2167 There are sub-bugs for BB and WP. Not sure if anyone has the intention of addressing this for this release? I've been busy working on some plugman stuff so I won't be able to get to the BB one for this release.

Re: mobile spec pass rate sizable drop on android

2013-01-21 Thread Shazron
I updated the cordova-js on iOS with cordova-js commit 1aa3643deaa9f14970806277d5f651f3cd78caa9 (the latest as of this email) and I got all the automatic tests to pass. I'll be doing more tests before I would consider a tag, probably later today. On Mon, Jan 21, 2013 at 10:07 AM, Filip Maj

Re: mobile spec pass rate sizable drop on android

2013-01-21 Thread Shazron
I tested with the cordova-js 2.4.0rc1, and all tests pass. There is one intermittent failure though, relating to Media.position, which doesn't seem a blocker to me (see attached screenshot). Might be related to: https://issues.apache.org/jira/browse/CB-1452 [image: Inline image 1] On Mon, Jan

Re: mobile spec pass rate sizable drop on android

2013-01-21 Thread Becky Gibson
I can reliably reproduce that issue but only in the manual tests. I do have a local branch to fix it - the fix is pretty straightforward. I didn't do it when I filed the issue because we keep talking abt over hauling media. -becky Sent from my iPad On Jan 21, 2013, at 5:58 PM, Shazron