node-chakracore icon indicating copy to clipboard operation
node-chakracore copied to clipboard

Citgm compatibility of node-chakracore

Open kunalspathak opened this issue 8 years ago • 0 comments

  • Version:
  • Platform:
  • Subsystem:

This issue is to track node-chakracore's modules compatibility. citgm is used to verify the compatibility and below is the list of modules that fails on windows.

Name Fail count Reason
express 3 Error message difference
body-parser 3 Error message difference
ftp 1 Date doesn't match. Expected : "2012-12-21T08:00:00.000Z", Actual: "2012-12-21T00:00:00.000Z"
yargs 1 Error message difference
leveldown 0 Installation fails because it download pre-built binaries that are built using node-v8. Extra step needed to build using npm install --build-from-source if using node-chakracore
ref 3 Functionality problem. It expects certain objects to be GCed, but they are not. More investigation needed.
node-report - Build errors because there are some APIs that are not shimmed.

kunalspathak avatar Mar 16 '17 00:03 kunalspathak