UWNetworksLab / freedom

Embracing a distributed web
13 stars 5 forks source link

Figure out what's up with node 0.11/Jasmine/phantom 1.9 #17

Closed willscott closed 10 years ago

willscott commented 10 years ago

The 0.11 node branch test has been failing, saying that when phantomjs goes to run the jasmine tests it hits:

Warning: Cannot define property:4, object is not extensible. use --force to continue.

I think this is a node0.11 / grunt-contrib-jasmine / grunt-lib-phantomjs issue, because I was able to run the phantomJS binary directly and get it to work, so this seems to be an issue with how grunt is constructing the phantomjs context.

willscott commented 10 years ago

Root of the issue appears to be:

https://github.com/vesln/temporary/issues/12

willscott commented 10 years ago

Temporary bug is fixed. Need it to propagate upstream to grunt-lib-phantomjs before we can reenable travis 0.11 support.

https://github.com/gruntjs/grunt-lib-phantomjs/pull/51