Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

n-api: revert change to finalisation #35777

Open
wants to merge 1 commit into
base: master
from

Conversation

@mhdawson
Copy link
Member

@mhdawson mhdawson commented Oct 23, 2020

Fixes: #35620

This reverts commit a6b6556 which
changed finalization behavior related to N-API. We will investigate
the original issue with the test separately.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Fixes: #35620

This reverts commit a6b6556 which
changed finalization behavior related to N-API. We will investigate
the original issue with the test separately.
@nodejs-github-bot
Copy link

@nodejs-github-bot nodejs-github-bot commented Oct 23, 2020

Review requested:

@mhdawson
Copy link
Member Author

@mhdawson mhdawson commented Oct 23, 2020

Issue to investigate test that is being re-excluded: #35778

@codecov-io
Copy link

@codecov-io codecov-io commented Oct 23, 2020

Codecov Report

Merging #35777 into master will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #35777      +/-   ##
==========================================
- Coverage   87.92%   87.91%   -0.01%     
==========================================
  Files         477      477              
  Lines      113090   113089       -1     
  Branches    24630    24628       -2     
==========================================
- Hits        99433    99427       -6     
  Misses       7952     7952              
- Partials     5705     5710       +5     
Impacted Files Coverage Δ
src/js_native_api_v8.cc 62.92% <ø> (-0.03%) ⬇️
lib/internal/repl/history.js 88.16% <0.00%> (-4.15%) ⬇️
src/api/utils.cc 28.57% <0.00%> (-2.86%) ⬇️
lib/_http_server.js 97.72% <0.00%> (-0.42%) ⬇️
src/api/environment.cc 75.60% <0.00%> (-0.28%) ⬇️
lib/net.js 95.57% <0.00%> (ø)
lib/path.js 97.81% <0.00%> (ø)
lib/internal/url.js 96.53% <0.00%> (ø)
lib/internal/buffer.js 98.87% <0.00%> (ø)
src/inspector_profiler.cc 77.25% <0.00%> (ø)
... and 2 more
@Trott
Trott approved these changes Oct 24, 2020
@@ -1,6 +1,10 @@
'use strict';
const common = require('../../common');

// TODO(addaleax): Run this test once it stops failing under ASAN/valgrind.
// Refs: https://github.com/nodejs/node/issues/34731

This comment has been minimized.

@Trott

Trott Oct 24, 2020
Member

Optional non-blocking suggestion: Should the comment mention #35778 as well? And maybe #35777 (this pull request) too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

6 participants
You can’t perform that action at this time.