[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
deprecate-props.tst failures on buildbot systems
From: |
John W. Eaton |
Subject: |
deprecate-props.tst failures on buildbot systems |
Date: |
Thu, 22 Mar 2018 10:50:44 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
I'm seeing the following failures on the buildbot systems. What is the
reason for these tests failing? Should they be xtest instead? Or is
this something that should be fixed some other way? I'd prefer to not
have these always failing.
jwe
>>>>> processing deprecate-props.tst
***** test
hf = figure ("visible", "off");
unwind_protect
hp = patch ();
testprop (hp, "normalmode", "4.4");
unwind_protect_cleanup
close (hf);
end_unwind_protect
hf = figure ("visible", "off");
unwind_protect
hs = surface ();
testprop (hs, "normalmode", "4.4");
unwind_protect_cleanup
close (hf);
end_unwind_protect
!!!!! test failed
Please remove patch property normalmode
***** test
hf = figure ("visible", "off");
unwind_protect
ha = axes ();
testprop (ha, "xaxislocation", "4.4", "zero");
testprop (ha, "yaxislocation", "4.4", "zero");
unwind_protect_cleanup
close (hf);
end_unwind_protect
!!!!! test failed
Please remove 'zero' from allowed values for axes property xaxislocation
- deprecate-props.tst failures on buildbot systems,
John W. Eaton <=