RE: [battery] getBattery() test case feedback

Hi,

Just for your information.

> From: Dominique Hazael-Massieux [mailto:dom@w3.org]
> Sent: Wednesday, January 13, 2016 1:23 AM

> I've found a bug in how idlharness was being used for battery, and have
> brought a patch:
> https://github.com/w3c/web-platform-tests/pull/2469
> 
> With that patch (and the the promise-throw patch to ildharness), Firefox gets
> 100% on the idlharness test. Chrome has 4 failures:
> * one due to throwing instead of rejecting on promise returning methods (in
> this case, getBattery())
> * one due to a bad class string for the prototype of BatteryManager (not sure
> where that comes from)
> * two due to not implementing addEventListener/removeEventListener as
> expected.

The last 2 failures of idlharness tests have been fixed by Chrome 49 at

https://crbug.com/353484

I will update the testing results soon after the last test revision.

Thanks,
Zhiqiang

Received on Wednesday, 24 February 2016 06:59:55 UTC