Skip to content

test: fix test-abort-backtrace in shared lib build

When using shared lib build, the binary path in the stack frames points to shared lib. Change the checking criteria in the test case to match that.

Refs: https://github.com/nodejs/node/issues/18535

Signed-off-by: Yihong Wang yh.wang@ibm.com

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

Merge request reports

Loading