On 2016-05-02 00:04:03, ETJ wrote:
Show quoted text> The sprintf error does not happen with 2.31_01. Thanks for the report!
> Is the RANDR issue still happening? If so I'll put an "unlike" in the
> netplugins test.
Yes, the RANDR issue still happens (e.g. if running the tests against vncserver). With Gimp-2.31_02:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.18.2/bin/perl5.18.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Xlib: extension "RANDR" missing on display ":32".
# Failed test 'dots stderr not of concern'
# at t/02-netplugin.t line 72.
# 'Xlib: extension "RANDR" missing on display ":32".
# '
# matches '(?^:^Xlib: extension "RANDR" missing)'
# Failed test 'dots stderr not of concern'
# at t/02-netplugin.t line 72.
# 'Xlib: extension "RANDR" missing on display ":32".
# '
# matches '(?^:^Xlib: extension "RANDR" missing)'
... etc. ...