Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Conversation

@kfarnung
Copy link
Contributor

@kfarnung kfarnung commented Feb 17, 2018

I temporarily backported chakra-core/ChakraCore@0b61d16 to https://github.com/kfarnung/ChakraCore/tree/promisereject for use in node-chakracore.

Assuming the node-chakracore changes look good we'll have to discuss how the Chakracore changes will flow into the branch.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

chakrashim

@boingoing
Copy link
Contributor

LGTM, are there tests for this we can enable?

@kfarnung
Copy link
Contributor Author

Opened the backport PR: chakra-core/ChakraCore#4697

@kfarnung
Copy link
Contributor Author

@boingoing I'm currently investigating the obvious test cases. Looks like a couple inspector testcases are now failing, I suspect they always were but without unhandled rejection support they weren't being reported.

@kfarnung
Copy link
Contributor Author

@kfarnung
Copy link
Contributor Author

Re-run CI with x86 fixes: https://ci.nodejs.org/job/chakracore-test-windows/316/

@kfarnung kfarnung force-pushed the promisereject branch 2 times, most recently from 98affd6 to c0e1042 Compare February 20, 2018 18:54
@kfarnung
Copy link
Contributor Author

* Enabled some unhandled rejection tests (but not the Symbol one due to an
  unrelated issue)
* Added a new chakracore baseline for `unhandled_promise_trace_warnings`
* Fixed `test-inspector-debug-brk-flag` which had unhandled rejections
* Skipped `test-inspector-bindings` which had unhandled rejections

PR-URL: nodejs#469
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
@kfarnung kfarnung merged commit 219bf8c into nodejs:master Feb 20, 2018
@kfarnung kfarnung deleted the promisereject branch February 20, 2018 19:57
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Feb 23, 2018
* Enabled some unhandled rejection tests (but not the Symbol one due to an
  unrelated issue)
* Added a new chakracore baseline for `unhandled_promise_trace_warnings`
* Fixed `test-inspector-debug-brk-flag` which had unhandled rejections
* Skipped `test-inspector-bindings` which had unhandled rejections

PR-URL: nodejs#469
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Mar 6, 2018
* Enabled some unhandled rejection tests (but not the Symbol one due to an
  unrelated issue)
* Added a new chakracore baseline for `unhandled_promise_trace_warnings`
* Fixed `test-inspector-debug-brk-flag` which had unhandled rejections
* Skipped `test-inspector-bindings` which had unhandled rejections

PR-URL: nodejs#469
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Mar 7, 2018
* Enabled some unhandled rejection tests (but not the Symbol one due to an
  unrelated issue)
* Added a new chakracore baseline for `unhandled_promise_trace_warnings`
* Fixed `test-inspector-debug-brk-flag` which had unhandled rejections
* Skipped `test-inspector-bindings` which had unhandled rejections

PR-URL: nodejs#469
Reviewed-By: Taylor Woll <tawoll@ntdev.microsoft.com>
Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants