| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
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.
|
Sorry, something went wrong.
This reverts commit babeb58. PR-URL: nodejs#33196 Refs: nodejs#31740 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This reverts commit e08ac09. PR-URL: nodejs#33196 Refs: nodejs#31740 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
| Back | FazBrowse Home | New Git URL |
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 from SimpleTestConfiguration
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 of test/cctest/test_aliased_buffer.cc.
Refs: #31740
Checklist