According to the specification section 8.2:
The ext specifier MUST exclude the platform filename suffix (.dll, .so, .dylib) ...
EXTEND currently accepts a suffix-qualified specifier such as extend_core.dll and loads the extension instead of rejecting it. passing/extend-explicit-suffix-rejected.ps1 expects that form to fail before any load attempt.
According to the specification section 8.2:
EXTENDcurrently accepts a suffix-qualified specifier such asextend_core.dlland loads the extension instead of rejecting it.passing/extend-explicit-suffix-rejected.ps1expects that form to fail before any load attempt.