-
Notifications
You must be signed in to change notification settings - Fork 339
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable, but whats the motivation here?
@@ -23,7 +23,6 @@ test-esm-loader-modulemap : SKIP | |||
test-esm-main-lookup : SKIP | |||
test-esm-named-exports : SKIP | |||
test-esm-namespace : SKIP | |||
test-esm-ok : SKIP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this test just removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it was moved in fddcd62.
@jackhorton I occasionally like to run a V8 build of the node-chakracore code and make sure the tests all pass. This ensures that we keep compatibility with V8. All of these issues (minus the status file cleanup) were preventing the V8 build from passing successfully. |
a52421c
to
13d33ff
Compare
Ran tests on Windows and Linux:
No failures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Remove gyp include that no longer exists upstream * Conditionally include `v8-debug.h` * Fix test failures for V8 engine * Remove status entries for missing tests PR-URL: nodejs#519 Reviewed-By: Seth Brenith <sethb@microsoft.com> Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
One more CI before landing, the last one had a bunch of benchmark test timeouts on macOS: https://ci.nodejs.org/job/chakracore-test-pull-request/243/ |
* Remove gyp include that no longer exists upstream * Conditionally include `v8-debug.h` * Fix test failures for V8 engine * Remove status entries for missing tests PR-URL: nodejs#519 Reviewed-By: Seth Brenith <sethb@microsoft.com> Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
* Remove gyp include that no longer exists upstream * Conditionally include `v8-debug.h` * Fix test failures for V8 engine * Remove status entries for missing tests PR-URL: #519 Reviewed-By: Seth Brenith <sethb@microsoft.com> Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
v8-debug.h
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes