extensibleweb / webidl.js

An implementation of WebIDL in ECMAScript
55 stars 14 forks source link

Running tests with Grunt yields errors #52

Closed marcoscaceres closed 11 years ago

marcoscaceres commented 11 years ago

When I run grunt, phantom throws a bunch of errors, but when I run the tests in every browser on my Mac, all test pass. What up with dat?

clintjhill commented 11 years ago

I was about to complain for something different. I'm getting successful runs in grunt but reporting 0 assertions passed. My tests all pass in browsers. I'm looking into to it now.

marcoscaceres commented 11 years ago

Seems that the problem might actually be Phantomjs' javascript engine being out of date.

marcoscaceres commented 11 years ago

I'm wondering if we should file a bug on Phantom.js

bkardell commented 11 years ago

Yes, I'm pretty sure it's widely known that it is out of date... Rick Waldron and Yehuda were just discussing on twitter a week or so ago so I would be very surprised if there is no bug filed.

On Thu, Jan 24, 2013 at 2:17 PM, Marcos Caceres notifications@github.comwrote:

I'm wondering if we should file a bug on Phantom.js

— Reply to this email directly or view it on GitHubhttps://github.com/extensibleweb/webidl.js/issues/52#issuecomment-12668011.

Brian Kardell :: @briankardell :: hitchjs.com

marcoscaceres commented 11 years ago

We can't fix this one :( Tried updating but it had no effect.