-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Conversation
Well... that looks like a fun changeset to review. Enjoy, @ariya! 😛 |
It's mostly changes in the license headers to replace mentions of Nokia with Digia. |
Compiling for Windows now... I'll let you know what I find in a few hours. Sadly, the Windows binaries usually have a number of tests failing or hanging anyway (most due to slow web requests/DNS binding). |
Testing build on mac |
I was able to build on Mountain Lion. After running test/run-tests.js: #130 Text codec support: Should support text codec Shift_JIS Finished in 5.694 seconds 262 specs, 5 failures |
OS X and codec failures are known, not a regression. |
My first test run on Windows had ~30 more failures than usual (~40 failures), mostly in the Frames API. However, it was hopefully just a fluke as every subsequent test run has been back to my normal range (~10 failures).
I don't believe any of these failures are new. Interestingly, it reports 9 failures yet only shows 6... so either it sucks at counting, it's counting assertions rather than tests, or something can occur that prevents tests from reporting (e.g. unhandled error?). |
I think we got a very nice green light 👍 |
Landed. Thank you very much! |
I have tested on Linux and verified that it compiles, the phantomjs tests pass, and the poltergeist tests also pass.
This commit comes from applying the diff between 4.8.2 and 4.8.4 on top of phantomjs' source. There were some merge conflicts which I worked through by hand (mainly bug fixes that we had already backported).