-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Revert test-abort-aliased-buffer-overflow #33196
Revert test-abort-aliased-buffer-overflow #33196
Conversation
Technically #32624 could be reverted as well but I'm inclined to keep it to prevent any inadvertent file adds from contributors switching between branches. |
Codecov Report
@@ Coverage Diff @@
## master #33196 +/- ##
=======================================
Coverage 96.73% 96.73%
=======================================
Files 199 199
Lines 66133 66133
=======================================
Hits 63974 63974
Misses 2159 2159 Continue to review full report at Codecov.
|
This reverts commit babeb58. PR-URL: nodejs#33196 Refs: nodejs#31740 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
This reverts commit e08ac09. PR-URL: nodejs#33196 Refs: nodejs#31740 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
9769f84
to
120d707
Compare
Landed in 86fdaa7...120d707 |
This reverts commit babeb58. PR-URL: #33196 Refs: #31740 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
This reverts commit e08ac09. PR-URL: #33196 Refs: #31740 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
This reverts commit babeb58. PR-URL: #33196 Refs: #31740 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
This reverts commit e08ac09. PR-URL: #33196 Refs: #31740 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Revert the test and associated Makefile changes from #31740.
This test is dead code as it is not executed as the
abort
tests'AbortTestConfiguration
inherits fromSimpleTestConfiguration
which does not run tests in subdirectories.
node/test/abort/testcfg.py
Line 6 in e951825
node/test/testpy/__init__.py
Line 159 in e951825
AliasedBuffers do not appear to be intended for direct use by
addons so they should not be tested as such anyway. If a test
is required for #31740 one should be added as part of the
cctest
, e.g. as part oftest/cctest/test_aliased_buffer.cc
.Refs: #31740
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes