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

Inspector context test fails

Open MSLaguana opened this issue 8 years ago • 0 comments

  • Version: master
  • Platform: all
  • Subsystem: inspector

tests/inspector/test-context.js is failing because the test expects to be able to create and destroy contexts, and have relevant events fired by the inspector. Note that when running the test the node binary must be run with --expose-gc otherwise the test will "pass" with a rejected promise.

MSLaguana avatar Aug 16 '17 20:08 MSLaguana