Kyle Farnung

Results 18 issues of Kyle Farnung

The inspector tests are currently disabled. Re-enable them and get them passing. ### New test cases - [ ] Add a lambda paused event test case for #230 - [...

enhancement

Currently the JSRT implementation for N-API uses a new instance of `napi_env` per module load. Recently a change went into the upstream implementation to cache the pointer inside of the...

* **Version**: v8.x (and up) * **Platform**: all * **Subsystem**: inspector A call to `console.log` can include other parameters beyond the initial message: ```javascript console.log("A message", 5); ``` These additional...

Building ARM on Windows with ICU enabled causes it to build an ARM tool and try to run it on the x86/x64 machine. Ideally for build tools they would use...

This only repros on Linux since the test is skipped on Windows. [Example CI run](https://ci.nodejs.org/job/chakracore-test-linux/81/nodes=ubuntu1604-64/tapResults/) ``` FATAL ERROR: v8::ToLocalChecked: Empty MaybeLocal. Error at nextTick (internal/process/next_tick.js:247:5) at target._send (internal/child_process.js:657:9) at target.send...

Tested using latest xplat commit. Debug a script that ends in an exception (like #266). Once you hit the exception there's no way to exit. Trying to continue doesn't continue...

bug

Using the latest xplat commit I record a script: ``` setInterval(() => { var i = 0; console.log(`Doing stuff ${i++}`); console.log(`Doing more stuff ${i++}`); console.bar(); }, 5000); ``` Then record...

bug

* **Version**: v8.0.0-pre * **Platform**: Windows * **Subsystem**: buffer A recently fixed test (in node-v8) has started failing in node-chakracore. The test ensures that the buffers returned from Buffer.unsafeAlloc() are...