On Monday, October 3, 2011 18:31 CEST, Fred Kiefer<fredkiefer@gmx.de> wrote:
On 03.10.2011 18:14, Sebastian Reitenbach wrote:
Testing NSView_autoresize_and_rounding.m...
Running gnustep-gui-0.21.0/Tests/gui/NSView/NSView_autoresize_and_rounding.m...
2011-10-03 17:44:53.763 NSView_autoresize_and_rounding[6786] XShm not
supported, XShmAttach() failed.
2011-10-03 17:44:53.765 NSView_autoresize_and_rounding[6786] Falling back to
normal XImage (will be slower).
Failed test: NSView autoresizing works
Passed test: NSView autoresizing corner cases work
Failed test: NSView autoresize rounding works
(1) expected frame (10 10)+(10 10), got (10 10)+(9 10)
(1) expected frame (10 10)+(10 10), got (9 9)+(9 9)
Completed file: NSView_autoresize_and_rounding.m
Testing NSView_bounds_scale.m...
Running gnustep-gui-0.21.0/Tests/gui/NSView/NSView_bounds_scale.m...
2011-10-03 17:45:22.465 NSView_bounds_scale[17336] XShm not supported,
XShmAttach() failed.
2011-10-03 17:45:22.467 NSView_bounds_scale[17336] Falling back to normal
XImage (will be slower).
Failed test: NSView -scaleUnitSquareToSize works
expected bounds rotation 30 got 30.9153
(2) expected bounds (39.9801 104.211)+(66.2393 85.2544), got (40.372
105.364)+(66.8473 84.9812)
expected bounds matrix (2.93813 0.614059 -1.69633 1.06358 104.31 -131.062) got
(2.96586 0.574951 -1.71234 1.07291 104.31 -131.062)
(2) expected bounds (39.9801 104.211)+(66.2393 85.2544), got (40.372
105.364)+(66.8473 84.9812)
expected bounds rotation 30 got 30.9153
Completed file: NSView_bounds_scale.m
Testing NSView_visibleRect.m...
Running gnustep-gui-0.21.0/Tests/gui/NSView/NSView_visibleRect.m...
Failed test: NSView -visibleRect works
Completed file: NSView_visibleRect.m
This looks a lot better then your previous reports. All but the
autoresizing tests are expected to fail. For the autoresizing tests it
OK, so when it comes to the NSView_bounds_scale.m, I should look a bit closer
at it?