Lines Matching full:should

28 	'ExtUtils::MM_OS2 should be parent of MM' );
39 'dlsyms() should return nothing with dynamic flag set' );
45 '... without flag, should return make targets' );
47 '... should provide empty hash refs where necessary' );
53 '... should pick up values from object' );
70 '... should die if directory cannot be made' );
74 like( $@, qr/Malformed IMPORT/, 'should die from malformed import symbols');
92 like( $sysargs, qr/^emximp/, '... should try to call system() though' );
94 '... should die if emximp syscall fails' );
96 # sysfail is 0 now, call emximp call should succeed
98 is( $unlinked, 1, '... should attempt to unlink temp files' );
100 '... should die if other syscall fails' );
106 is( $@, '', '... should not die if both syscalls succeed' );
124 is( $called, 1, 'static_lib() should call parent method' );
126 '... should return parent data unless IMPORTS exists' );
130 is( $called, 2, '... should call parent method if extra imports passed' );
132 '... should append make tags to first line from parent method' );
134 '... should include remaining data from parent method' );
141 'replace_manpage_separator() should turn multiple slashes into periods' );
213 'maybe_command() should ignore directories' );
219 'maybe_command() should find executable lacking file extension' );
226 'maybe_command() should find .exe file lacking extension' );
233 'maybe_command() should find .cmd file lacking extension' );
239 'file_name_is_absolute() should be true for paths with volume and slash' );
259 'PERL_ARCHIVE_AFTER should be empty without $is_aout set' );
268 'EXPORT_LIST should add .def to BASEEXT member' );