-
Notifications
You must be signed in to change notification settings - Fork 15
[Task] Implement prototype to run Intl/test262 in nodejs/iojs #15
Comments
Some preliminary hacks to run test262 against node v0.12.7, here is the result:
Note: tests were run again a clean installation of node using NVM, I suspect that due to the missing locales some tests that are relying on |
@caridy thanks!
|
@srl295 I tried that before, but I'm getting
When running node console, it works just fine:
|
Ok, that works a little bit better, but still getting
At this point, the runner halts. |
@caridy I'm not sure what the regexp or the |
ok. n.p. Let me try to get a repo ready with the instructions to run the tests, and we can go from there. |
@caridy sounds good. Would be a great thing to run in CI! |
@srl295 I got some preliminary stuff flushed out this weekend, here is the repo: https://github.com/caridy/node-intl-testsuite I'm running the same tests using two different harness, still undecided which one to use going forward, I'm waiting for @bterlson to see why tes262-harness is not running all tests, then we can decide. |
E.g.: https://github.com/andyearnshaw/Intl.js/blob/master/Gruntfile.js#L107-L113
The text was updated successfully, but these errors were encountered: