Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upn-api: revert change to finalisation #35777
Conversation
|
Review requested: |
|
Issue to investigate test that is being re-excluded: #35778 |
Codecov Report
@@ 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
|
| @@ -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 | |||
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), orvcbuild test(Windows) passes