Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 906469 Details for
Bug 941901
gnustep-base/gnustep-gui-0.31.1 - gui/NSSavePanel/setDelegate_reload.m: Failed set: setDelegate_reload.m:49 ... problem in NSSavePanel GNUstep setDelegate.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tests.log
tests.log (text/plain), 244.02 KB, created by
ernsteiswuerfel
on 2024-10-20 20:27:32 UTC
(
hide
)
Description:
tests.log
Filename:
MIME Type:
Creator:
ernsteiswuerfel
Created:
2024-10-20 20:27:32 UTC
Size:
244.02 KB
patch
obsolete
> >Building in gui/GSXib5KeyedUnarchiver >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool buttonCell... >Making all for test_tool menu... > Compiling file buttonCell.m ... > Compiling file menu.m ... >menu.m: In function 'main': >menu.m:26:3: warning: initialization from distinct Objective-C type > 26 | GSXibKeyedUnarchiver* unarchiver = [GSXibKeyedUnarchiver unarchiverForReadingWithData:data]; > | ^~~~~~~~~~~~~~~~~~~~ >menu.m:34:7: warning: '@interface' of class 'NSMenu' not found > 34 | if ([element isKindOfClass:[NSMenu class]]) { > | ^~ >menu.m:44:3: warning: '@interface' of class 'NSMenu' not found > 44 | PASS_MODIFIER(0, 0); > | ^~~~~~~~~~~~~ >menu.m:44:3: warning: no '-itemAtIndex:' method found >menu.m:44:3: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) >menu.m:44:3: warning: no '-keyEquivalentModifierMask' method found >menu.m:44:3: warning: '@interface' of class 'NSMenu' not found >menu.m:44:3: warning: no '-itemAtIndex:' method found >menu.m:44:3: warning: no '-keyEquivalentModifierMask' method found >In file included from /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:18, > from menu.m:1: >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:223:19: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 223 | pass(_cond, "%s:%d ... " testFormat__, __FILE__, \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:44:3: note: in expansion of macro 'PASS_MODIFIER' > 44 | PASS_MODIFIER(0, 0); > | ^~~~~~~~~~~~~ >menu.m:44:3: warning: '@interface' of class 'NSMenu' not found >menu.m:44:3: warning: no '-itemAtIndex:' method found >menu.m:44:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:228:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 228 | pass(0, "%s:%d ... " testFormat__, __FILE__, __LINE__, ## __VA_ARGS__); \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:44:3: note: in expansion of macro 'PASS_MODIFIER' > 44 | PASS_MODIFIER(0, 0); > | ^~~~~~~~~~~~~ >menu.m:46:3: warning: '@interface' of class 'NSMenu' not found > 46 | PASS_MODIFIER(1, NSShiftKeyMask); > | ^~~~~~~~~~~~~ >menu.m:46:3: warning: no '-itemAtIndex:' method found >menu.m:46:3: warning: no '-keyEquivalentModifierMask' method found >menu.m:8:98: warning: comparison between pointer and integer > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~ >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:222:21: note: in definition of macro 'PASS' > 222 | _cond = (int)(testExpression__); \ > | ^~~~~~~~~~~~~~~~ >menu.m:46:3: note: in expansion of macro 'PASS_MODIFIER' > 46 | PASS_MODIFIER(1, NSShiftKeyMask); > | ^~~~~~~~~~~~~ >menu.m:46:3: warning: '@interface' of class 'NSMenu' not found >menu.m:46:3: warning: no '-itemAtIndex:' method found >menu.m:46:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:223:19: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 223 | pass(_cond, "%s:%d ... " testFormat__, __FILE__, \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:46:3: note: in expansion of macro 'PASS_MODIFIER' > 46 | PASS_MODIFIER(1, NSShiftKeyMask); > | ^~~~~~~~~~~~~ >menu.m:46:3: warning: '@interface' of class 'NSMenu' not found >menu.m:46:3: warning: no '-itemAtIndex:' method found >menu.m:46:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:228:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 228 | pass(0, "%s:%d ... " testFormat__, __FILE__, __LINE__, ## __VA_ARGS__); \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:46:3: note: in expansion of macro 'PASS_MODIFIER' > 46 | PASS_MODIFIER(1, NSShiftKeyMask); > | ^~~~~~~~~~~~~ >menu.m:48:3: warning: '@interface' of class 'NSMenu' not found > 48 | PASS_MODIFIER(2, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:48:3: warning: no '-itemAtIndex:' method found >menu.m:48:3: warning: no '-keyEquivalentModifierMask' method found >menu.m:8:98: warning: comparison between pointer and integer > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~ >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:222:21: note: in definition of macro 'PASS' > 222 | _cond = (int)(testExpression__); \ > | ^~~~~~~~~~~~~~~~ >menu.m:48:3: note: in expansion of macro 'PASS_MODIFIER' > 48 | PASS_MODIFIER(2, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:48:3: warning: '@interface' of class 'NSMenu' not found >menu.m:48:3: warning: no '-itemAtIndex:' method found >menu.m:48:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:223:19: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 223 | pass(_cond, "%s:%d ... " testFormat__, __FILE__, \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:48:3: note: in expansion of macro 'PASS_MODIFIER' > 48 | PASS_MODIFIER(2, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:48:3: warning: '@interface' of class 'NSMenu' not found >menu.m:48:3: warning: no '-itemAtIndex:' method found >menu.m:48:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:228:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 228 | pass(0, "%s:%d ... " testFormat__, __FILE__, __LINE__, ## __VA_ARGS__); \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:48:3: note: in expansion of macro 'PASS_MODIFIER' > 48 | PASS_MODIFIER(2, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:50:3: warning: '@interface' of class 'NSMenu' not found > 50 | PASS_MODIFIER(3, NSAlternateKeyMask); > | ^~~~~~~~~~~~~ >menu.m:50:3: warning: no '-itemAtIndex:' method found >menu.m:50:3: warning: no '-keyEquivalentModifierMask' method found >menu.m:8:98: warning: comparison between pointer and integer > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~ >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:222:21: note: in definition of macro 'PASS' > 222 | _cond = (int)(testExpression__); \ > | ^~~~~~~~~~~~~~~~ >menu.m:50:3: note: in expansion of macro 'PASS_MODIFIER' > 50 | PASS_MODIFIER(3, NSAlternateKeyMask); > | ^~~~~~~~~~~~~ >menu.m:50:3: warning: '@interface' of class 'NSMenu' not found >menu.m:50:3: warning: no '-itemAtIndex:' method found >menu.m:50:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:223:19: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 223 | pass(_cond, "%s:%d ... " testFormat__, __FILE__, \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:50:3: note: in expansion of macro 'PASS_MODIFIER' > 50 | PASS_MODIFIER(3, NSAlternateKeyMask); > | ^~~~~~~~~~~~~ >menu.m:50:3: warning: '@interface' of class 'NSMenu' not found >menu.m:50:3: warning: no '-itemAtIndex:' method found >menu.m:50:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:228:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 228 | pass(0, "%s:%d ... " testFormat__, __FILE__, __LINE__, ## __VA_ARGS__); \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:50:3: note: in expansion of macro 'PASS_MODIFIER' > 50 | PASS_MODIFIER(3, NSAlternateKeyMask); > | ^~~~~~~~~~~~~ >menu.m:52:3: warning: '@interface' of class 'NSMenu' not found > 52 | PASS_MODIFIER(4, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:52:3: warning: no '-itemAtIndex:' method found >menu.m:52:3: warning: no '-keyEquivalentModifierMask' method found >menu.m:8:98: warning: comparison between pointer and integer > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~ >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:222:21: note: in definition of macro 'PASS' > 222 | _cond = (int)(testExpression__); \ > | ^~~~~~~~~~~~~~~~ >menu.m:52:3: note: in expansion of macro 'PASS_MODIFIER' > 52 | PASS_MODIFIER(4, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:52:3: warning: '@interface' of class 'NSMenu' not found >menu.m:52:3: warning: no '-itemAtIndex:' method found >menu.m:52:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:223:19: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 223 | pass(_cond, "%s:%d ... " testFormat__, __FILE__, \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:52:3: note: in expansion of macro 'PASS_MODIFIER' > 52 | PASS_MODIFIER(4, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:52:3: warning: '@interface' of class 'NSMenu' not found >menu.m:52:3: warning: no '-itemAtIndex:' method found >menu.m:52:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:228:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 228 | pass(0, "%s:%d ... " testFormat__, __FILE__, __LINE__, ## __VA_ARGS__); \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:52:3: note: in expansion of macro 'PASS_MODIFIER' > 52 | PASS_MODIFIER(4, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:54:3: warning: '@interface' of class 'NSMenu' not found > 54 | PASS_MODIFIER(5, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:54:3: warning: no '-itemAtIndex:' method found >menu.m:54:3: warning: no '-keyEquivalentModifierMask' method found >menu.m:8:98: warning: comparison between pointer and integer > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~ >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:222:21: note: in definition of macro 'PASS' > 222 | _cond = (int)(testExpression__); \ > | ^~~~~~~~~~~~~~~~ >menu.m:54:3: note: in expansion of macro 'PASS_MODIFIER' > 54 | PASS_MODIFIER(5, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:54:3: warning: '@interface' of class 'NSMenu' not found >menu.m:54:3: warning: no '-itemAtIndex:' method found >menu.m:54:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:223:19: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 223 | pass(_cond, "%s:%d ... " testFormat__, __FILE__, \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:54:3: note: in expansion of macro 'PASS_MODIFIER' > 54 | PASS_MODIFIER(5, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:54:3: warning: '@interface' of class 'NSMenu' not found >menu.m:54:3: warning: no '-itemAtIndex:' method found >menu.m:54:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:228:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 228 | pass(0, "%s:%d ... " testFormat__, __FILE__, __LINE__, ## __VA_ARGS__); \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:54:3: note: in expansion of macro 'PASS_MODIFIER' > 54 | PASS_MODIFIER(5, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:57:3: warning: '@interface' of class 'NSMenu' not found > 57 | PASS_MODIFIER(6, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:57:3: warning: no '-itemAtIndex:' method found >menu.m:57:3: warning: no '-keyEquivalentModifierMask' method found >menu.m:8:98: warning: comparison between pointer and integer > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~ >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:222:21: note: in definition of macro 'PASS' > 222 | _cond = (int)(testExpression__); \ > | ^~~~~~~~~~~~~~~~ >menu.m:57:3: note: in expansion of macro 'PASS_MODIFIER' > 57 | PASS_MODIFIER(6, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:57:3: warning: '@interface' of class 'NSMenu' not found >menu.m:57:3: warning: no '-itemAtIndex:' method found >menu.m:57:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:223:19: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 223 | pass(_cond, "%s:%d ... " testFormat__, __FILE__, \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:57:3: note: in expansion of macro 'PASS_MODIFIER' > 57 | PASS_MODIFIER(6, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:57:3: warning: '@interface' of class 'NSMenu' not found >menu.m:57:3: warning: no '-itemAtIndex:' method found >menu.m:57:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:228:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 228 | pass(0, "%s:%d ... " testFormat__, __FILE__, __LINE__, ## __VA_ARGS__); \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:57:3: note: in expansion of macro 'PASS_MODIFIER' > 57 | PASS_MODIFIER(6, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:59:3: warning: '@interface' of class 'NSMenu' not found > 59 | PASS_MODIFIER(7, 0); > | ^~~~~~~~~~~~~ >menu.m:59:3: warning: no '-itemAtIndex:' method found >menu.m:59:3: warning: no '-keyEquivalentModifierMask' method found >menu.m:59:3: warning: '@interface' of class 'NSMenu' not found >menu.m:59:3: warning: no '-itemAtIndex:' method found >menu.m:59:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:223:19: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 223 | pass(_cond, "%s:%d ... " testFormat__, __FILE__, \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:59:3: note: in expansion of macro 'PASS_MODIFIER' > 59 | PASS_MODIFIER(7, 0); > | ^~~~~~~~~~~~~ >menu.m:59:3: warning: '@interface' of class 'NSMenu' not found >menu.m:59:3: warning: no '-itemAtIndex:' method found >menu.m:59:3: warning: no '-keyEquivalentModifierMask' method found >buttonCell.m: In function 'main': >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:228:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 228 | pass(0, "%s:%d ... " testFormat__, __FILE__, __LINE__, ## __VA_ARGS__); \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:59:3: note: in expansion of macro 'PASS_MODIFIER' > 59 | PASS_MODIFIER(7, 0); > | ^~~~~~~~~~~~~ >buttonCell.m:27:3: warning: initialization from distinct Objective-C type > 27 | GSXibKeyedUnarchiver* unarchiver = [GSXibKeyedUnarchiver unarchiverForReadingWithData:data]; > | ^~~~~~~~~~~~~~~~~~~~ >menu.m:61:3: warning: '@interface' of class 'NSMenu' not found > 61 | PASS_MODIFIER(8, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:61:3: warning: no '-itemAtIndex:' method found >menu.m:61:3: warning: no '-keyEquivalentModifierMask' method found >menu.m:8:98: warning: comparison between pointer and integer > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~ >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:222:21: note: in definition of macro 'PASS' > 222 | _cond = (int)(testExpression__); \ > | ^~~~~~~~~~~~~~~~ >menu.m:61:3: note: in expansion of macro 'PASS_MODIFIER' > 61 | PASS_MODIFIER(8, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:61:3: warning: '@interface' of class 'NSMenu' not found >menu.m:61:3: warning: no '-itemAtIndex:' method found >menu.m:61:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:223:19: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 223 | pass(_cond, "%s:%d ... " testFormat__, __FILE__, \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:61:3: note: in expansion of macro 'PASS_MODIFIER' > 61 | PASS_MODIFIER(8, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >menu.m:61:3: warning: '@interface' of class 'NSMenu' not found >menu.m:61:3: warning: no '-itemAtIndex:' method found >menu.m:61:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:228:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 228 | pass(0, "%s:%d ... " testFormat__, __FILE__, __LINE__, ## __VA_ARGS__); \ > | ^~~~~~~~~~~~ >menu.m:8:40: note: in expansion of macro 'PASS' > 8 | #define PASS_MODIFIER(index, expected) PASS([[menu itemAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[menu itemAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >menu.m:61:3: note: in expansion of macro 'PASS_MODIFIER' > 61 | PASS_MODIFIER(8, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >buttonCell.m:46:3: warning: no '-keyEquivalentModifierMask' method found > 46 | PASS_MODIFIER(0, NSShiftKeyMask); > | ^~~~~~~~~~~~~ >buttonCell.m:46:3: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) >In file included from /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:18, > from buttonCell.m:1: >buttonCell.m:9:101: warning: comparison between pointer and integer > 9 | #define PASS_MODIFIER(index, expected) PASS([[cells objectAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[cells objectAtIndex:index] keyEquivalentModifierMask], expected); > | ^~ >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:222:21: note: in definition of macro 'PASS' > 222 | _cond = (int)(testExpression__); \ > | ^~~~~~~~~~~~~~~~ >buttonCell.m:46:3: note: in expansion of macro 'PASS_MODIFIER' > 46 | PASS_MODIFIER(0, NSShiftKeyMask); > | ^~~~~~~~~~~~~ >buttonCell.m:46:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:223:19: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 223 | pass(_cond, "%s:%d ... " testFormat__, __FILE__, \ > | ^~~~~~~~~~~~ >buttonCell.m:9:40: note: in expansion of macro 'PASS' > 9 | #define PASS_MODIFIER(index, expected) PASS([[cells objectAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[cells objectAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >buttonCell.m:46:3: note: in expansion of macro 'PASS_MODIFIER' > 46 | PASS_MODIFIER(0, NSShiftKeyMask); > | ^~~~~~~~~~~~~ >buttonCell.m:46:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:228:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 228 | pass(0, "%s:%d ... " testFormat__, __FILE__, __LINE__, ## __VA_ARGS__); \ > | ^~~~~~~~~~~~ >buttonCell.m:9:40: note: in expansion of macro 'PASS' > 9 | #define PASS_MODIFIER(index, expected) PASS([[cells objectAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[cells objectAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >buttonCell.m:46:3: note: in expansion of macro 'PASS_MODIFIER' > 46 | PASS_MODIFIER(0, NSShiftKeyMask); > | ^~~~~~~~~~~~~ >buttonCell.m:49:3: warning: no '-keyEquivalentModifierMask' method found > 49 | PASS_MODIFIER(1, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >buttonCell.m:9:101: warning: comparison between pointer and integer > 9 | #define PASS_MODIFIER(index, expected) PASS([[cells objectAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[cells objectAtIndex:index] keyEquivalentModifierMask], expected); > | ^~ >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:222:21: note: in definition of macro 'PASS' > 222 | _cond = (int)(testExpression__); \ > | ^~~~~~~~~~~~~~~~ >buttonCell.m:49:3: note: in expansion of macro 'PASS_MODIFIER' > 49 | PASS_MODIFIER(1, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >buttonCell.m:49:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:223:19: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 223 | pass(_cond, "%s:%d ... " testFormat__, __FILE__, \ > | ^~~~~~~~~~~~ >buttonCell.m:9:40: note: in expansion of macro 'PASS' > 9 | #define PASS_MODIFIER(index, expected) PASS([[cells objectAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[cells objectAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >buttonCell.m:49:3: note: in expansion of macro 'PASS_MODIFIER' > 49 | PASS_MODIFIER(1, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >buttonCell.m:49:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:228:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 228 | pass(0, "%s:%d ... " testFormat__, __FILE__, __LINE__, ## __VA_ARGS__); \ > | ^~~~~~~~~~~~ >buttonCell.m:9:40: note: in expansion of macro 'PASS' > 9 | #define PASS_MODIFIER(index, expected) PASS([[cells objectAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[cells objectAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >buttonCell.m:49:3: note: in expansion of macro 'PASS_MODIFIER' > 49 | PASS_MODIFIER(1, NSCommandKeyMask); > | ^~~~~~~~~~~~~ >buttonCell.m:52:3: warning: no '-keyEquivalentModifierMask' method found > 52 | PASS_MODIFIER(2, 0); > | ^~~~~~~~~~~~~ >buttonCell.m:52:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:223:19: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 223 | pass(_cond, "%s:%d ... " testFormat__, __FILE__, \ > | ^~~~~~~~~~~~ >buttonCell.m:9:40: note: in expansion of macro 'PASS' > 9 | #define PASS_MODIFIER(index, expected) PASS([[cells objectAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[cells objectAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >buttonCell.m:52:3: note: in expansion of macro 'PASS_MODIFIER' > 52 | PASS_MODIFIER(2, 0); > | ^~~~~~~~~~~~~ >buttonCell.m:52:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:228:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 228 | pass(0, "%s:%d ... " testFormat__, __FILE__, __LINE__, ## __VA_ARGS__); \ > | ^~~~~~~~~~~~ >buttonCell.m:9:40: note: in expansion of macro 'PASS' > 9 | #define PASS_MODIFIER(index, expected) PASS([[cells objectAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[cells objectAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >buttonCell.m:52:3: note: in expansion of macro 'PASS_MODIFIER' > 52 | PASS_MODIFIER(2, 0); > | ^~~~~~~~~~~~~ >buttonCell.m:55:3: warning: no '-keyEquivalentModifierMask' method found > 55 | PASS_MODIFIER(3, 0); > | ^~~~~~~~~~~~~ >buttonCell.m:55:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:223:19: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 223 | pass(_cond, "%s:%d ... " testFormat__, __FILE__, \ > | ^~~~~~~~~~~~ >buttonCell.m:9:40: note: in expansion of macro 'PASS' > 9 | #define PASS_MODIFIER(index, expected) PASS([[cells objectAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[cells objectAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >buttonCell.m:55:3: note: in expansion of macro 'PASS_MODIFIER' > 55 | PASS_MODIFIER(3, 0); > | ^~~~~~~~~~~~~ >buttonCell.m:55:3: warning: no '-keyEquivalentModifierMask' method found >/usr/share/GNUstep/Makefiles/TestFramework/Testing.h:228:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'id' [-Wformat=] > 228 | pass(0, "%s:%d ... " testFormat__, __FILE__, __LINE__, ## __VA_ARGS__); \ > | ^~~~~~~~~~~~ >buttonCell.m:9:40: note: in expansion of macro 'PASS' > 9 | #define PASS_MODIFIER(index, expected) PASS([[cells objectAtIndex:index] keyEquivalentModifierMask] == expected, "Modifier mask 0x%x equals expected 0x%x", [[cells objectAtIndex:index] keyEquivalentModifierMask], expected); > | ^~~~ >buttonCell.m:55:3: note: in expansion of macro 'PASS_MODIFIER' > 55 | PASS_MODIFIER(3, 0); > | ^~~~~~~~~~~~~ >menu.m:64:1: warning: control reaches end of non-void function [-Wreturn-type] > 64 | } > | ^ >buttonCell.m:58:1: warning: control reaches end of non-void function [-Wreturn-type] > 58 | } > | ^ > Linking test_tool buttonCell ... > Linking test_tool menu ... >Testing buttonCell.m... >Running gui/GSXib5KeyedUnarchiver/buttonCell.m... >Start set: buttonCell.m:13 ... GSXib5KeyedUnarchiver NSButtonCell tests >2024-10-20 21:00:23.168 buttonCell[166:166] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:23.174 buttonCell[166:166] Failed to determine offsets for style 1 >2024-10-20 21:00:24.181 buttonCell[166:166] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:24.188 buttonCell[166:166] Failed to determine offsets for style 2 >2024-10-20 21:00:25.206 buttonCell[166:166] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:25.210 buttonCell[166:166] Failed to determine offsets for style 3 >2024-10-20 21:00:26.220 buttonCell[166:166] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:26.225 buttonCell[166:166] Failed to determine offsets for style 4 >2024-10-20 21:00:27.244 buttonCell[166:166] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:27.247 buttonCell[166:166] Failed to determine offsets for style 5 >2024-10-20 21:00:28.257 buttonCell[166:166] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:28.260 buttonCell[166:166] Failed to determine offsets for style 6 >2024-10-20 21:00:29.268 buttonCell[166:166] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:29.269 buttonCell[166:166] Failed to determine offsets for style 7 >2024-10-20 21:00:30.272 buttonCell[166:166] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:30.273 buttonCell[166:166] Failed to determine offsets for style 8 >2024-10-20 21:00:31.276 buttonCell[166:166] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:31.279 buttonCell[166:166] Failed to determine offsets for style 9 >2024-10-20 21:00:32.289 buttonCell[166:166] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:32.293 buttonCell[166:166] Failed to determine offsets for style 10 >2024-10-20 21:00:33.301 buttonCell[166:166] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:33.302 buttonCell[166:166] Failed to determine offsets for style 11 >2024-10-20 21:00:34.305 buttonCell[166:166] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:34.307 buttonCell[166:166] Failed to determine offsets for style 12 >2024-10-20 21:00:35.310 buttonCell[166:166] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:35.311 buttonCell[166:166] Failed to determine offsets for style 13 >2024-10-20 21:00:36.317 buttonCell[166:166] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:36.319 buttonCell[166:166] Failed to determine offsets for style 14 >2024-10-20 21:00:37.323 buttonCell[166:166] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:37.324 buttonCell[166:166] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:00:37.384 +0100) buttonCell.m:41 ... Top-level NSMatrix was found >Passed test: (2024-10-20 21:00:37.384 +0100) buttonCell.m:46 ... Modifier mask 0x20000 equals expected 0x20000 >Passed test: (2024-10-20 21:00:37.384 +0100) buttonCell.m:49 ... Modifier mask 0x100000 equals expected 0x100000 >Passed test: (2024-10-20 21:00:37.384 +0100) buttonCell.m:52 ... Modifier mask 0x0 equals expected 0x0 >Passed test: (2024-10-20 21:00:37.385 +0100) buttonCell.m:55 ... Modifier mask 0x0 equals expected 0x0 >End set: buttonCell.m:57 ... GSXib5KeyedUnarchiver NSButtonCell tests >Failed file: buttonCell.m aborted without running all tests! >Testing menu.m... >Running gui/GSXib5KeyedUnarchiver/menu.m... >Start set: menu.m:12 ... GSXib5KeyedUnarchiver NSMenu tests >2024-10-20 21:00:38.598 menu[189:189] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:38.602 menu[189:189] Failed to determine offsets for style 1 >2024-10-20 21:00:39.608 menu[189:189] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:39.609 menu[189:189] Failed to determine offsets for style 2 >2024-10-20 21:00:40.622 menu[189:189] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:40.624 menu[189:189] Failed to determine offsets for style 3 >2024-10-20 21:00:41.631 menu[189:189] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:41.633 menu[189:189] Failed to determine offsets for style 4 >2024-10-20 21:00:42.636 menu[189:189] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:42.638 menu[189:189] Failed to determine offsets for style 5 >2024-10-20 21:00:43.648 menu[189:189] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:43.651 menu[189:189] Failed to determine offsets for style 6 >2024-10-20 21:00:44.667 menu[189:189] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:44.668 menu[189:189] Failed to determine offsets for style 7 >2024-10-20 21:00:45.675 menu[189:189] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:45.682 menu[189:189] Failed to determine offsets for style 8 >2024-10-20 21:00:46.700 menu[189:189] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:46.707 menu[189:189] Failed to determine offsets for style 9 >2024-10-20 21:00:47.716 menu[189:189] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:47.721 menu[189:189] Failed to determine offsets for style 10 >2024-10-20 21:00:48.724 menu[189:189] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:48.727 menu[189:189] Failed to determine offsets for style 11 >2024-10-20 21:00:49.738 menu[189:189] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:49.741 menu[189:189] Failed to determine offsets for style 12 >2024-10-20 21:00:50.753 menu[189:189] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:50.755 menu[189:189] Failed to determine offsets for style 13 >2024-10-20 21:00:51.758 menu[189:189] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:51.765 menu[189:189] Failed to determine offsets for style 14 >2024-10-20 21:00:52.784 menu[189:189] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:52.788 menu[189:189] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:00:52.856 +0100) menu.m:40 ... Top-level NSMenu was found >Passed test: (2024-10-20 21:00:52.856 +0100) menu.m:44 ... Modifier mask 0x0 equals expected 0x0 >Passed test: (2024-10-20 21:00:52.856 +0100) menu.m:46 ... Modifier mask 0x20000 equals expected 0x20000 >Passed test: (2024-10-20 21:00:52.856 +0100) menu.m:48 ... Modifier mask 0x100000 equals expected 0x100000 >Passed test: (2024-10-20 21:00:52.856 +0100) menu.m:50 ... Modifier mask 0x80000 equals expected 0x80000 >Passed test: (2024-10-20 21:00:52.856 +0100) menu.m:52 ... Modifier mask 0x100000 equals expected 0x100000 >Passed test: (2024-10-20 21:00:52.856 +0100) menu.m:54 ... Modifier mask 0x100000 equals expected 0x100000 >Passed test: (2024-10-20 21:00:52.856 +0100) menu.m:57 ... Modifier mask 0x100000 equals expected 0x100000 >Passed test: (2024-10-20 21:00:52.856 +0100) menu.m:59 ... Modifier mask 0x0 equals expected 0x0 >Passed test: (2024-10-20 21:00:52.856 +0100) menu.m:61 ... Modifier mask 0x100000 equals expected 0x100000 >End set: menu.m:63 ... GSXib5KeyedUnarchiver NSMenu tests >Failed file: menu.m aborted without running all tests! > >Building in gui/NSBezierPath >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool basic... >Making all for test_tool bounds... >Making all for test_tool windingCountAtPoint... > Compiling file basic.m ... > Compiling file windingCountAtPoint.m ... > Compiling file bounds.m ... > Linking test_tool bounds ... > Linking test_tool basic ... > Linking test_tool windingCountAtPoint ... >Testing basic.m... >Running gui/NSBezierPath/basic.m... >Passed test: (2024-10-20 21:00:54.457 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSBezierPath' exists >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSBezierPath' has working alloc >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSBezierPath' alloc gives the correct class >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSBezierPath' has working init >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSBezierPath' has working new >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSBezierPath' has working allocWithZone >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... NSBezierPath is a known className >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSBezierPath' conforms to NSObject >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSBezierPath' can return self >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSBezierPath' can return own class >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSBezierPath' object <NSBezierPath: 0x15db450> is of correct class >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSBezierPath' isMemberOfClass works >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSBezierPath' can return superclass >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSBezierPath' responds to hash >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSBezierPath' isEqual: to self >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSBezierPath' respondsToSelector: >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSBezierPath' handles retain >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSBezierPath' has working retainCount >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSBezierPath' has NSString description >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSBezierPath' handles performSelector >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSBezierPath' conforms to NSObject >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSBezierPath' can return self >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSBezierPath' can return own class >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSBezierPath' object <NSBezierPath: 0x15dbec0> is of correct class >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSBezierPath' isMemberOfClass works >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSBezierPath' can return superclass >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSBezierPath' responds to hash >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSBezierPath' isEqual: to self >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSBezierPath' respondsToSelector: >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSBezierPath' handles retain >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSBezierPath' has working retainCount >Passed test: (2024-10-20 21:00:54.469 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSBezierPath' has NSString description >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSBezierPath' handles performSelector >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSBezierPath' conforms to NSObject >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSBezierPath' can return self >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSBezierPath' can return own class >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSBezierPath' object <NSBezierPath: 0x15dc0b0> is of correct class >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSBezierPath' isMemberOfClass works >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSBezierPath' can return superclass >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSBezierPath' responds to hash >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSBezierPath' isEqual: to self >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSBezierPath' respondsToSelector: >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSBezierPath' handles retain >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSBezierPath' has working retainCount >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSBezierPath' has NSString description >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSBezierPath' handles performSelector >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 0 >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I can extract a class name for object >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I am able to set up an archiver >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... Object 0 of class 'NSBezierPath' can be encoded >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... can be decoded >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 0 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 1 >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I can extract a class name for object >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I am able to set up an archiver >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... Object 1 of class 'NSBezierPath' can be encoded >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... can be decoded >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 1 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 2 >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I can extract a class name for object >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I am able to set up an archiver >Passed test: (2024-10-20 21:00:54.470 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... Object 2 of class 'NSBezierPath' can be encoded >Passed test: (2024-10-20 21:00:54.471 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... can be decoded >Passed test: (2024-10-20 21:00:54.471 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 2 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 0 >Passed test: (2024-10-20 21:00:54.471 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... I can extract a class name for object >Passed test: (2024-10-20 21:00:54.471 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:00:54.471 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... Object 0 of class 'NSBezierPath' can be encoded >Passed test: (2024-10-20 21:00:54.471 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... can be decoded >Passed test: (2024-10-20 21:00:54.471 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 0 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 1 >Passed test: (2024-10-20 21:00:54.472 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... I can extract a class name for object >Passed test: (2024-10-20 21:00:54.472 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:00:54.472 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... Object 1 of class 'NSBezierPath' can be encoded >Passed test: (2024-10-20 21:00:54.472 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... can be decoded >Passed test: (2024-10-20 21:00:54.472 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 1 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 2 >Passed test: (2024-10-20 21:00:54.472 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... I can extract a class name for object >Passed test: (2024-10-20 21:00:54.472 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:00:54.472 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... Object 2 of class 'NSBezierPath' can be encoded >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... can be decoded >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 2 >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... NSBezierPath is a known class >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... NSBezierPath is a known class >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 0 >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... conforms to NSCopying >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSBezierPath' understands -copy >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSBezierPath' copy is of correct type >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSBezierPath' original and copy are equal >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSBezierPath' understands -copyWithZone >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSBezierPath' zCopy has correct type >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSBezierPath' copy and original are equal >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 0 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 1 >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... conforms to NSCopying >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSBezierPath' understands -copy >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSBezierPath' copy is of correct type >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSBezierPath' original and copy are equal >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSBezierPath' understands -copyWithZone >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSBezierPath' zCopy has correct type >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSBezierPath' copy and original are equal >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 1 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 2 >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... conforms to NSCopying >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 2 of class 'NSBezierPath' understands -copy >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 2 of class 'NSBezierPath' copy is of correct type >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 2 of class 'NSBezierPath' original and copy are equal >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 2 of class 'NSBezierPath' understands -copyWithZone >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 2 of class 'NSBezierPath' zCopy has correct type >Passed test: (2024-10-20 21:00:54.473 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 2 of class 'NSBezierPath' copy and original are equal >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 2 >Completed file: basic.m >Testing bounds.m... >Running gui/NSBezierPath/bounds.m... >Passed test: (2024-10-20 21:00:54.627 +0100) empty path gives empty bounds >Passed test: (2024-10-20 21:00:54.639 +0100) bounds accuracy (1) >Passed test: (2024-10-20 21:00:54.639 +0100) control-point bounds accuracy (1) >Passed test: (2024-10-20 21:00:54.639 +0100) empty path gives empty bounds (2) >Passed test: (2024-10-20 21:00:54.639 +0100) bounds accuracy (2) >Passed test: (2024-10-20 21:00:54.639 +0100) control-point bounds accuracy (2) >Passed test: (2024-10-20 21:00:54.639 +0100) bounds accuracy (3) >Passed test: (2024-10-20 21:00:54.639 +0100) bounds accuracy (4) >Passed test: (2024-10-20 21:00:54.639 +0100) control-point bounds accuracy (3) >Completed file: bounds.m >Testing windingCountAtPoint.m... >Running gui/NSBezierPath/windingCountAtPoint.m... >Passed test: (2024-10-20 21:00:54.793 +0100) path 'empty', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.804 +0100) path '(u) rect', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.804 +0100) path '(u) rect', 1.50000000e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.804 +0100) path '(u) rect', 9.99999924e+01 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.804 +0100) path '(u) rect', 1.00000008e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.804 +0100) path '(u) rect', 9.99999924e+01 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.804 +0100) path '(u) rect', 9.99999924e+01 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.804 +0100) path '(u) rect', 1.00000000e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.804 +0100) path '(u) rect', 1.00000008e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.804 +0100) path '(u) rect', 1.99999985e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.804 +0100) path '(u) rect', 2.00000015e+02 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 2.00000015e+02 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 1.99999985e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 2.00000000e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 2.00000015e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 1.99999985e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 2.00000000e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 2.00000015e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 2.00000015e+02 2.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 1.99999985e+02 1.99999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 2.00000015e+02 1.99999985e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 9.99999924e+01 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 1.00000000e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 1.00000008e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 9.99999924e+01 2.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 9.99999924e+01 1.99999985e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(u) rect', 1.00000008e+02 1.99999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 1.50000000e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 9.99999924e+01 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 1.00000008e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 9.99999924e+01 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 9.99999924e+01 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 1.00000000e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 1.00000008e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 1.99999985e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 2.00000015e+02 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 2.00000015e+02 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 1.99999985e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 2.00000000e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 2.00000015e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 1.99999985e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 2.00000000e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 2.00000015e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 2.00000015e+02 2.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 1.99999985e+02 1.99999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 2.00000015e+02 1.99999985e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 9.99999924e+01 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 1.00000000e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 1.00000008e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 9.99999924e+01 2.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 9.99999924e+01 1.99999985e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(c) rect', 1.00000008e+02 1.99999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.805 +0100) path '(d) rect', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 1.50000000e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 9.99999924e+01 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 1.00000008e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 9.99999924e+01 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 9.99999924e+01 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 1.00000000e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 1.00000008e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 1.99999985e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 2.00000015e+02 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 2.00000015e+02 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 1.99999985e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 2.00000000e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 2.00000015e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 1.99999985e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 2.00000000e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 2.00000015e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 2.00000015e+02 2.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 1.99999985e+02 1.99999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 2.00000015e+02 1.99999985e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 9.99999924e+01 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 1.00000000e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 1.00000008e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 9.99999924e+01 2.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 9.99999924e+01 1.99999985e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(d) rect', 1.00000008e+02 1.99999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(u) tilted rect', 0.00000000e+00 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(u) tilted rect', 2.00000000e+02 2.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(u) tilted rect', -4.99999987e-06 -9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(u) tilted rect', 0.00000000e+00 -9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(u) tilted rect', 4.99999987e-06 -9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(u) tilted rect', -4.99999987e-06 -1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.806 +0100) path '(u) tilted rect', 4.99999987e-06 -1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -4.99999987e-06 -1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 0.00000000e+00 -1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 4.99999987e-06 -1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -4.99999987e-06 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 0.00000000e+00 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 4.99999987e-06 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -4.99999987e-06 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 4.99999987e-06 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -4.99999987e-06 9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 0.00000000e+00 9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 4.99999987e-06 9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -1.00000008e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -1.00000000e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -9.99999924e+01 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -1.00000008e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -9.99999924e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -1.00000008e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -1.00000000e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -9.99999924e+01 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 9.99999924e+01 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 1.00000000e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 1.00000008e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 9.99999924e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 1.00000008e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 9.99999924e+01 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 1.00000000e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 1.00000008e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 5.00000000e+01 5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 5.00000114e+01 5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 4.99999886e+01 5.00000000e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 5.00000114e+01 5.00000000e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 4.99999886e+01 4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', 5.00000000e+01 4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -5.00000114e+01 5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -5.00000000e+01 5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -5.00000114e+01 5.00000000e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -4.99999886e+01 5.00000000e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -5.00000000e+01 4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -4.99999886e+01 4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.807 +0100) path '(u) tilted rect', -5.00000000e+01 -4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(u) tilted rect', -4.99999886e+01 -4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(u) tilted rect', -5.00000114e+01 -5.00000000e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(u) tilted rect', -4.99999886e+01 -5.00000000e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(u) tilted rect', -5.00000114e+01 -5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(u) tilted rect', -5.00000000e+01 -5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(u) tilted rect', 4.99999886e+01 -4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(u) tilted rect', 5.00000000e+01 -4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(u) tilted rect', 4.99999886e+01 -5.00000000e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(u) tilted rect', 5.00000114e+01 -5.00000000e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(u) tilted rect', 5.00000000e+01 -5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(u) tilted rect', 5.00000114e+01 -5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 0.00000000e+00 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 2.00000000e+02 2.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', -4.99999987e-06 -9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 0.00000000e+00 -9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 4.99999987e-06 -9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', -4.99999987e-06 -1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 4.99999987e-06 -1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', -4.99999987e-06 -1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 0.00000000e+00 -1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 4.99999987e-06 -1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', -4.99999987e-06 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 0.00000000e+00 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 4.99999987e-06 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', -4.99999987e-06 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 4.99999987e-06 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', -4.99999987e-06 9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 0.00000000e+00 9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 4.99999987e-06 9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', -1.00000008e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', -1.00000000e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', -9.99999924e+01 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', -1.00000008e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', -9.99999924e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', -1.00000008e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', -1.00000000e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', -9.99999924e+01 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 9.99999924e+01 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 1.00000000e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 1.00000008e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 9.99999924e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 1.00000008e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 9.99999924e+01 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.808 +0100) path '(c) tilted rect', 1.00000000e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', 1.00000008e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', 5.00000000e+01 5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', 5.00000114e+01 5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', 4.99999886e+01 5.00000000e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', 5.00000114e+01 5.00000000e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', 4.99999886e+01 4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', 5.00000000e+01 4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', -5.00000114e+01 5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', -5.00000000e+01 5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', -5.00000114e+01 5.00000000e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', -4.99999886e+01 5.00000000e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', -5.00000000e+01 4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', -4.99999886e+01 4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', -5.00000000e+01 -4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', -4.99999886e+01 -4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', -5.00000114e+01 -5.00000000e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', -4.99999886e+01 -5.00000000e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', -5.00000114e+01 -5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', -5.00000000e+01 -5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', 4.99999886e+01 -4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', 5.00000000e+01 -4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', 4.99999886e+01 -5.00000000e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', 5.00000114e+01 -5.00000000e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', 5.00000000e+01 -5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(c) tilted rect', 5.00000114e+01 -5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', 0.00000000e+00 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', 2.00000000e+02 2.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', -4.99999987e-06 -9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', 0.00000000e+00 -9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', 4.99999987e-06 -9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', -4.99999987e-06 -1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', 4.99999987e-06 -1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', -4.99999987e-06 -1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', 0.00000000e+00 -1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', 4.99999987e-06 -1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', -4.99999987e-06 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', 0.00000000e+00 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', 4.99999987e-06 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', -4.99999987e-06 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', 4.99999987e-06 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', -4.99999987e-06 9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', 0.00000000e+00 9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.809 +0100) path '(d) tilted rect', 4.99999987e-06 9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -1.00000008e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -1.00000000e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -9.99999924e+01 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -1.00000008e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -9.99999924e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -1.00000008e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -1.00000000e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -9.99999924e+01 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 9.99999924e+01 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 1.00000000e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 1.00000008e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 9.99999924e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 1.00000008e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 9.99999924e+01 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 1.00000000e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 1.00000008e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 5.00000000e+01 5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 5.00000114e+01 5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 4.99999886e+01 5.00000000e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 5.00000114e+01 5.00000000e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 4.99999886e+01 4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 5.00000000e+01 4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -5.00000114e+01 5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -5.00000000e+01 5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -5.00000114e+01 5.00000000e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -4.99999886e+01 5.00000000e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -5.00000000e+01 4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -4.99999886e+01 4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -5.00000000e+01 -4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -4.99999886e+01 -4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -5.00000114e+01 -5.00000000e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -4.99999886e+01 -5.00000000e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -5.00000114e+01 -5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', -5.00000000e+01 -5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 4.99999886e+01 -4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 5.00000000e+01 -4.99999886e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 4.99999886e+01 -5.00000000e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 5.00000114e+01 -5.00000000e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 5.00000000e+01 -5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(d) tilted rect', 5.00000114e+01 -5.00000114e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(u) touching rects', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.810 +0100) path '(u) touching rects', 1.50000000e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 2.50000000e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 1.99999985e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 2.00000000e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 2.00000015e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 1.99999985e+02 1.99999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 2.00000000e+02 1.99999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 2.00000015e+02 1.99999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 1.99999985e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 2.00000000e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 2.00000015e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 1.99999985e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 2.00000000e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 2.00000015e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 1.99999985e+02 1.50000015e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 2.00000000e+02 1.50000015e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 2.00000015e+02 1.50000015e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 1.99999985e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 2.00000000e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 2.00000015e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 1.99999985e+02 1.49999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 2.00000000e+02 1.49999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(u) touching rects', 2.00000015e+02 1.49999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 1.50000000e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 2.50000000e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 1.99999985e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 2.00000000e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 2.00000015e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 1.99999985e+02 1.99999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 2.00000000e+02 1.99999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 2.00000015e+02 1.99999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 1.99999985e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 2.00000000e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 2.00000015e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 1.99999985e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 2.00000000e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 2.00000015e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 1.99999985e+02 1.50000015e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 2.00000000e+02 1.50000015e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 2.00000015e+02 1.50000015e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.811 +0100) path '(c) touching rects', 1.99999985e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(c) touching rects', 2.00000000e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(c) touching rects', 2.00000015e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(c) touching rects', 1.99999985e+02 1.49999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(c) touching rects', 2.00000000e+02 1.49999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(c) touching rects', 2.00000015e+02 1.49999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 1.50000000e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 2.50000000e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 1.99999985e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 2.00000000e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 2.00000015e+02 2.00000015e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 1.99999985e+02 1.99999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 2.00000000e+02 1.99999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 2.00000015e+02 1.99999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 1.99999985e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 2.00000000e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 2.00000015e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 1.99999985e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 2.00000000e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 2.00000015e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 1.99999985e+02 1.50000015e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 2.00000000e+02 1.50000015e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 2.00000015e+02 1.50000015e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 1.99999985e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 2.00000000e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 2.00000015e+02 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 1.99999985e+02 1.49999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 2.00000000e+02 1.49999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) touching rects', 2.00000015e+02 1.49999985e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(u) intersecting rects', 0.00000000e+00 0.00000000e+00, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(u) intersecting rects', 2.00000000e+02 2.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(u) intersecting rects', 1.50000000e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(u) intersecting rects', 0.00000000e+00 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(c) intersecting rects', 0.00000000e+00 0.00000000e+00, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(c) intersecting rects', 2.00000000e+02 2.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(c) intersecting rects', 1.50000000e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(c) intersecting rects', 0.00000000e+00 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) intersecting rects', 0.00000000e+00 0.00000000e+00, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.812 +0100) path '(d) intersecting rects', 2.00000000e+02 2.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(d) intersecting rects', 1.50000000e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(d) intersecting rects', 0.00000000e+00 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) touching triangles', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) touching triangles', 1.50000000e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) touching triangles', 2.50000000e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) touching triangles', 1.99999985e+02 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) touching triangles', 2.00000000e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) touching triangles', 2.00000015e+02 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) touching triangles', 1.99999985e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) touching triangles', 2.00000015e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) touching triangles', 1.99999985e+02 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) touching triangles', 2.00000000e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) touching triangles', 2.00000015e+02 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(c) touching triangles', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(c) touching triangles', 1.50000000e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(c) touching triangles', 2.50000000e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(c) touching triangles', 1.99999985e+02 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(c) touching triangles', 2.00000000e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(c) touching triangles', 2.00000015e+02 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(c) touching triangles', 1.99999985e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(c) touching triangles', 2.00000015e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(c) touching triangles', 1.99999985e+02 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(c) touching triangles', 2.00000000e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(c) touching triangles', 2.00000015e+02 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(d) touching triangles', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(d) touching triangles', 1.50000000e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(d) touching triangles', 2.50000000e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(d) touching triangles', 1.99999985e+02 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(d) touching triangles', 2.00000000e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(d) touching triangles', 2.00000015e+02 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(d) touching triangles', 1.99999985e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(d) touching triangles', 2.00000015e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(d) touching triangles', 1.99999985e+02 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(d) touching triangles', 2.00000000e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(d) touching triangles', 2.00000015e+02 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) self-intersection', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) self-intersection', 2.00000000e+02 5.00000000e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) self-intersection', 2.00000000e+02 -5.00000000e+01, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) self-intersection', 1.99999985e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) self-intersection', 2.00000000e+02 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.813 +0100) path '(u) self-intersection', 2.00000015e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) self-intersection', 1.99999985e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) self-intersection', 2.00000015e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) self-intersection', 1.99999985e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) self-intersection', 2.00000000e+02 -4.99999987e-06, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) self-intersection', 2.00000015e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(c) self-intersection', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(c) self-intersection', 2.00000000e+02 5.00000000e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(c) self-intersection', 2.00000000e+02 -5.00000000e+01, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(c) self-intersection', 1.99999985e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(c) self-intersection', 2.00000000e+02 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(c) self-intersection', 2.00000015e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(c) self-intersection', 1.99999985e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(c) self-intersection', 2.00000015e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(c) self-intersection', 1.99999985e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(c) self-intersection', 2.00000000e+02 -4.99999987e-06, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(c) self-intersection', 2.00000015e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(d) self-intersection', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(d) self-intersection', 2.00000000e+02 5.00000000e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(d) self-intersection', 2.00000000e+02 -5.00000000e+01, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(d) self-intersection', 1.99999985e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(d) self-intersection', 2.00000000e+02 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(d) self-intersection', 2.00000015e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(d) self-intersection', 1.99999985e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(d) self-intersection', 2.00000015e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(d) self-intersection', 1.99999985e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(d) self-intersection', 2.00000000e+02 -4.99999987e-06, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(d) self-intersection', 2.00000015e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) intersecting rects', 0.00000000e+00 0.00000000e+00, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) intersecting rects', 2.00000000e+02 2.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) intersecting rects', 1.50000000e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) intersecting rects', 0.00000000e+00 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) intersecting rects', 9.99999924e+01 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) intersecting rects', 1.00000008e+02 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) intersecting rects', 9.99999924e+01 9.99999924e+01, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) intersecting rects', 1.00000008e+02 9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) intersecting rects', 9.99999924e+01 -9.99999924e+01, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) intersecting rects', 1.00000008e+02 -9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) intersecting rects', 9.99999924e+01 -1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) intersecting rects', 1.00000008e+02 -1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) intersecting rects', -1.00000008e+02 -9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) intersecting rects', -9.99999924e+01 -9.99999924e+01, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.814 +0100) path '(u) intersecting rects', -1.00000008e+02 -1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(u) intersecting rects', -9.99999924e+01 -1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(u) intersecting rects', -1.00000008e+02 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(u) intersecting rects', -9.99999924e+01 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(u) intersecting rects', -1.00000008e+02 9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(u) intersecting rects', -9.99999924e+01 9.99999924e+01, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', 0.00000000e+00 0.00000000e+00, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', 2.00000000e+02 2.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', 1.50000000e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', 0.00000000e+00 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', 9.99999924e+01 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', 1.00000008e+02 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', 9.99999924e+01 9.99999924e+01, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', 1.00000008e+02 9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', 9.99999924e+01 -9.99999924e+01, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', 1.00000008e+02 -9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', 9.99999924e+01 -1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', 1.00000008e+02 -1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', -1.00000008e+02 -9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', -9.99999924e+01 -9.99999924e+01, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', -1.00000008e+02 -1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', -9.99999924e+01 -1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', -1.00000008e+02 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', -9.99999924e+01 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', -1.00000008e+02 9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(c) intersecting rects', -9.99999924e+01 9.99999924e+01, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(d) intersecting rects', 0.00000000e+00 0.00000000e+00, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(d) intersecting rects', 2.00000000e+02 2.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(d) intersecting rects', 1.50000000e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(d) intersecting rects', 0.00000000e+00 1.50000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(d) intersecting rects', 9.99999924e+01 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(d) intersecting rects', 1.00000008e+02 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(d) intersecting rects', 9.99999924e+01 9.99999924e+01, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(d) intersecting rects', 1.00000008e+02 9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(d) intersecting rects', 9.99999924e+01 -9.99999924e+01, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(d) intersecting rects', 1.00000008e+02 -9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(d) intersecting rects', 9.99999924e+01 -1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(d) intersecting rects', 1.00000008e+02 -1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(d) intersecting rects', -1.00000008e+02 -9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(d) intersecting rects', -9.99999924e+01 -9.99999924e+01, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.815 +0100) path '(d) intersecting rects', -1.00000008e+02 -1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(d) intersecting rects', -9.99999924e+01 -1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(d) intersecting rects', -1.00000008e+02 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(d) intersecting rects', -9.99999924e+01 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(d) intersecting rects', -1.00000008e+02 9.99999924e+01, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(d) intersecting rects', -9.99999924e+01 9.99999924e+01, expected 2, got 2 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(u) curve 1', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(u) curve 1', 2.10000000e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(u) curve 1', 1.90000000e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(u) curve 1', 1.10000000e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(u) curve 1', 1.74999985e+02 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(u) curve 1', 1.75000000e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(u) curve 1', 1.75000015e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(u) curve 1', 1.74999985e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(u) curve 1', 1.75000015e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(u) curve 1', 1.74999985e+02 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(u) curve 1', 1.75000000e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(u) curve 1', 1.75000015e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(c) curve 1', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(c) curve 1', 2.10000000e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(c) curve 1', 1.90000000e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(c) curve 1', 1.10000000e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(c) curve 1', 1.74999985e+02 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(c) curve 1', 1.75000000e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(c) curve 1', 1.75000015e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(c) curve 1', 1.74999985e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(c) curve 1', 1.75000015e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(c) curve 1', 1.74999985e+02 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(c) curve 1', 1.75000000e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(c) curve 1', 1.75000015e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(d) curve 1', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(d) curve 1', 2.10000000e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.816 +0100) path '(d) curve 1', 1.90000000e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(d) curve 1', 1.10000000e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(d) curve 1', 1.74999985e+02 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(d) curve 1', 1.75000000e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(d) curve 1', 1.75000015e+02 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(d) curve 1', 1.74999985e+02 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(d) curve 1', 1.75000015e+02 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(d) curve 1', 1.74999985e+02 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(d) curve 1', 1.75000000e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(d) curve 1', 1.75000015e+02 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(u) curve 2', 0.00000000e+00 0.00000000e+00, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(u) curve 2', -9.00000000e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(u) curve 2', 9.00000000e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(u) curve 2', -7.69800415e+01 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(u) curve 2', -7.69800359e+01 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(u) curve 2', -7.69800262e+01 4.99999987e-06, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(u) curve 2', -7.69800415e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(u) curve 2', -7.69800262e+01 0.00000000e+00, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(u) curve 2', -7.69800415e+01 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(u) curve 2', -7.69800359e+01 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(u) curve 2', -7.69800262e+01 -4.99999987e-06, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(u) curve 2', 7.69800262e+01 4.99999987e-06, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.817 +0100) path '(u) curve 2', 7.69800359e+01 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(u) curve 2', 7.69800415e+01 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(u) curve 2', 7.69800262e+01 0.00000000e+00, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(u) curve 2', 7.69800415e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(u) curve 2', 7.69800262e+01 -4.99999987e-06, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(u) curve 2', 7.69800359e+01 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(u) curve 2', 7.69800415e+01 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(c) curve 2', 0.00000000e+00 0.00000000e+00, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(c) curve 2', -9.00000000e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(c) curve 2', 9.00000000e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(c) curve 2', -7.69800415e+01 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(c) curve 2', -7.69800359e+01 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(c) curve 2', -7.69800262e+01 4.99999987e-06, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(c) curve 2', -7.69800415e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(c) curve 2', -7.69800262e+01 0.00000000e+00, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(c) curve 2', -7.69800415e+01 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(c) curve 2', -7.69800359e+01 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(c) curve 2', -7.69800262e+01 -4.99999987e-06, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.818 +0100) path '(c) curve 2', 7.69800262e+01 4.99999987e-06, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(c) curve 2', 7.69800359e+01 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(c) curve 2', 7.69800415e+01 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(c) curve 2', 7.69800262e+01 0.00000000e+00, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(c) curve 2', 7.69800415e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(c) curve 2', 7.69800262e+01 -4.99999987e-06, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(c) curve 2', 7.69800359e+01 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(c) curve 2', 7.69800415e+01 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(d) curve 2', 0.00000000e+00 0.00000000e+00, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(d) curve 2', -9.00000000e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(d) curve 2', 9.00000000e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(d) curve 2', -7.69800415e+01 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(d) curve 2', -7.69800359e+01 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(d) curve 2', -7.69800262e+01 4.99999987e-06, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(d) curve 2', -7.69800415e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(d) curve 2', -7.69800262e+01 0.00000000e+00, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(d) curve 2', -7.69800415e+01 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(d) curve 2', -7.69800359e+01 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(d) curve 2', -7.69800262e+01 -4.99999987e-06, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.819 +0100) path '(d) curve 2', 7.69800262e+01 4.99999987e-06, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(d) curve 2', 7.69800359e+01 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(d) curve 2', 7.69800415e+01 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(d) curve 2', 7.69800262e+01 0.00000000e+00, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(d) curve 2', 7.69800415e+01 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(d) curve 2', 7.69800262e+01 -4.99999987e-06, expected -1, got -1 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(d) curve 2', 7.69800359e+01 -4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(d) curve 2', 7.69800415e+01 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(u) curve 3', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(u) curve 3', 1.05000000e+02 1.05000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(u) curve 3', 9.99999924e+01 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(u) curve 3', 1.00000000e+02 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(u) curve 3', 1.00000008e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(u) curve 3', 9.99999924e+01 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(u) curve 3', 1.00000008e+02 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(u) curve 3', 9.99999924e+01 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(u) curve 3', 1.00000000e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(u) curve 3', 1.00000008e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(c) curve 3', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(c) curve 3', 1.05000000e+02 1.05000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(c) curve 3', 9.99999924e+01 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(c) curve 3', 1.00000000e+02 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(c) curve 3', 1.00000008e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(c) curve 3', 9.99999924e+01 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(c) curve 3', 1.00000008e+02 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(c) curve 3', 9.99999924e+01 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.820 +0100) path '(c) curve 3', 1.00000000e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(c) curve 3', 1.00000008e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', 0.00000000e+00 0.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', 1.05000000e+02 1.05000000e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', 9.99999924e+01 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', 1.00000000e+02 1.00000008e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', 1.00000008e+02 1.00000008e+02, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', 9.99999924e+01 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', 1.00000008e+02 1.00000000e+02, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', 9.99999924e+01 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', 1.00000000e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', 1.00000008e+02 9.99999924e+01, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(u) curve 3', -5.00000000e+00 5.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(u) curve 3', 5.00000000e+00 -5.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(u) curve 3', -4.99999987e-06 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(u) curve 3', 4.99999987e-06 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(u) curve 3', 4.99999987e-06 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(u) curve 3', -4.99999987e-06 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(u) curve 3', 0.00000000e+00 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(u) curve 3', 4.99999987e-06 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(c) curve 3', -5.00000000e+00 5.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(c) curve 3', 5.00000000e+00 -5.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(c) curve 3', -4.99999987e-06 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(c) curve 3', 4.99999987e-06 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(c) curve 3', 4.99999987e-06 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(c) curve 3', -4.99999987e-06 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(c) curve 3', 0.00000000e+00 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(c) curve 3', 4.99999987e-06 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', -5.00000000e+00 5.00000000e+00, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', 5.00000000e+00 -5.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', -4.99999987e-06 4.99999987e-06, expected 0, got 0 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', 4.99999987e-06 4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', 4.99999987e-06 0.00000000e+00, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', -4.99999987e-06 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', 0.00000000e+00 -4.99999987e-06, expected 1, got 1 >Passed test: (2024-10-20 21:00:54.821 +0100) path '(d) curve 3', 4.99999987e-06 -4.99999987e-06, expected 1, got 1 >Completed file: windingCountAtPoint.m > >Building in gui/NSBitmapImageRep >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool testcopy... > Compiling file testcopy.m ... > Linking test_tool testcopy ... >Testing testcopy.m... >Running gui/NSBitmapImageRep/testcopy.m... >Passed test: (2024-10-20 21:00:55.988 +0100) Copied bitmaps have a different image data pointer - could cause image data corruption. >Completed file: testcopy.m > >Building in gui/NSButtonCell >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool encoding... > Compiling file encoding.m ... >encoding.m: In function 'main': >encoding.m:48:5: warning: passing argument 3 of 'propertyListWithData:options:format:error:' from incompatible pointer type [-Wincompatible-pointer-types] > 48 | error: &error]; > | ^~~~~ > | | > | id >encoding.m:48:5: note: expected 'NSPropertyListFormat *' {aka 'unsigned int *'} but argument is of type 'id' >encoding.m:85:1: warning: control reaches end of non-void function [-Wreturn-type] > 85 | } > | ^ > Linking test_tool encoding ... >Testing encoding.m... >Running gui/NSButtonCell/encoding.m... >Start set: encoding.m:11 ... NSButtonCell encoding tests >2024-10-20 21:00:58.328 encoding[461:461] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:58.332 encoding[461:461] Failed to determine offsets for style 1 >2024-10-20 21:00:59.337 encoding[461:461] Waited for a second, but the X system never made the window visible >2024-10-20 21:00:59.343 encoding[461:461] Failed to determine offsets for style 2 >2024-10-20 21:01:00.356 encoding[461:461] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:00.359 encoding[461:461] Failed to determine offsets for style 3 >2024-10-20 21:01:01.366 encoding[461:461] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:01.370 encoding[461:461] Failed to determine offsets for style 4 >2024-10-20 21:01:02.383 encoding[461:461] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:02.389 encoding[461:461] Failed to determine offsets for style 5 >2024-10-20 21:01:03.392 encoding[461:461] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:03.394 encoding[461:461] Failed to determine offsets for style 6 >2024-10-20 21:01:04.398 encoding[461:461] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:04.402 encoding[461:461] Failed to determine offsets for style 7 >2024-10-20 21:01:05.409 encoding[461:461] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:05.412 encoding[461:461] Failed to determine offsets for style 8 >2024-10-20 21:01:06.430 encoding[461:461] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:06.431 encoding[461:461] Failed to determine offsets for style 9 >2024-10-20 21:01:07.435 encoding[461:461] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:07.439 encoding[461:461] Failed to determine offsets for style 10 >2024-10-20 21:01:08.456 encoding[461:461] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:08.459 encoding[461:461] Failed to determine offsets for style 11 >2024-10-20 21:01:09.473 encoding[461:461] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:09.475 encoding[461:461] Failed to determine offsets for style 12 >2024-10-20 21:01:10.486 encoding[461:461] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:10.489 encoding[461:461] Failed to determine offsets for style 13 >2024-10-20 21:01:11.495 encoding[461:461] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:11.498 encoding[461:461] Failed to determine offsets for style 14 >2024-10-20 21:01:12.504 encoding[461:461] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:12.511 encoding[461:461] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:01:12.566 +0100) encoding.m:72 ... Found a dict with a NSButtonFlags2 entry >Passed test: (2024-10-20 21:01:12.566 +0100) encoding.m:79 ... Retrieved the NSButtonFlags2 value >Passed test: (2024-10-20 21:01:12.566 +0100) encoding.m:80 ... Encoded key mask 0x2000000 matches expected key mask 0x2000000 >End set: encoding.m:84 ... NSButtonCell encoding tests >Failed file: encoding.m aborted without running all tests! > >Building in gui/NSCell >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool basic... >Making all for test_tool objectValue... >Making all for test_tool properties... > Compiling file objectValue.m ... > Compiling file basic.m ... > Compiling file properties.m ... > Linking test_tool properties ... > Linking test_tool objectValue ... > Linking test_tool basic ... >Testing basic.m... >Running gui/NSCell/basic.m... >Start set: basic.m:16 ... NSCell GNUstep basic >2024-10-20 21:01:14.943 basic[563:563] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:14.947 basic[563:563] Failed to determine offsets for style 1 >2024-10-20 21:01:15.957 basic[563:563] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:15.959 basic[563:563] Failed to determine offsets for style 2 >2024-10-20 21:01:16.970 basic[563:563] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:16.975 basic[563:563] Failed to determine offsets for style 3 >2024-10-20 21:01:17.978 basic[563:563] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:17.979 basic[563:563] Failed to determine offsets for style 4 >2024-10-20 21:01:18.994 basic[563:563] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:18.998 basic[563:563] Failed to determine offsets for style 5 >2024-10-20 21:01:20.008 basic[563:563] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:20.011 basic[563:563] Failed to determine offsets for style 6 >2024-10-20 21:01:21.027 basic[563:563] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:21.029 basic[563:563] Failed to determine offsets for style 7 >2024-10-20 21:01:22.035 basic[563:563] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:22.037 basic[563:563] Failed to determine offsets for style 8 >2024-10-20 21:01:23.045 basic[563:563] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:23.047 basic[563:563] Failed to determine offsets for style 9 >2024-10-20 21:01:24.051 basic[563:563] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:24.052 basic[563:563] Failed to determine offsets for style 10 >2024-10-20 21:01:25.057 basic[563:563] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:25.057 basic[563:563] Failed to determine offsets for style 11 >2024-10-20 21:01:26.060 basic[563:563] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:26.060 basic[563:563] Failed to determine offsets for style 12 >2024-10-20 21:01:27.066 basic[563:563] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:27.066 basic[563:563] Failed to determine offsets for style 13 >2024-10-20 21:01:28.077 basic[563:563] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:28.078 basic[563:563] Failed to determine offsets for style 14 >2024-10-20 21:01:29.079 basic[563:563] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:29.079 basic[563:563] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSCell' exists >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSCell' has working alloc >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSCell' alloc gives the correct class >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSCell' has working init >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSCell' has working new >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSCell' has working allocWithZone >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... NSCell is a known className >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSCell' conforms to NSObject >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSCell' can return self >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSCell' can return own class >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSCell' object <NSCell: 0x1902190> is of correct class >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSCell' isMemberOfClass works >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSCell' can return superclass >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSCell' responds to hash >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSCell' isEqual: to self >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSCell' respondsToSelector: >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSCell' handles retain >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSCell' has working retainCount >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSCell' has NSString description >Passed test: (2024-10-20 21:01:29.125 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSCell' handles performSelector >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSCell' conforms to NSObject >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSCell' can return self >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSCell' can return own class >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSCell' object <NSCell: 0x18fe770> is of correct class >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSCell' isMemberOfClass works >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSCell' can return superclass >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSCell' responds to hash >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSCell' isEqual: to self >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSCell' respondsToSelector: >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSCell' handles retain >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSCell' has working retainCount >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSCell' has NSString description >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSCell' handles performSelector >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSCell' conforms to NSObject >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSCell' can return self >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSCell' can return own class >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSCell' object <NSCell: 0x18fee60> is of correct class >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSCell' isMemberOfClass works >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSCell' can return superclass >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSCell' responds to hash >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSCell' isEqual: to self >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSCell' respondsToSelector: >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSCell' handles retain >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSCell' has working retainCount >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSCell' has NSString description >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 2 of class 'NSCell' handles performSelector >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 0 >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I can extract a class name for object >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I am able to set up an archiver >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... Object 0 of class 'NSCell' can be encoded >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... can be decoded >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 0 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 1 >Passed test: (2024-10-20 21:01:29.126 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I can extract a class name for object >Passed test: (2024-10-20 21:01:29.127 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:01:29.127 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I am able to set up an archiver >Passed test: (2024-10-20 21:01:29.127 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... Object 1 of class 'NSCell' can be encoded >Passed test: (2024-10-20 21:01:29.127 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... can be decoded >Passed test: (2024-10-20 21:01:29.127 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 1 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 2 >Passed test: (2024-10-20 21:01:29.127 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I can extract a class name for object >Passed test: (2024-10-20 21:01:29.127 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:01:29.127 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I am able to set up an archiver >Passed test: (2024-10-20 21:01:29.127 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... Object 2 of class 'NSCell' can be encoded >Passed test: (2024-10-20 21:01:29.127 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... can be decoded >Passed test: (2024-10-20 21:01:29.127 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 2 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 0 >Passed test: (2024-10-20 21:01:29.127 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... I can extract a class name for object >Passed test: (2024-10-20 21:01:29.127 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:01:29.128 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... Object 0 of class 'NSCell' can be encoded >Passed test: (2024-10-20 21:01:29.128 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... can be decoded >Passed test: (2024-10-20 21:01:29.128 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 0 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 1 >Passed test: (2024-10-20 21:01:29.128 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... I can extract a class name for object >Passed test: (2024-10-20 21:01:29.128 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:01:29.129 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... Object 1 of class 'NSCell' can be encoded >Passed test: (2024-10-20 21:01:29.129 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... can be decoded >Passed test: (2024-10-20 21:01:29.129 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 1 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 2 >Passed test: (2024-10-20 21:01:29.129 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... I can extract a class name for object >Passed test: (2024-10-20 21:01:29.129 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:01:29.129 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... Object 2 of class 'NSCell' can be encoded >Passed test: (2024-10-20 21:01:29.129 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... can be decoded >Passed test: (2024-10-20 21:01:29.129 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 2 >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... NSCell is a known class >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... NSCell is a known class >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 0 >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... conforms to NSCopying >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSCell' understands -copy >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSCell' copy is of correct type >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSCell' original and copy are equal >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSCell' understands -copyWithZone >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSCell' zCopy has correct type >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSCell' copy and original are equal >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 0 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 1 >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... conforms to NSCopying >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSCell' understands -copy >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSCell' copy is of correct type >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSCell' original and copy are equal >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSCell' understands -copyWithZone >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSCell' zCopy has correct type >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSCell' copy and original are equal >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 1 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 2 >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... conforms to NSCopying >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 2 of class 'NSCell' understands -copy >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 2 of class 'NSCell' copy is of correct type >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 2 of class 'NSCell' original and copy are equal >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 2 of class 'NSCell' understands -copyWithZone >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 2 of class 'NSCell' zCopy has correct type >Passed test: (2024-10-20 21:01:29.130 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 2 of class 'NSCell' copy and original are equal >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 2 >End set: basic.m:43 ... NSCell GNUstep basic >Completed file: basic.m >Testing objectValue.m... >Running gui/NSCell/objectValue.m... >Start set: objectValue.m:16 ... NSCell GNUstep objectValue >2024-10-20 21:01:30.328 objectValue[584:584] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:30.331 objectValue[584:584] Failed to determine offsets for style 1 >2024-10-20 21:01:31.333 objectValue[584:584] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:31.333 objectValue[584:584] Failed to determine offsets for style 2 >2024-10-20 21:01:32.345 objectValue[584:584] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:32.345 objectValue[584:584] Failed to determine offsets for style 3 >2024-10-20 21:01:33.346 objectValue[584:584] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:33.346 objectValue[584:584] Failed to determine offsets for style 4 >2024-10-20 21:01:34.351 objectValue[584:584] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:34.352 objectValue[584:584] Failed to determine offsets for style 5 >2024-10-20 21:01:35.356 objectValue[584:584] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:35.356 objectValue[584:584] Failed to determine offsets for style 6 >2024-10-20 21:01:36.360 objectValue[584:584] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:36.361 objectValue[584:584] Failed to determine offsets for style 7 >2024-10-20 21:01:37.367 objectValue[584:584] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:37.367 objectValue[584:584] Failed to determine offsets for style 8 >2024-10-20 21:01:38.377 objectValue[584:584] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:38.377 objectValue[584:584] Failed to determine offsets for style 9 >2024-10-20 21:01:39.381 objectValue[584:584] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:39.381 objectValue[584:584] Failed to determine offsets for style 10 >2024-10-20 21:01:40.391 objectValue[584:584] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:40.392 objectValue[584:584] Failed to determine offsets for style 11 >2024-10-20 21:01:41.395 objectValue[584:584] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:41.395 objectValue[584:584] Failed to determine offsets for style 12 >2024-10-20 21:01:42.398 objectValue[584:584] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:42.399 objectValue[584:584] Failed to determine offsets for style 13 >2024-10-20 21:01:43.400 objectValue[584:584] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:43.400 objectValue[584:584] Failed to determine offsets for style 14 >2024-10-20 21:01:44.403 objectValue[584:584] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:44.403 objectValue[584:584] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:01:44.447 +0100) -objectValue with NSNumber works >Passed test: (2024-10-20 21:01:44.447 +0100) -floatValue works >Passed test: (2024-10-20 21:01:44.448 +0100) -intValue works >Passed test: (2024-10-20 21:01:44.448 +0100) -doubleValue works >Passed test: (2024-10-20 21:01:44.448 +0100) -objectValue with NSString works >Passed test: (2024-10-20 21:01:44.448 +0100) -objectValue with NSImage works >End set: objectValue.m:45 ... NSCell GNUstep objectValue >Completed file: objectValue.m >Testing properties.m... >Running gui/NSCell/properties.m... >Start set: properties.m:22 ... NSCell RefusesResponder >2024-10-20 21:01:45.646 properties[605:605] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:45.650 properties[605:605] Failed to determine offsets for style 1 >2024-10-20 21:01:46.656 properties[605:605] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:46.657 properties[605:605] Failed to determine offsets for style 2 >2024-10-20 21:01:47.669 properties[605:605] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:47.675 properties[605:605] Failed to determine offsets for style 3 >2024-10-20 21:01:48.683 properties[605:605] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:48.690 properties[605:605] Failed to determine offsets for style 4 >2024-10-20 21:01:49.693 properties[605:605] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:49.695 properties[605:605] Failed to determine offsets for style 5 >2024-10-20 21:01:50.699 properties[605:605] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:50.701 properties[605:605] Failed to determine offsets for style 6 >2024-10-20 21:01:51.715 properties[605:605] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:51.722 properties[605:605] Failed to determine offsets for style 7 >2024-10-20 21:01:52.734 properties[605:605] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:52.734 properties[605:605] Failed to determine offsets for style 8 >2024-10-20 21:01:53.745 properties[605:605] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:53.745 properties[605:605] Failed to determine offsets for style 9 >2024-10-20 21:01:54.756 properties[605:605] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:54.757 properties[605:605] Failed to determine offsets for style 10 >2024-10-20 21:01:55.766 properties[605:605] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:55.766 properties[605:605] Failed to determine offsets for style 11 >2024-10-20 21:01:56.777 properties[605:605] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:56.777 properties[605:605] Failed to determine offsets for style 12 >2024-10-20 21:01:57.789 properties[605:605] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:57.789 properties[605:605] Failed to determine offsets for style 13 >2024-10-20 21:01:58.799 properties[605:605] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:58.800 properties[605:605] Failed to determine offsets for style 14 >2024-10-20 21:01:59.803 properties[605:605] Waited for a second, but the X system never made the window visible >2024-10-20 21:01:59.803 properties[605:605] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:01:59.853 +0100) NSImageCell initImageCell refusesFirstResponder >Passed test: (2024-10-20 21:01:59.853 +0100) NSCell initImageCell refusesFirstResponder >Passed test: (2024-10-20 21:01:59.853 +0100) NSButtonCell init refusesFirstResponder >Passed test: (2024-10-20 21:01:59.853 +0100) NSTextFieldCell initTextCell refusesFirstResponder >Passed test: (2024-10-20 21:01:59.853 +0100) NSActionCell init refusesFirstResponder >Passed test: (2024-10-20 21:01:59.853 +0100) NSCell init refusesFirstResponder >End set: properties.m:53 ... NSCell RefusesResponder >Completed file: properties.m > >Building in gui/NSEvent >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool delta... > Compiling file delta.m ... > Linking test_tool delta ... >Testing delta.m... >Running gui/NSEvent/delta.m... >Start set: delta.m:15 ... NSEvent GNUstep delta >2024-10-20 21:02:01.671 delta[671:671] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:01.674 delta[671:671] Failed to determine offsets for style 1 >2024-10-20 21:02:02.675 delta[671:671] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:02.676 delta[671:671] Failed to determine offsets for style 2 >2024-10-20 21:02:03.687 delta[671:671] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:03.687 delta[671:671] Failed to determine offsets for style 3 >2024-10-20 21:02:04.691 delta[671:671] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:04.691 delta[671:671] Failed to determine offsets for style 4 >2024-10-20 21:02:05.693 delta[671:671] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:05.693 delta[671:671] Failed to determine offsets for style 5 >2024-10-20 21:02:06.699 delta[671:671] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:06.699 delta[671:671] Failed to determine offsets for style 6 >2024-10-20 21:02:07.706 delta[671:671] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:07.706 delta[671:671] Failed to determine offsets for style 7 >2024-10-20 21:02:08.708 delta[671:671] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:08.709 delta[671:671] Failed to determine offsets for style 8 >2024-10-20 21:02:09.712 delta[671:671] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:09.712 delta[671:671] Failed to determine offsets for style 9 >2024-10-20 21:02:10.715 delta[671:671] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:10.715 delta[671:671] Failed to determine offsets for style 10 >2024-10-20 21:02:11.716 delta[671:671] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:11.716 delta[671:671] Failed to determine offsets for style 11 >2024-10-20 21:02:12.718 delta[671:671] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:12.718 delta[671:671] Failed to determine offsets for style 12 >2024-10-20 21:02:13.721 delta[671:671] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:13.721 delta[671:671] Failed to determine offsets for style 13 >2024-10-20 21:02:14.724 delta[671:671] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:14.724 delta[671:671] Failed to determine offsets for style 14 >2024-10-20 21:02:15.726 delta[671:671] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:15.727 delta[671:671] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:02:15.772 +0100) -deltaX with NSLeftMouseDown event works >Passed test: (2024-10-20 21:02:15.772 +0100) -deltaY with NSLeftMouseDown event works >Passed test: (2024-10-20 21:02:15.772 +0100) -deltaZ with NSLeftMouseDown event works >Passed test: (2024-10-20 21:02:15.772 +0100) -deltaX with NSKeyDown event works >Passed test: (2024-10-20 21:02:15.772 +0100) -deltaY with NSKeyDown event works >Passed test: (2024-10-20 21:02:15.772 +0100) -deltaZ with NSKeyDown event works >End set: delta.m:55 ... NSEvent GNUstep delta >Completed file: delta.m > >Building in gui/NSImage >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool basic... > Compiling file basic.m ... > Linking test_tool basic ... >Testing basic.m... >Running gui/NSImage/basic.m... >Start set: basic.m:15 ... NSImage GNUstep basic >2024-10-20 21:02:17.988 basic[737:737] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:17.991 basic[737:737] Failed to determine offsets for style 1 >2024-10-20 21:02:18.995 basic[737:737] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:18.999 basic[737:737] Failed to determine offsets for style 2 >2024-10-20 21:02:20.019 basic[737:737] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:20.022 basic[737:737] Failed to determine offsets for style 3 >2024-10-20 21:02:21.033 basic[737:737] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:21.034 basic[737:737] Failed to determine offsets for style 4 >2024-10-20 21:02:22.038 basic[737:737] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:22.039 basic[737:737] Failed to determine offsets for style 5 >2024-10-20 21:02:23.047 basic[737:737] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:23.053 basic[737:737] Failed to determine offsets for style 6 >2024-10-20 21:02:24.072 basic[737:737] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:24.073 basic[737:737] Failed to determine offsets for style 7 >2024-10-20 21:02:25.083 basic[737:737] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:25.087 basic[737:737] Failed to determine offsets for style 8 >2024-10-20 21:02:26.103 basic[737:737] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:26.104 basic[737:737] Failed to determine offsets for style 9 >2024-10-20 21:02:27.107 basic[737:737] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:27.111 basic[737:737] Failed to determine offsets for style 10 >2024-10-20 21:02:28.123 basic[737:737] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:28.124 basic[737:737] Failed to determine offsets for style 11 >2024-10-20 21:02:29.132 basic[737:737] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:29.135 basic[737:737] Failed to determine offsets for style 12 >2024-10-20 21:02:30.148 basic[737:737] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:30.155 basic[737:737] Failed to determine offsets for style 13 >2024-10-20 21:02:31.166 basic[737:737] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:31.168 basic[737:737] Failed to determine offsets for style 14 >2024-10-20 21:02:32.186 basic[737:737] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:32.189 basic[737:737] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:02:32.240 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSImage' exists >Passed test: (2024-10-20 21:02:32.240 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSImage' has working alloc >Passed test: (2024-10-20 21:02:32.240 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSImage' alloc gives the correct class >Passed test: (2024-10-20 21:02:32.240 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSImage' has working init >Passed test: (2024-10-20 21:02:32.240 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSImage' has working new >Passed test: (2024-10-20 21:02:32.240 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:66 ... Class 'NSImage' has working allocWithZone >Passed test: (2024-10-20 21:02:32.240 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... NSImage is a known className >Passed test: (2024-10-20 21:02:32.240 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSImage' conforms to NSObject >Passed test: (2024-10-20 21:02:32.240 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSImage' can return self >Passed test: (2024-10-20 21:02:32.240 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSImage' can return own class >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSImage' object <NSImage 0x2a05e70 Name=(null) Size={width = 0; height = 0} Reps=()> is of correct class >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSImage' isMemberOfClass works >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSImage' can return superclass >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSImage' responds to hash >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSImage' isEqual: to self >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSImage' respondsToSelector: >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSImage' handles retain >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSImage' has working retainCount >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSImage' has NSString description >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 0 of class 'NSImage' handles performSelector >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSImage' conforms to NSObject >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSImage' can return self >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSImage' can return own class >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSImage' object <NSImage 0x2a34750 Name=GNUstep Size={width = 48; height = 48} Reps=("<NSBitmapImageRep: 0x2a3a390 size: {width = 48; height = 48} pixelsWide: 48 pixelsHigh: 48 is of correct class >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSImage' isMemberOfClass works >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSImage' can return superclass >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSImage' responds to hash >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSImage' isEqual: to self >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSImage' respondsToSelector: >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSImage' handles retain >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSImage' has working retainCount >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSImage' has NSString description >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:175 ... Object 1 of class 'NSImage' handles performSelector >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 0 >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I can extract a class name for object >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I am able to set up an archiver >Passed test: (2024-10-20 21:02:32.241 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... Object 0 of class 'NSImage' can be encoded >Passed test: (2024-10-20 21:02:32.242 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... can be decoded >Passed test: (2024-10-20 21:02:32.242 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 0 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 1 >Passed test: (2024-10-20 21:02:32.242 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I can extract a class name for object >Passed test: (2024-10-20 21:02:32.242 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:02:32.242 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... I am able to set up an archiver >Passed test: (2024-10-20 21:02:32.242 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... Object 1 of class 'NSImage' can be encoded >Passed test: (2024-10-20 21:02:32.242 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... can be decoded >Passed test: (2024-10-20 21:02:32.242 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:220 ... test_NSCoding object 1 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 0 >Passed test: (2024-10-20 21:02:32.242 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... I can extract a class name for object >Passed test: (2024-10-20 21:02:32.242 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:02:32.243 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... Object 0 of class 'NSImage' can be encoded >Passed test: (2024-10-20 21:02:32.243 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... can be decoded >Passed test: (2024-10-20 21:02:32.243 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 0 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 1 >Passed test: (2024-10-20 21:02:32.243 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... I can extract a class name for object >Passed test: (2024-10-20 21:02:32.243 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... conforms to NSCoding protocol >Passed test: (2024-10-20 21:02:32.243 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... Object 1 of class 'NSImage' can be encoded >Passed test: (2024-10-20 21:02:32.243 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... can be decoded >Passed test: (2024-10-20 21:02:32.243 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... decoded object equals the original >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:260 ... test_keyed_NSCoding object 1 >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... NSImage is a known class >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... NSImage is a known class >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 0 >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... conforms to NSCopying >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSImage' understands -copy >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSImage' copy is of correct type >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSImage' original and copy are equal >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSImage' understands -copyWithZone >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSImage' zCopy has correct type >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 0 of class 'NSImage' copy and original are equal >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 0 >Start set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 1 >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... conforms to NSCopying >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSImage' understands -copy >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSImage' copy is of correct type >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSImage' original and copy are equal >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSImage' understands -copyWithZone >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSImage' zCopy has correct type >Passed test: (2024-10-20 21:02:32.244 +0100) /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... Object 1 of class 'NSImage' copy and original are equal >End set: /usr/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:381 ... test_NSCopying object 1 >End set: basic.m:44 ... NSImage GNUstep basic >Completed file: basic.m > >Building in gui/NSMenuItem >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool encoding... > Compiling file encoding.m ... >encoding.m: In function 'main': >encoding.m:34:5: warning: passing argument 3 of 'propertyListWithData:options:format:error:' from incompatible pointer type [-Wincompatible-pointer-types] > 34 | error: &error]; > | ^~~~~ > | | > | id >encoding.m:34:5: note: expected 'NSPropertyListFormat *' {aka 'unsigned int *'} but argument is of type 'id' >encoding.m:65:1: warning: control reaches end of non-void function [-Wreturn-type] > 65 | } > | ^ > Linking test_tool encoding ... >Testing encoding.m... >Running gui/NSMenuItem/encoding.m... >Start set: encoding.m:10 ... NSMenuItem key equivalent mask >Passed test: (2024-10-20 21:02:33.419 +0100) encoding.m:56 ... Found a dict with a NSKeyEquivModMask entry >Passed test: (2024-10-20 21:02:33.420 +0100) encoding.m:59 ... Retrieved the NSKeyEquivModMask value >Passed test: (2024-10-20 21:02:33.420 +0100) encoding.m:60 ... Encoded key mask 0x20000 matches expected key mask 0x20000 >End set: encoding.m:64 ... NSMenuItem key equivalent mask >Failed file: encoding.m aborted without running all tests! > >Building in gui/NSNibLoading >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool basic... > Compiling file basic.m ... > Linking test_tool basic ... >Testing basic.m... >Running gui/NSNibLoading/basic.m... >Start set: basic.m:26 ... NSNibLoading GNUstep basic >2024-10-20 21:02:35.901 basic[870:870] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:35.905 basic[870:870] Failed to determine offsets for style 1 >2024-10-20 21:02:36.912 basic[870:870] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:36.915 basic[870:870] Failed to determine offsets for style 2 >2024-10-20 21:02:37.927 basic[870:870] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:37.929 basic[870:870] Failed to determine offsets for style 3 >2024-10-20 21:02:38.943 basic[870:870] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:38.944 basic[870:870] Failed to determine offsets for style 4 >2024-10-20 21:02:39.952 basic[870:870] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:39.956 basic[870:870] Failed to determine offsets for style 5 >2024-10-20 21:02:40.976 basic[870:870] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:40.978 basic[870:870] Failed to determine offsets for style 6 >2024-10-20 21:02:41.991 basic[870:870] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:41.995 basic[870:870] Failed to determine offsets for style 7 >2024-10-20 21:02:43.009 basic[870:870] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:43.010 basic[870:870] Failed to determine offsets for style 8 >2024-10-20 21:02:44.015 basic[870:870] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:44.017 basic[870:870] Failed to determine offsets for style 9 >2024-10-20 21:02:45.022 basic[870:870] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:45.025 basic[870:870] Failed to determine offsets for style 10 >2024-10-20 21:02:46.030 basic[870:870] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:46.034 basic[870:870] Failed to determine offsets for style 11 >2024-10-20 21:02:47.050 basic[870:870] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:47.054 basic[870:870] Failed to determine offsets for style 12 >2024-10-20 21:02:48.065 basic[870:870] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:48.068 basic[870:870] Failed to determine offsets for style 13 >2024-10-20 21:02:49.083 basic[870:870] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:49.085 basic[870:870] Failed to determine offsets for style 14 >2024-10-20 21:02:50.100 basic[870:870] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:50.103 basic[870:870] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:02:50.150 +0100) basic.m:47 ... NSBundle was initialized >2024-10-20 21:02:50.171 basic[870:870] X-Windows error - BadWindow (invalid Window parameter) > on display: :2 > type: 0 > serial number: 741 > request code: 12 >Passed test: (2024-10-20 21:02:50.171 +0100) basic.m:55 ... .gorm file was loaded properly using loadNibNamed:owner:topLevelObjects: >2024-10-20 21:02:50.323 basic[870:870] File NSPathUtilities.m: 2041. In NSTemporaryDirectory Temporary directory (GNUmakefile gui) does not exist >2024-10-20 21:02:50.325 basic[870:870] File NSPathUtilities.m: 2041. In NSTemporaryDirectory Temporary directory (GNUmakefile gui) does not exist >2024-10-20 21:02:50.325 basic[870:870] File NSPathUtilities.m: 2041. In NSTemporaryDirectory Temporary directory (GNUmakefile gui) does not exist >2024-10-20 21:02:50.325 basic[870:870] part of the path to the lock file '(null)' is missing >2024-10-20 21:02:50.325 basic[870:870] Error occurred While Updating Menu File: <NSException: 0x1dfe430> NAME:NSGenericException REASON:Failed to lock names for NSMessagePortNameServer INFO:(null) >2024-10-20 21:02:50.372 basic[870:870] X-Windows error - BadWindow (invalid Window parameter) > on display: :2 > type: 0 > serial number: 787 > request code: 12 >Passed test: (2024-10-20 21:02:50.372 +0100) basic.m:62 ... .xib file was loaded properly using loadNibNamed:owner:topLevelObjects: >2024-10-20 21:02:50.611 basic[870:870] X-Windows error - BadWindow (invalid Window parameter) > on display: :2 > type: 0 > serial number: 833 > request code: 12 >Passed test: (2024-10-20 21:02:50.633 +0100) basic.m:69 ... .nib file was loaded properly using loadNibNamed:owner:topLevelObjects: >End set: basic.m:78 ... NSNibLoading GNUstep basic >Completed file: basic.m > >Building in gui/NSParagraphStyle >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool NSParagraphStyle_defaultWritingDirection... > Compiling file NSParagraphStyle_defaultWritingDirection.m ... > Linking test_tool NSParagraphStyle_defaultWritingDirection ... >Testing NSParagraphStyle_defaultWritingDirection.m... >Running gui/NSParagraphStyle/NSParagraphStyle_defaultWritingDirection.m... >Passed test: (2024-10-20 21:02:51.520 +0100) [NSParagraphStyle defaultWritingDirectionForLanguage:] works >Completed file: NSParagraphStyle_defaultWritingDirection.m > >Building in gui/NSPasteboard >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool lazy_copy... > Compiling file lazy_copy.m ... > Linking test_tool lazy_copy ... >Testing lazy_copy.m... >Running gui/NSPasteboard/lazy_copy.m... >2024-10-20 21:02:52.266 lazy_copy[1001:1001] File NSPathUtilities.m: 2041. In NSTemporaryDirectory Temporary directory (GNUmakefile gui) does not exist >2024-10-20 21:02:52.270 lazy_copy[1001:1001] File NSPathUtilities.m: 2041. In NSTemporaryDirectory Temporary directory (GNUmakefile gui) does not exist >2024-10-20 21:02:52.270 lazy_copy[1001:1001] File NSPathUtilities.m: 2041. In NSTemporaryDirectory Temporary directory (GNUmakefile gui) does not exist >2024-10-20 21:02:52.270 lazy_copy[1001:1001] part of the path to the lock file '(null)' is missing >./obj/lazy_copy: Uncaught exception NSPasteboardCommunicationException, reason: Failed to lock names for NSMessagePortNameServer >Failed file: lazy_copy.m aborted without running all tests! > >Building in gui/NSPopUpButton >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool defaultSelection... > Compiling file defaultSelection.m ... > Linking test_tool defaultSelection ... >Testing defaultSelection.m... >Running gui/NSPopUpButton/defaultSelection.m... >Start set: defaultSelection.m:15 ... NSPopupButton GNUstep defaultSelection >2024-10-20 21:02:54.187 defaultSelection[1068:1068] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:54.192 defaultSelection[1068:1068] Failed to determine offsets for style 1 >2024-10-20 21:02:55.201 defaultSelection[1068:1068] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:55.202 defaultSelection[1068:1068] Failed to determine offsets for style 2 >2024-10-20 21:02:56.205 defaultSelection[1068:1068] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:56.207 defaultSelection[1068:1068] Failed to determine offsets for style 3 >2024-10-20 21:02:57.220 defaultSelection[1068:1068] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:57.221 defaultSelection[1068:1068] Failed to determine offsets for style 4 >2024-10-20 21:02:58.230 defaultSelection[1068:1068] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:58.231 defaultSelection[1068:1068] Failed to determine offsets for style 5 >2024-10-20 21:02:59.242 defaultSelection[1068:1068] Waited for a second, but the X system never made the window visible >2024-10-20 21:02:59.244 defaultSelection[1068:1068] Failed to determine offsets for style 6 >2024-10-20 21:03:00.250 defaultSelection[1068:1068] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:00.252 defaultSelection[1068:1068] Failed to determine offsets for style 7 >2024-10-20 21:03:01.257 defaultSelection[1068:1068] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:01.259 defaultSelection[1068:1068] Failed to determine offsets for style 8 >2024-10-20 21:03:02.269 defaultSelection[1068:1068] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:02.270 defaultSelection[1068:1068] Failed to determine offsets for style 9 >2024-10-20 21:03:03.283 defaultSelection[1068:1068] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:03.285 defaultSelection[1068:1068] Failed to determine offsets for style 10 >2024-10-20 21:03:04.291 defaultSelection[1068:1068] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:04.292 defaultSelection[1068:1068] Failed to determine offsets for style 11 >2024-10-20 21:03:05.297 defaultSelection[1068:1068] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:05.298 defaultSelection[1068:1068] Failed to determine offsets for style 12 >2024-10-20 21:03:06.308 defaultSelection[1068:1068] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:06.310 defaultSelection[1068:1068] Failed to determine offsets for style 13 >2024-10-20 21:03:07.320 defaultSelection[1068:1068] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:07.321 defaultSelection[1068:1068] Failed to determine offsets for style 14 >2024-10-20 21:03:08.326 defaultSelection[1068:1068] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:08.328 defaultSelection[1068:1068] Failed to determine offsets for style 15 >2024-10-20 21:03:08.393 defaultSelection[1068:1068] File NSPathUtilities.m: 2041. In NSTemporaryDirectory Temporary directory (GNUmakefile gui) does not exist >2024-10-20 21:03:08.395 defaultSelection[1068:1068] File NSPathUtilities.m: 2041. In NSTemporaryDirectory Temporary directory (GNUmakefile gui) does not exist >2024-10-20 21:03:08.395 defaultSelection[1068:1068] File NSPathUtilities.m: 2041. In NSTemporaryDirectory Temporary directory (GNUmakefile gui) does not exist >2024-10-20 21:03:08.395 defaultSelection[1068:1068] part of the path to the lock file '(null)' is missing >2024-10-20 21:03:08.395 defaultSelection[1068:1068] Error occurred While Updating Menu : <NSException: 0x2729cc0> NAME:NSGenericException REASON:Failed to lock names for NSMessagePortNameServer INFO:(null) >Passed test: (2024-10-20 21:03:08.397 +0100) first item is selected by default >End set: defaultSelection.m:35 ... NSPopupButton GNUstep defaultSelection >Completed file: defaultSelection.m > >Building in gui/NSPrintInfo >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool sharedPrintInfo... > Compiling file sharedPrintInfo.m ... > Linking test_tool sharedPrintInfo ... >Testing sharedPrintInfo.m... >Running gui/NSPrintInfo/sharedPrintInfo.m... >2024-10-20 21:03:09.124 sharedPrintInfo[1134:1134] Creating a default printer since no printer has been set in the user defaults (under the GSLPRPrinters key). >Completed file: sharedPrintInfo.m > >Building in gui/NSSavePanel >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool setDelegate_reload... > Compiling file setDelegate_reload.m ... > Linking test_tool setDelegate_reload ... >Testing setDelegate_reload.m... >Running gui/NSSavePanel/setDelegate_reload.m... >Start set: setDelegate_reload.m:49 ... NSSavePanel GNUstep setDelegate >2024-10-20 21:03:11.212 setDelegate_reload[1199:1199] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:11.216 setDelegate_reload[1199:1199] Failed to determine offsets for style 1 >2024-10-20 21:03:12.226 setDelegate_reload[1199:1199] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:12.229 setDelegate_reload[1199:1199] Failed to determine offsets for style 2 >2024-10-20 21:03:13.242 setDelegate_reload[1199:1199] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:13.244 setDelegate_reload[1199:1199] Failed to determine offsets for style 3 >2024-10-20 21:03:14.256 setDelegate_reload[1199:1199] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:14.262 setDelegate_reload[1199:1199] Failed to determine offsets for style 4 >2024-10-20 21:03:15.268 setDelegate_reload[1199:1199] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:15.274 setDelegate_reload[1199:1199] Failed to determine offsets for style 5 >2024-10-20 21:03:16.285 setDelegate_reload[1199:1199] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:16.286 setDelegate_reload[1199:1199] Failed to determine offsets for style 6 >2024-10-20 21:03:17.291 setDelegate_reload[1199:1199] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:17.292 setDelegate_reload[1199:1199] Failed to determine offsets for style 7 >2024-10-20 21:03:18.303 setDelegate_reload[1199:1199] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:18.306 setDelegate_reload[1199:1199] Failed to determine offsets for style 8 >2024-10-20 21:03:19.310 setDelegate_reload[1199:1199] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:19.313 setDelegate_reload[1199:1199] Failed to determine offsets for style 9 >2024-10-20 21:03:20.329 setDelegate_reload[1199:1199] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:20.331 setDelegate_reload[1199:1199] Failed to determine offsets for style 10 >2024-10-20 21:03:21.339 setDelegate_reload[1199:1199] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:21.343 setDelegate_reload[1199:1199] Failed to determine offsets for style 11 >2024-10-20 21:03:22.353 setDelegate_reload[1199:1199] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:22.354 setDelegate_reload[1199:1199] Failed to determine offsets for style 12 >2024-10-20 21:03:23.359 setDelegate_reload[1199:1199] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:23.360 setDelegate_reload[1199:1199] Failed to determine offsets for style 13 >2024-10-20 21:03:24.363 setDelegate_reload[1199:1199] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:24.363 setDelegate_reload[1199:1199] Failed to determine offsets for style 14 >2024-10-20 21:03:25.365 setDelegate_reload[1199:1199] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:25.365 setDelegate_reload[1199:1199] Failed to determine offsets for style 15 >2024-10-20 21:03:25.432 setDelegate_reload[1199:1199] File NSPathUtilities.m: 2041. In NSTemporaryDirectory Temporary directory (GNUmakefile gui) does not exist >2024-10-20 21:03:25.434 setDelegate_reload[1199:1199] File NSPathUtilities.m: 2041. In NSTemporaryDirectory Temporary directory (GNUmakefile gui) does not exist >2024-10-20 21:03:25.434 setDelegate_reload[1199:1199] File NSPathUtilities.m: 2041. In NSTemporaryDirectory Temporary directory (GNUmakefile gui) does not exist >2024-10-20 21:03:25.434 setDelegate_reload[1199:1199] part of the path to the lock file '(null)' is missing >EXCEPTION: NSGenericException Failed to lock names for NSMessagePortNameServer (null) >Failed set: setDelegate_reload.m:49 ... problem in NSSavePanel GNUstep setDelegate. >End set: setDelegate_reload.m:97 ... NSSavePanel GNUstep setDelegate >Completed file: setDelegate_reload.m > >Building in gui/NSSliderCell >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool minMax... > Compiling file minMax.m ... > Linking test_tool minMax ... >Testing minMax.m... >Running gui/NSSliderCell/minMax.m... >Start set: minMax.m:15 ... NSSliderCell GNUstep minMax >2024-10-20 21:03:27.416 minMax[1268:1268] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:27.420 minMax[1268:1268] Failed to determine offsets for style 1 >2024-10-20 21:03:28.423 minMax[1268:1268] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:28.425 minMax[1268:1268] Failed to determine offsets for style 2 >2024-10-20 21:03:29.433 minMax[1268:1268] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:29.435 minMax[1268:1268] Failed to determine offsets for style 3 >2024-10-20 21:03:30.440 minMax[1268:1268] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:30.441 minMax[1268:1268] Failed to determine offsets for style 4 >2024-10-20 21:03:31.454 minMax[1268:1268] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:31.456 minMax[1268:1268] Failed to determine offsets for style 5 >2024-10-20 21:03:32.466 minMax[1268:1268] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:32.470 minMax[1268:1268] Failed to determine offsets for style 6 >2024-10-20 21:03:33.479 minMax[1268:1268] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:33.483 minMax[1268:1268] Failed to determine offsets for style 7 >2024-10-20 21:03:34.500 minMax[1268:1268] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:34.505 minMax[1268:1268] Failed to determine offsets for style 8 >2024-10-20 21:03:35.509 minMax[1268:1268] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:35.510 minMax[1268:1268] Failed to determine offsets for style 9 >2024-10-20 21:03:36.518 minMax[1268:1268] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:36.521 minMax[1268:1268] Failed to determine offsets for style 10 >2024-10-20 21:03:37.529 minMax[1268:1268] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:37.532 minMax[1268:1268] Failed to determine offsets for style 11 >2024-10-20 21:03:38.540 minMax[1268:1268] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:38.543 minMax[1268:1268] Failed to determine offsets for style 12 >2024-10-20 21:03:39.551 minMax[1268:1268] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:39.552 minMax[1268:1268] Failed to determine offsets for style 13 >2024-10-20 21:03:40.560 minMax[1268:1268] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:40.563 minMax[1268:1268] Failed to determine offsets for style 14 >2024-10-20 21:03:41.582 minMax[1268:1268] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:41.584 minMax[1268:1268] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:03:41.637 +0100) slider continuous by default >Passed test: (2024-10-20 21:03:41.637 +0100) default min value is 0 >Passed test: (2024-10-20 21:03:41.637 +0100) default max value is 1 >Passed test: (2024-10-20 21:03:41.637 +0100) default value is 0 >Passed test: (2024-10-20 21:03:41.637 +0100) default objectValue is NSNumber 0 >Passed test: (2024-10-20 21:03:41.637 +0100) set min value to 2 >Passed test: (2024-10-20 21:03:41.637 +0100) max value is still 1 >Passed test: (2024-10-20 21:03:41.637 +0100) when min < max, value should always be min >Passed test: (2024-10-20 21:03:41.637 +0100) when min < max, value should always be min >Passed test: (2024-10-20 21:03:41.637 +0100) when min < max, value should always be min >Passed test: (2024-10-20 21:03:41.637 +0100) when min < max, value should always be min >Passed test: (2024-10-20 21:03:41.637 +0100) when min < max, value should always be min >Passed test: (2024-10-20 21:03:41.637 +0100) when min < max, value should always be min >Passed test: (2024-10-20 21:03:41.637 +0100) value is still 2.0 >Passed test: (2024-10-20 21:03:41.637 +0100) changing minimum clamps value to 3.0 >Passed test: (2024-10-20 21:03:41.637 +0100) changing minimum clamps value to 3.0 >Passed test: (2024-10-20 21:03:41.637 +0100) changing max clamps value to 9.0 >Passed test: (2024-10-20 21:03:41.637 +0100) changing max clamps value to 9.0 >Passed test: (2024-10-20 21:03:41.637 +0100) setting nonsense string objectValue sets value to min >Passed test: (2024-10-20 21:03:41.637 +0100) setting nonsense string stringValue sets value to min >Passed test: (2024-10-20 21:03:41.637 +0100) setting nil objectValue sets value to min >Passed test: (2024-10-20 21:03:41.637 +0100) setting @'3.5' objectValue sets value to 3.5 >Passed test: (2024-10-20 21:03:41.637 +0100) setting @'3.5' stringValue sets value to 3.5 >Passed test: (2024-10-20 21:03:41.637 +0100) setting 3 intValue sets value to 3.0 >Passed test: (2024-10-20 21:03:41.637 +0100) setting @'-5' objectValue sets value to min >Passed test: (2024-10-20 21:03:41.637 +0100) setting @'-5' objectValue sets value to min (integer) >Passed test: (2024-10-20 21:03:41.637 +0100) setting @'-5' stringValue sets value to min >Passed test: (2024-10-20 21:03:41.637 +0100) setting @'-5' objectValue sets value to min (integer) >Passed test: (2024-10-20 21:03:41.637 +0100) setting -5 intValue sets value to min >Passed test: (2024-10-20 21:03:41.637 +0100) setting @'-5' objectValue sets value to min (integer) >Passed test: (2024-10-20 21:03:41.637 +0100) setting -5 doubleValue sets value to min >Passed test: (2024-10-20 21:03:41.637 +0100) setting @'-5' objectValue sets value to min (integer) >Passed test: (2024-10-20 21:03:41.637 +0100) setting -5 floatValue sets value to min >Passed test: (2024-10-20 21:03:41.637 +0100) setting @'-5' objectValue sets value to min (integer) >Passed test: (2024-10-20 21:03:41.637 +0100) setting @'15' objectValue sets value to max >Passed test: (2024-10-20 21:03:41.637 +0100) setting @'15' objectValue sets value to max (integer) >Passed test: (2024-10-20 21:03:41.637 +0100) setting @'15' stringValue sets value to max >Passed test: (2024-10-20 21:03:41.638 +0100) setting @'15' stringValue sets value to max (integer) >Passed test: (2024-10-20 21:03:41.638 +0100) setting 15 intValue sets value to max >Passed test: (2024-10-20 21:03:41.638 +0100) setting 15 intValue sets value to max (integer) >Passed test: (2024-10-20 21:03:41.638 +0100) setting 15 doubleValue sets value to max >Passed test: (2024-10-20 21:03:41.638 +0100) setting 15 doubleValue sets value to max (integer) >Passed test: (2024-10-20 21:03:41.638 +0100) setting 15 floatValue sets value to max >Passed test: (2024-10-20 21:03:41.638 +0100) setting 15 floatValue sets value to max (integer) >End set: minMax.m:135 ... NSSliderCell GNUstep minMax >Completed file: minMax.m > >Building in gui/NSView >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool NSView_autoresize_and_rounding... >Making all for test_tool NSView_bounds_scale... >Making all for test_tool NSView_convertRect... >Making all for test_tool NSView_frame_bounds... > Compiling file NSView_autoresize_and_rounding.m ... > Compiling file NSView_bounds_scale.m ... > Compiling file NSView_convertRect.m ... > Compiling file NSView_frame_bounds.m ... > Linking test_tool NSView_frame_bounds ... > Linking test_tool NSView_convertRect ... > Linking test_tool NSView_bounds_scale ... > Linking test_tool NSView_autoresize_and_rounding ... >Making all for test_tool NSView_frame_rotation... >Making all for test_tool NSView_visibleRect... >Making all for test_tool scrollRectToVisible... > Compiling file NSView_frame_rotation.m ... > Compiling file NSView_visibleRect.m ... > Compiling file scrollRectToVisible.m ... > Linking test_tool NSView_visibleRect ... > Linking test_tool NSView_frame_rotation ... > Linking test_tool scrollRectToVisible ... >Testing NSView_autoresize_and_rounding.m... >Running gui/NSView/NSView_autoresize_and_rounding.m... >Start set: NSView_autoresize_and_rounding.m:59 ... NSView GNUstep autoresize_and_rounding >2024-10-20 21:03:44.319 NSView_autoresize_and_rounding[1436:1436] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:44.322 NSView_autoresize_and_rounding[1436:1436] Failed to determine offsets for style 1 >2024-10-20 21:03:45.327 NSView_autoresize_and_rounding[1436:1436] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:45.330 NSView_autoresize_and_rounding[1436:1436] Failed to determine offsets for style 2 >2024-10-20 21:03:46.347 NSView_autoresize_and_rounding[1436:1436] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:46.349 NSView_autoresize_and_rounding[1436:1436] Failed to determine offsets for style 3 >2024-10-20 21:03:47.362 NSView_autoresize_and_rounding[1436:1436] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:47.363 NSView_autoresize_and_rounding[1436:1436] Failed to determine offsets for style 4 >2024-10-20 21:03:48.367 NSView_autoresize_and_rounding[1436:1436] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:48.369 NSView_autoresize_and_rounding[1436:1436] Failed to determine offsets for style 5 >2024-10-20 21:03:49.382 NSView_autoresize_and_rounding[1436:1436] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:49.385 NSView_autoresize_and_rounding[1436:1436] Failed to determine offsets for style 6 >2024-10-20 21:03:50.393 NSView_autoresize_and_rounding[1436:1436] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:50.396 NSView_autoresize_and_rounding[1436:1436] Failed to determine offsets for style 7 >2024-10-20 21:03:51.412 NSView_autoresize_and_rounding[1436:1436] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:51.414 NSView_autoresize_and_rounding[1436:1436] Failed to determine offsets for style 8 >2024-10-20 21:03:52.419 NSView_autoresize_and_rounding[1436:1436] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:52.422 NSView_autoresize_and_rounding[1436:1436] Failed to determine offsets for style 9 >2024-10-20 21:03:53.434 NSView_autoresize_and_rounding[1436:1436] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:53.436 NSView_autoresize_and_rounding[1436:1436] Failed to determine offsets for style 10 >2024-10-20 21:03:54.449 NSView_autoresize_and_rounding[1436:1436] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:54.453 NSView_autoresize_and_rounding[1436:1436] Failed to determine offsets for style 11 >2024-10-20 21:03:55.471 NSView_autoresize_and_rounding[1436:1436] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:55.475 NSView_autoresize_and_rounding[1436:1436] Failed to determine offsets for style 12 >2024-10-20 21:03:56.484 NSView_autoresize_and_rounding[1436:1436] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:56.486 NSView_autoresize_and_rounding[1436:1436] Failed to determine offsets for style 13 >2024-10-20 21:03:57.498 NSView_autoresize_and_rounding[1436:1436] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:57.499 NSView_autoresize_and_rounding[1436:1436] Failed to determine offsets for style 14 >2024-10-20 21:03:58.512 NSView_autoresize_and_rounding[1436:1436] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:58.515 NSView_autoresize_and_rounding[1436:1436] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:03:58.569 +0100) NSView autoresizing works >Passed test: (2024-10-20 21:03:58.569 +0100) NSView autoresizing corner cases work >Passed test: (2024-10-20 21:03:58.569 +0100) NSView autoresize rounding works >Passed test: (2024-10-20 21:03:58.569 +0100) NSView_autoresize_and_rounding.m:230 ... centerScanRect works 1 >Passed test: (2024-10-20 21:03:58.569 +0100) NSView_autoresize_and_rounding.m:233 ... centerScanRect works 2 >Passed test: (2024-10-20 21:03:58.569 +0100) NSView_autoresize_and_rounding.m:236 ... centerScanRect works 3 >Passed test: (2024-10-20 21:03:58.569 +0100) NSView_autoresize_and_rounding.m:239 ... centerScanRect works 4 >Passed test: (2024-10-20 21:03:58.569 +0100) NSView_autoresize_and_rounding.m:251 ... centerScanRect works 1 >Passed test: (2024-10-20 21:03:58.569 +0100) NSView_autoresize_and_rounding.m:254 ... centerScanRect works 2 >Passed test: (2024-10-20 21:03:58.569 +0100) NSView_autoresize_and_rounding.m:257 ... centerScanRect works 3 >Passed test: (2024-10-20 21:03:58.569 +0100) NSView_autoresize_and_rounding.m:260 ... centerScanRect works 4 >End set: NSView_autoresize_and_rounding.m:268 ... NSView GNUstep autoresize_and_rounding >Completed file: NSView_autoresize_and_rounding.m >Testing NSView_bounds_scale.m... >Running gui/NSView/NSView_bounds_scale.m... >Start set: NSView_bounds_scale.m:97 ... NSView GNUstep bounds_scale >2024-10-20 21:03:59.768 NSView_bounds_scale[1457:1457] Waited for a second, but the X system never made the window visible >2024-10-20 21:03:59.772 NSView_bounds_scale[1457:1457] Failed to determine offsets for style 1 >2024-10-20 21:04:00.781 NSView_bounds_scale[1457:1457] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:00.782 NSView_bounds_scale[1457:1457] Failed to determine offsets for style 2 >2024-10-20 21:04:01.789 NSView_bounds_scale[1457:1457] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:01.790 NSView_bounds_scale[1457:1457] Failed to determine offsets for style 3 >2024-10-20 21:04:02.793 NSView_bounds_scale[1457:1457] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:02.796 NSView_bounds_scale[1457:1457] Failed to determine offsets for style 4 >2024-10-20 21:04:03.809 NSView_bounds_scale[1457:1457] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:03.811 NSView_bounds_scale[1457:1457] Failed to determine offsets for style 5 >2024-10-20 21:04:04.814 NSView_bounds_scale[1457:1457] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:04.816 NSView_bounds_scale[1457:1457] Failed to determine offsets for style 6 >2024-10-20 21:04:05.824 NSView_bounds_scale[1457:1457] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:05.828 NSView_bounds_scale[1457:1457] Failed to determine offsets for style 7 >2024-10-20 21:04:06.840 NSView_bounds_scale[1457:1457] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:06.841 NSView_bounds_scale[1457:1457] Failed to determine offsets for style 8 >2024-10-20 21:04:07.857 NSView_bounds_scale[1457:1457] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:07.858 NSView_bounds_scale[1457:1457] Failed to determine offsets for style 9 >2024-10-20 21:04:08.868 NSView_bounds_scale[1457:1457] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:08.869 NSView_bounds_scale[1457:1457] Failed to determine offsets for style 10 >2024-10-20 21:04:09.881 NSView_bounds_scale[1457:1457] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:09.882 NSView_bounds_scale[1457:1457] Failed to determine offsets for style 11 >2024-10-20 21:04:10.897 NSView_bounds_scale[1457:1457] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:10.898 NSView_bounds_scale[1457:1457] Failed to determine offsets for style 12 >2024-10-20 21:04:11.911 NSView_bounds_scale[1457:1457] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:11.914 NSView_bounds_scale[1457:1457] Failed to determine offsets for style 13 >2024-10-20 21:04:12.925 NSView_bounds_scale[1457:1457] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:12.928 NSView_bounds_scale[1457:1457] Failed to determine offsets for style 14 >2024-10-20 21:04:13.939 NSView_bounds_scale[1457:1457] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:13.941 NSView_bounds_scale[1457:1457] Failed to determine offsets for style 15 >Dashed hope: (2024-10-20 21:04:13.994 +0100) NSView -scaleUnitSquareToSize works >End set: NSView_bounds_scale.m:204 ... NSView GNUstep bounds_scale >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_convertRect.m... >Running gui/NSView/NSView_convertRect.m... >Start set: NSView_convertRect.m:100 ... NSView GNUstep converRect >2024-10-20 21:04:15.187 NSView_convertRect[1478:1478] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:15.191 NSView_convertRect[1478:1478] Failed to determine offsets for style 1 >2024-10-20 21:04:16.198 NSView_convertRect[1478:1478] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:16.199 NSView_convertRect[1478:1478] Failed to determine offsets for style 2 >2024-10-20 21:04:17.207 NSView_convertRect[1478:1478] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:17.210 NSView_convertRect[1478:1478] Failed to determine offsets for style 3 >2024-10-20 21:04:18.216 NSView_convertRect[1478:1478] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:18.219 NSView_convertRect[1478:1478] Failed to determine offsets for style 4 >2024-10-20 21:04:19.232 NSView_convertRect[1478:1478] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:19.233 NSView_convertRect[1478:1478] Failed to determine offsets for style 5 >2024-10-20 21:04:20.241 NSView_convertRect[1478:1478] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:20.242 NSView_convertRect[1478:1478] Failed to determine offsets for style 6 >2024-10-20 21:04:21.248 NSView_convertRect[1478:1478] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:21.251 NSView_convertRect[1478:1478] Failed to determine offsets for style 7 >2024-10-20 21:04:22.255 NSView_convertRect[1478:1478] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:22.258 NSView_convertRect[1478:1478] Failed to determine offsets for style 8 >2024-10-20 21:04:23.263 NSView_convertRect[1478:1478] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:23.266 NSView_convertRect[1478:1478] Failed to determine offsets for style 9 >2024-10-20 21:04:24.272 NSView_convertRect[1478:1478] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:24.273 NSView_convertRect[1478:1478] Failed to determine offsets for style 10 >2024-10-20 21:04:25.283 NSView_convertRect[1478:1478] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:25.284 NSView_convertRect[1478:1478] Failed to determine offsets for style 11 >2024-10-20 21:04:26.287 NSView_convertRect[1478:1478] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:26.289 NSView_convertRect[1478:1478] Failed to determine offsets for style 12 >2024-10-20 21:04:27.296 NSView_convertRect[1478:1478] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:27.298 NSView_convertRect[1478:1478] Failed to determine offsets for style 13 >2024-10-20 21:04:28.303 NSView_convertRect[1478:1478] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:28.304 NSView_convertRect[1478:1478] Failed to determine offsets for style 14 >2024-10-20 21:04:29.308 NSView_convertRect[1478:1478] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:29.309 NSView_convertRect[1478:1478] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:04:29.361 +0100) NSView -convertRect:fromView: and -convertRect:toView: work >End set: NSView_convertRect.m:145 ... NSView GNUstep converRect >Completed file: NSView_convertRect.m >Testing NSView_frame_bounds.m... >Running gui/NSView/NSView_frame_bounds.m... >Start set: NSView_frame_bounds.m:57 ... NSView GNUstep frame_bounds >2024-10-20 21:04:30.555 NSView_frame_bounds[1499:1499] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:30.558 NSView_frame_bounds[1499:1499] Failed to determine offsets for style 1 >2024-10-20 21:04:31.567 NSView_frame_bounds[1499:1499] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:31.571 NSView_frame_bounds[1499:1499] Failed to determine offsets for style 2 >2024-10-20 21:04:32.586 NSView_frame_bounds[1499:1499] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:32.588 NSView_frame_bounds[1499:1499] Failed to determine offsets for style 3 >2024-10-20 21:04:33.598 NSView_frame_bounds[1499:1499] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:33.600 NSView_frame_bounds[1499:1499] Failed to determine offsets for style 4 >2024-10-20 21:04:34.608 NSView_frame_bounds[1499:1499] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:34.612 NSView_frame_bounds[1499:1499] Failed to determine offsets for style 5 >2024-10-20 21:04:35.621 NSView_frame_bounds[1499:1499] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:35.622 NSView_frame_bounds[1499:1499] Failed to determine offsets for style 6 >2024-10-20 21:04:36.628 NSView_frame_bounds[1499:1499] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:36.631 NSView_frame_bounds[1499:1499] Failed to determine offsets for style 7 >2024-10-20 21:04:37.641 NSView_frame_bounds[1499:1499] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:37.642 NSView_frame_bounds[1499:1499] Failed to determine offsets for style 8 >2024-10-20 21:04:38.650 NSView_frame_bounds[1499:1499] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:38.651 NSView_frame_bounds[1499:1499] Failed to determine offsets for style 9 >2024-10-20 21:04:39.658 NSView_frame_bounds[1499:1499] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:39.661 NSView_frame_bounds[1499:1499] Failed to determine offsets for style 10 >2024-10-20 21:04:40.672 NSView_frame_bounds[1499:1499] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:40.674 NSView_frame_bounds[1499:1499] Failed to determine offsets for style 11 >2024-10-20 21:04:41.685 NSView_frame_bounds[1499:1499] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:41.689 NSView_frame_bounds[1499:1499] Failed to determine offsets for style 12 >2024-10-20 21:04:42.707 NSView_frame_bounds[1499:1499] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:42.709 NSView_frame_bounds[1499:1499] Failed to determine offsets for style 13 >2024-10-20 21:04:43.722 NSView_frame_bounds[1499:1499] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:43.723 NSView_frame_bounds[1499:1499] Failed to determine offsets for style 14 >2024-10-20 21:04:44.731 NSView_frame_bounds[1499:1499] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:44.733 NSView_frame_bounds[1499:1499] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:04:44.787 +0100) NSView -frame and -bounds work >End set: NSView_frame_bounds.m:125 ... NSView GNUstep frame_bounds >Completed file: NSView_frame_bounds.m >Testing NSView_frame_rotation.m... >Running gui/NSView/NSView_frame_rotation.m... >Start set: NSView_frame_rotation.m:21 ... NSView GNUstep frame_rotation >2024-10-20 21:04:45.984 NSView_frame_rotation[1520:1520] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:45.987 NSView_frame_rotation[1520:1520] Failed to determine offsets for style 1 >2024-10-20 21:04:46.989 NSView_frame_rotation[1520:1520] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:46.990 NSView_frame_rotation[1520:1520] Failed to determine offsets for style 2 >2024-10-20 21:04:47.993 NSView_frame_rotation[1520:1520] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:47.996 NSView_frame_rotation[1520:1520] Failed to determine offsets for style 3 >2024-10-20 21:04:49.016 NSView_frame_rotation[1520:1520] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:49.018 NSView_frame_rotation[1520:1520] Failed to determine offsets for style 4 >2024-10-20 21:04:50.028 NSView_frame_rotation[1520:1520] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:50.030 NSView_frame_rotation[1520:1520] Failed to determine offsets for style 5 >2024-10-20 21:04:51.042 NSView_frame_rotation[1520:1520] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:51.044 NSView_frame_rotation[1520:1520] Failed to determine offsets for style 6 >2024-10-20 21:04:52.051 NSView_frame_rotation[1520:1520] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:52.053 NSView_frame_rotation[1520:1520] Failed to determine offsets for style 7 >2024-10-20 21:04:53.070 NSView_frame_rotation[1520:1520] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:53.073 NSView_frame_rotation[1520:1520] Failed to determine offsets for style 8 >2024-10-20 21:04:54.085 NSView_frame_rotation[1520:1520] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:54.086 NSView_frame_rotation[1520:1520] Failed to determine offsets for style 9 >2024-10-20 21:04:55.093 NSView_frame_rotation[1520:1520] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:55.096 NSView_frame_rotation[1520:1520] Failed to determine offsets for style 10 >2024-10-20 21:04:56.101 NSView_frame_rotation[1520:1520] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:56.103 NSView_frame_rotation[1520:1520] Failed to determine offsets for style 11 >2024-10-20 21:04:57.109 NSView_frame_rotation[1520:1520] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:57.111 NSView_frame_rotation[1520:1520] Failed to determine offsets for style 12 >2024-10-20 21:04:58.120 NSView_frame_rotation[1520:1520] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:58.121 NSView_frame_rotation[1520:1520] Failed to determine offsets for style 13 >2024-10-20 21:04:59.125 NSView_frame_rotation[1520:1520] Waited for a second, but the X system never made the window visible >2024-10-20 21:04:59.128 NSView_frame_rotation[1520:1520] Failed to determine offsets for style 14 >2024-10-20 21:05:00.133 NSView_frame_rotation[1520:1520] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:00.134 NSView_frame_rotation[1520:1520] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:05:00.187 +0100) -frameRotation/-setFrameRotation work >End set: NSView_frame_rotation.m:69 ... NSView GNUstep frame_rotation >Completed file: NSView_frame_rotation.m >Testing NSView_visibleRect.m... >Running gui/NSView/NSView_visibleRect.m... >Passed test: (2024-10-20 21:05:00.357 +0100) NSView -visibleRect works >Completed file: NSView_visibleRect.m >Testing scrollRectToVisible.m... >Running gui/NSView/scrollRectToVisible.m... >Start set: scrollRectToVisible.m:33 ... NSView GNUstep scrollRectToVisible >2024-10-20 21:05:01.549 scrollRectToVisible[1561:1561] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:01.554 scrollRectToVisible[1561:1561] Failed to determine offsets for style 1 >2024-10-20 21:05:02.561 scrollRectToVisible[1561:1561] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:02.564 scrollRectToVisible[1561:1561] Failed to determine offsets for style 2 >2024-10-20 21:05:03.577 scrollRectToVisible[1561:1561] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:03.578 scrollRectToVisible[1561:1561] Failed to determine offsets for style 3 >2024-10-20 21:05:04.583 scrollRectToVisible[1561:1561] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:04.586 scrollRectToVisible[1561:1561] Failed to determine offsets for style 4 >2024-10-20 21:05:05.601 scrollRectToVisible[1561:1561] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:05.603 scrollRectToVisible[1561:1561] Failed to determine offsets for style 5 >2024-10-20 21:05:06.612 scrollRectToVisible[1561:1561] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:06.615 scrollRectToVisible[1561:1561] Failed to determine offsets for style 6 >2024-10-20 21:05:07.628 scrollRectToVisible[1561:1561] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:07.629 scrollRectToVisible[1561:1561] Failed to determine offsets for style 7 >2024-10-20 21:05:08.635 scrollRectToVisible[1561:1561] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:08.637 scrollRectToVisible[1561:1561] Failed to determine offsets for style 8 >2024-10-20 21:05:09.643 scrollRectToVisible[1561:1561] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:09.646 scrollRectToVisible[1561:1561] Failed to determine offsets for style 9 >2024-10-20 21:05:10.651 scrollRectToVisible[1561:1561] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:10.653 scrollRectToVisible[1561:1561] Failed to determine offsets for style 10 >2024-10-20 21:05:11.661 scrollRectToVisible[1561:1561] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:11.661 scrollRectToVisible[1561:1561] Failed to determine offsets for style 11 >2024-10-20 21:05:12.667 scrollRectToVisible[1561:1561] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:12.667 scrollRectToVisible[1561:1561] Failed to determine offsets for style 12 >2024-10-20 21:05:13.672 scrollRectToVisible[1561:1561] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:13.672 scrollRectToVisible[1561:1561] Failed to determine offsets for style 13 >2024-10-20 21:05:14.676 scrollRectToVisible[1561:1561] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:14.676 scrollRectToVisible[1561:1561] Failed to determine offsets for style 14 >2024-10-20 21:05:15.678 scrollRectToVisible[1561:1561] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:15.678 scrollRectToVisible[1561:1561] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:05:15.722 +0100) 1 >Passed test: (2024-10-20 21:05:15.722 +0100) 2 >Passed test: (2024-10-20 21:05:15.722 +0100) 3 >Passed test: (2024-10-20 21:05:15.722 +0100) 4 >Passed test: (2024-10-20 21:05:15.722 +0100) 5 >Passed test: (2024-10-20 21:05:15.722 +0100) 6 >Passed test: (2024-10-20 21:05:15.722 +0100) 7 >Passed test: (2024-10-20 21:05:15.722 +0100) 8 >Passed test: (2024-10-20 21:05:15.722 +0100) 9 >Passed test: (2024-10-20 21:05:15.722 +0100) 10 >Passed test: (2024-10-20 21:05:15.722 +0100) 11 >Passed test: (2024-10-20 21:05:15.722 +0100) 12 >End set: scrollRectToVisible.m:100 ... NSView GNUstep scrollRectToVisible >Completed file: scrollRectToVisible.m > >Building in gui/TextSystem >gmake[2]: warning: -j4 forced in submake: resetting jobserver mode. >Making all for test_tool deallocation... >Making all for test_tool repeatedAttachmentCellHeight... > Compiling file deallocation.m ... > Compiling file repeatedAttachmentCellHeight.m ... > Linking test_tool repeatedAttachmentCellHeight ... > Linking test_tool deallocation ... >Testing deallocation.m... >Running gui/TextSystem/deallocation.m... >Start set: deallocation.m:27 ... TextSystem GNUstep deallocation >2024-10-20 21:05:17.680 deallocation[1644:1644] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:17.685 deallocation[1644:1644] Failed to determine offsets for style 1 >2024-10-20 21:05:18.689 deallocation[1644:1644] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:18.692 deallocation[1644:1644] Failed to determine offsets for style 2 >2024-10-20 21:05:19.712 deallocation[1644:1644] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:19.716 deallocation[1644:1644] Failed to determine offsets for style 3 >2024-10-20 21:05:20.733 deallocation[1644:1644] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:20.734 deallocation[1644:1644] Failed to determine offsets for style 4 >2024-10-20 21:05:21.743 deallocation[1644:1644] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:21.746 deallocation[1644:1644] Failed to determine offsets for style 5 >2024-10-20 21:05:22.760 deallocation[1644:1644] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:22.764 deallocation[1644:1644] Failed to determine offsets for style 6 >2024-10-20 21:05:23.781 deallocation[1644:1644] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:23.786 deallocation[1644:1644] Failed to determine offsets for style 7 >2024-10-20 21:05:24.803 deallocation[1644:1644] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:24.806 deallocation[1644:1644] Failed to determine offsets for style 8 >2024-10-20 21:05:25.811 deallocation[1644:1644] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:25.812 deallocation[1644:1644] Failed to determine offsets for style 9 >2024-10-20 21:05:26.824 deallocation[1644:1644] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:26.826 deallocation[1644:1644] Failed to determine offsets for style 10 >2024-10-20 21:05:27.829 deallocation[1644:1644] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:27.831 deallocation[1644:1644] Failed to determine offsets for style 11 >2024-10-20 21:05:28.838 deallocation[1644:1644] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:28.839 deallocation[1644:1644] Failed to determine offsets for style 12 >2024-10-20 21:05:29.843 deallocation[1644:1644] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:29.844 deallocation[1644:1644] Failed to determine offsets for style 13 >2024-10-20 21:05:30.853 deallocation[1644:1644] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:30.856 deallocation[1644:1644] Failed to determine offsets for style 14 >2024-10-20 21:05:31.861 deallocation[1644:1644] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:31.863 deallocation[1644:1644] Failed to determine offsets for style 15 >Passed test: (2024-10-20 21:05:31.915 +0100) NSTextView -textContainer returns text container >Passed test: (2024-10-20 21:05:31.915 +0100) NSTextView -layoutManager returns layout manager >Passed test: (2024-10-20 21:05:31.915 +0100) NSTextView -textStorage returns text storage >Passed test: (2024-10-20 21:05:31.915 +0100) NSTextView -textContainer returns text container >Passed test: (2024-10-20 21:05:31.915 +0100) NSTextView -layoutManager returns layout manager >Passed test: (2024-10-20 21:05:31.915 +0100) NSTextView -textStorage returns nil >Passed test: (2024-10-20 21:05:31.915 +0100) NSTextView -textContainer returns text container >Passed test: (2024-10-20 21:05:31.915 +0100) NSTextView -layoutManager returns nil >Passed test: (2024-10-20 21:05:31.915 +0100) NSTextView -textStorage returns nil >Passed test: (2024-10-20 21:05:31.915 +0100) NSTextView -textContainer returns nil >Passed test: (2024-10-20 21:05:31.915 +0100) NSTextView -layoutManager returns nil >Passed test: (2024-10-20 21:05:31.915 +0100) NSTextView -textStorage returns nil >End set: deallocation.m:85 ... TextSystem GNUstep deallocation >Completed file: deallocation.m >Testing repeatedAttachmentCellHeight.m... >Running gui/TextSystem/repeatedAttachmentCellHeight.m... >Start set: repeatedAttachmentCellHeight.m:47 ... TextSystem GNUstep repeatedAttachmentCellHeight >2024-10-20 21:05:33.113 repeatedAttachmentCellHeight[1665:1665] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:33.116 repeatedAttachmentCellHeight[1665:1665] Failed to determine offsets for style 1 >2024-10-20 21:05:34.127 repeatedAttachmentCellHeight[1665:1665] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:34.129 repeatedAttachmentCellHeight[1665:1665] Failed to determine offsets for style 2 >2024-10-20 21:05:35.132 repeatedAttachmentCellHeight[1665:1665] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:35.133 repeatedAttachmentCellHeight[1665:1665] Failed to determine offsets for style 3 >2024-10-20 21:05:36.141 repeatedAttachmentCellHeight[1665:1665] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:36.142 repeatedAttachmentCellHeight[1665:1665] Failed to determine offsets for style 4 >2024-10-20 21:05:37.149 repeatedAttachmentCellHeight[1665:1665] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:37.151 repeatedAttachmentCellHeight[1665:1665] Failed to determine offsets for style 5 >2024-10-20 21:05:38.158 repeatedAttachmentCellHeight[1665:1665] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:38.159 repeatedAttachmentCellHeight[1665:1665] Failed to determine offsets for style 6 >2024-10-20 21:05:39.161 repeatedAttachmentCellHeight[1665:1665] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:39.167 repeatedAttachmentCellHeight[1665:1665] Failed to determine offsets for style 7 >2024-10-20 21:05:40.185 repeatedAttachmentCellHeight[1665:1665] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:40.188 repeatedAttachmentCellHeight[1665:1665] Failed to determine offsets for style 8 >2024-10-20 21:05:41.207 repeatedAttachmentCellHeight[1665:1665] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:41.208 repeatedAttachmentCellHeight[1665:1665] Failed to determine offsets for style 9 >2024-10-20 21:05:42.213 repeatedAttachmentCellHeight[1665:1665] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:42.215 repeatedAttachmentCellHeight[1665:1665] Failed to determine offsets for style 10 >2024-10-20 21:05:43.226 repeatedAttachmentCellHeight[1665:1665] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:43.229 repeatedAttachmentCellHeight[1665:1665] Failed to determine offsets for style 11 >2024-10-20 21:05:44.238 repeatedAttachmentCellHeight[1665:1665] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:44.239 repeatedAttachmentCellHeight[1665:1665] Failed to determine offsets for style 12 >2024-10-20 21:05:45.243 repeatedAttachmentCellHeight[1665:1665] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:45.245 repeatedAttachmentCellHeight[1665:1665] Failed to determine offsets for style 13 >2024-10-20 21:05:46.249 repeatedAttachmentCellHeight[1665:1665] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:46.251 repeatedAttachmentCellHeight[1665:1665] Failed to determine offsets for style 14 >2024-10-20 21:05:47.256 repeatedAttachmentCellHeight[1665:1665] Waited for a second, but the X system never made the window visible >2024-10-20 21:05:47.257 repeatedAttachmentCellHeight[1665:1665] Failed to determine offsets for style 15 >End set: repeatedAttachmentCellHeight.m:79 ... TextSystem GNUstep repeatedAttachmentCellHeight >Completed file: repeatedAttachmentCellHeight.m
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 941901
:
906467
|
906468
| 906469 |
906470