octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: __print_parse_opts__.m test fails


From: bpabbott
Subject: Re: __print_parse_opts__.m test fails
Date: Mon, 27 Sep 2010 20:18:19 +0000 (GMT)

On Sep 27, 2010, at 03:31 PM, Marco Atzeri <address@hidden> wrote:

on cygwin with gcc-4.3.4

$ hg tip
changeset: 11024:fa56fd98c0c5
tag: tip
user: Rik <address@hidden>
date: Sun Sep 26 12:55:38 2010 -0700
summary: Remove requirement for PCRE in Octave. (Bug #31025)

I just noticed this test failure

>>>>> processing /pub/hg/octave/scripts/plot/__print_parse_opts__.m
***** test
opts = __print_parse_opts__ ("-dpsc", "-append", "-loose");
assert (opts.devopt, "pswrite");
assert (optssend_to_printer, true);
assert (opts.use_color, 1);
assert (opts.append_to_file, false);
assert (opts.ghostscript.device, "pswrite")
assert (opts.ghostscript.epscrop, false);
!!!!! test failed
assert (opts.ghostscript.epscrop,false) expected
0
but got
1


$ gs --version
8.63

Is any other version requested ?

Marco
 
This test failure is due to one of the recent changesets, which apparently broke how/when an eps file is to be cropped. This problem is independent of the version of ghostscript being used.

I'll fix the problem later today.

Ben


reply via email to

[Prev in Thread] Current Thread [Next in Thread]