> --- parrot-current/src/library.c Tue Aug 16 13:22:34 2005
> +++ parrot-andy/src/library.c Tue Aug 16 15:46:49 2005
> @@ -212,9 +212,11 @@
> * if the extension is given use it
> * TODO if not try extensions according to type
> */
> + /*
> if (!ext) {
> internal_exception(UNIMPLEMENTED, "no extension: file '%s'",
> file_name);
> }
> + */
>
> /* use absolute paths as is */
> #ifdef WIN32
>
this patch causes gdbm tests to be run on win32 when gdbm is
installed, but the tests all fail with a message similar to
t\dynclass\gdbmhash............NOK 1# Failed test
(t\dynclass\gdbmhash.t at line 43)
# got: 'GDBMHash
# Couldn't load 'gdbm3': unknown reason
# Couldn't load 'gdbm3': unknown reason
# '
# expected: 'GDBMHash
# '
applied as r8980.
~jerry