Skip to content

test: set module loading error for aix

In test/parallel/test-module-loading-error.js, an attempt is made to load a text file as a native executable. This gives error messages in a platform specific manner.

AIX was not included in the list of platforms. This fix introduces the AIX error messages.

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

Merge request reports

Loading