Taylor Woll
Taylor Woll
* **Version**: master * **Platform**: all * **Subsystem**: all V8 now supports catch statements with no argument binding. Some of the Javascript code in node has begun to take a...
* **Version**: All * **Platform**: All * **Subsystem**: All ChakraCore does not support the 's' regex flag so if Javascript code in node.js uses this flag, we will throw a...
Test failures in `test-fs-stat-bigint` and `test-fs-watchfile-bigint` due to missing BigInt support
* **Version**: master * **Platform**: all * **Subsystem**: fs ``` not ok 592 parallel/test-fs-stat-bigint --- duration_ms: 0.336 severity: fail exitcode: 1 stack: |- E:\node\node-chakracore\test\parallel\test-fs-stat-bigint.js:71 assert( ^ ReferenceError: 'BigInt' is not...
* **Version**: Commit 1300103534 * **Platform**: Windows * **Subsystem**: test Two new unit tests test-inspector-multisession-js and test-inspector-multisession-ws are failing in node-chakracore. Looks like we are not receiving paused notifications in...