x11/read.t and x11/write.t failing (6.3.6-7 is almost good)
Posted: 2007-11-04T14:15:05-07:00
The newly-released 6.3.6-7 builds fine, and passes most of the self-tests.
Except for the two failures in t/x11/read.t and t/x11/write.t.
Running the tests individually does not say much:
I guess, the line 15 in both of the tests should be changed as:
but this was not a problem before...
When will ImageMagick crew start running the tests before making new releases?
If you do modify these scripts, you may wish to ensure, they are properly ignored in the case the --without-x flag was given to configure or $DISPLAY is not set.
Except for the two failures in t/x11/read.t and t/x11/write.t.
Running the tests individually does not say much:
Code: Select all
mi@aldan:work/ImageMagick-6.3.6/PerlMagick (1324) perl t/x11/read.t
1..2
Cd failed at t/x11/read.t line 15.
mi@aldan:work/ImageMagick-6.3.6/PerlMagick (1325) perl t/x11/write.t
1..2
Cd failed at t/x11/write.t line 15.
Code: Select all
-chdir 't/x' || die 'Cd failed';
+chdir 't/x11' || die 'Cd failed';
When will ImageMagick crew start running the tests before making new releases?
If you do modify these scripts, you may wish to ensure, they are properly ignored in the case the --without-x flag was given to configure or $DISPLAY is not set.