Contents |
Test Info
Tests Started At 19:33:54 04-01-2008
Tests Finished At 01:29:19 05-01-2008
Host Name snowy.wichmann.us
Host OS Fedora release 8 (Werewolf)
Host Machine x86_64
Host Platform amd64
Host Kernel 2.6.23.9-85.fc8 #1 SMP Fri Dec 7 15:49:36 EST 2007
Tests executed
Certification Tests
Command Tests
Command Check v 3.1.95-1 Success Passed: 147
Static Interface Tests
Library Check v 3.1.95-1 Warnings: 36 Passed: 47712
Runtime Interface Tests
Core Tests v 3.1.95-4 Failures: 18 Passed: 5360
Desktop-T2C Tests v 3.1.95-3 Failures: 1 Passed: 2804
Desktop Tests: v 3.1.95-5
Fontconfig Tests Success Passed: 3
FreeType Tests Success Passed: 4
GTK Tests Failures: 5 Passed: 8149
Libpng Tests Success Passed: 137
Libxml Tests Success Passed: 2314
Qt3 Tests Success Passed: 26
Qt4 Tests Failures: 9 Passed: 1360
XRender Tests Success Passed: 1
Xft Tests Success Passed: 4
Libstdc++ Tests v 3.4.3-6.95 Success Passed: 1274
Perl Tests v 3.1.95-2 Failures: 14 Passed: 632
Printing Tests v 3.1.95-4 Failures: 6 Passed: 78
Python Runtime Tests v 3.1.95-2 Failures: 3 Passed: 105
X11 Tests (XTS5) v 5.1.5-4 Failures: 142 Passed: 3283
Automated Application Battery Tests
Apache Tests v 2.2.4-2 Failures: 6 Passed: 0
Expect Tests v 5.43.0-5 Success Passed: 6
Groff Tests v 1.19.2-2 Success Passed: 5
Lynx Tests v 2.8.6-1 Success Passed: 20
Python Tests v 2.4.4-1 Success Passed: 290
Raptor Tests v 1.4.15-1 Success Passed: 56
Rsync Tests v 2.6.9-1 Success Passed: 6
Samba Tests v 3.0.25b-1 Failures: 3 Passed: 3
Tcl Tests v 8.5a4-1 Success Passed: 134
Xpdf Tests v 1.01-5 Success Passed: 3
/tset/ANSI.os/maths/pow/T.pow 4 Warning (quelled) Insignificant
pow(0.0, -1.0) gave
RETURN VALUES: expected: -inf, observed: inf
Bit Representation: expected value: \000\000\000\000\000\000\360\377
Bit Representation: observed value: \000\000\000\000\000\000\360\177
Comment:
Both -inf and +inf are equally artificial results, Linux libc picks this one.
/tset/ANSI.os/streamio/fopen/T.fopen 28 Warning (quelled) Insignificant
fopen() succeeded when FOPEN_MAX streams were already open
Comment:
FOPEN_MAX is just an advisory limit, there is probably no real limit except memory.
/tset/ANSI.os/streamio/remove_X/T.remove_X 1 Warning (quelled) Feature
remove("remove_X-t.1") did not give correct results
RETURN VALUES: expected: -1, observed: 0
ERRNO VALUES: expected: 26 (ETXTBSY), observed: 0 (NO ERROR)
Comment:
Linux allows to remove a running executable file without any side effects.
/tset/ANSI.os/streamio/tmpfile/T.tmpfile 2 Warning (quelled) Feature
Note: There is a known issue with this test, see POSIX interpretation 1003.1-1990 #74
Note: This test is waived for LSB testing, please see the waivers database
tmpfile() did not creat file with mode 0666 when umask was set to 0, found 0600
Comment:
Not a bug but feature. Linux tmpfile() creates files with access rights 0600 which is more secure than POSIX mandated 0666.
/tset/ANSI.os/time/mktime/T.mktime 18 Failed
with TZ=JKL3:10PNM4:40 mktime() gave incorrect daylight saving timezone name
observed "EDT", expected "PNM"
/tset/POSIX.os/dataform/tar/T.tar 12 FIP (quelled) Correct
create utility exited with code 1
Comment:
This test tries to call tar with a file with too long name (>100 chars). The tar utility can either skip the file, or fail completely; both results are correct.
/tset/POSIX.os/devclass/c_iflag/T.c_iflag 19 Warning (quelled) Normal
This test will not pass when using pseudo ttys
Comment:
This is a normal result unless a hardware terminal is used (which is very rare).
/tset/POSIX.os/devclass/c_lflag/T.c_lflag 6 Warning (quelled) Normal
This test will not pass when using pseudo ttys
Comment:
This is a normal result unless a hardware terminal is used (which is very rare).
/tset/POSIX.os/devclass/tcdrain/T.tcdrain 2 Warning (quelled) Normal
This test will not pass when using pseudo ttys
Comment:
This is a normal result unless a hardware terminal is used (which is very rare).
/tset/POSIX.os/devclass/tcsetattr/T.tcsetattr 8 Warning (quelled) Normal
This test will not pass when using pseudo ttys
Comment:
This is a normal result unless a hardware terminal is used (which is very rare).
/tset/POSIX.os/files/access_X/T.access_X 1 Warning (quelled) Feature
access("access_X-t.1", W_OK) did not give correct results
RETURN VALUES: expected: -1, observed: 0
ERRNO VALUES: expected: 26 (ETXTBSY), observed: 0 (NO ERROR)
Comment:
On Linux, running executable files are normally accessible.
/tset/POSIX.os/files/mkfifo/T.mkfifo 16 Unresolved
deletion reason: could not make directory mkfifo-d.16
/tset/POSIX.os/files/rename_X/T.rename_X 1 Warning (quelled) Feature
rename("rename_X-t.1a", "rename_X-t.1b") did not give correct results
RETURN VALUES: expected: -1, observed: 0
ERRNO VALUES: expected: 26 (ETXTBSY), observed: 0 (NO ERROR)
Comment:
Not a bug but feature. On Linux, running executable files are normally accessible.
/tset/POSIX.os/files/stat_X/T.stat_X 1 FIP [?]
stat("/opt/lsb/test/core/tet/test_sets/nonexistb", buf) returned st_rdev value of 0xfc01
/tset/POSIX.os/files/stat_X/T.stat_X 2 FIP (quelled) Correct
stat("/dev/tty", buf) returned st_rdev value of 0x500
Comment:
This is a correct result, /dev/tty has major/minor number 0x0500.
/tset/POSIX.os/files/unlink_X/T.unlink_X 1 Warning (quelled) Feature
unlink("unlink_X-t.1") did not give correct results
RETURN VALUES: expected: -1, observed: 0
ERRNO VALUES: expected: 26 (ETXTBSY), observed: 0 (NO ERROR)
Comment:
On Linux, running executable files are normally accessible.
/tset/POSIX.os/files/posix_madvise/T.posix_madvise 4 Failed
posix_madvise returned 0 instead of EINVAL
/tset/POSIX.os/ioprim/read/T.read 13 Failed
time stamps incorrect: atime was not updated
/tset/POSIX.os/ioprim/read/T.read 15 Failed
time stamps incorrect: atime was not updated
/tset/POSIX.os/procenv/sysconf/T.sysconf 3 Warning (quelled) Insignificant
CLK_TCK not defined (obsolescent in POSIX but required)
Comment:
Insignificant; CLK_TCK is obsolete anyway.
/tset/POSIX.os/procenv/sysconf_X/T.sysconf_X 2 Failed
sysconf(_SC_XOPEN_VERSION) failed expected 500 - got 600
/tset/POSIX.os/procenv/sysconf_X/T.sysconf_X 17 FIP [?]
sysconf(_SC_XOPEN_ENH_I18N) returned 1
- indicating the feature group is fully supported
sysconf(_SC_XOPEN_CRYPT) returned 1
- indicating the feature group is supported
sysconf(_SC_XOPEN_SHM) returned 1
- indicating the feature group is supported
sysconf(_SC_XOPEN_LEGACY) returned 1
- indicating the feature group is fully supported
/tset/POSIX.os/procenv/uname/T.uname 1 FIP [?]
system name - Linux
node name - snowy.wichmann.us
release - 2.6.23.9-85.fc8
version - #1 SMP Fri Dec 7 15:49:36 EST 2007
machine - x86_64
/tset/POSIX.os/procprim/exec/T.execl 31 Failed
After execl(../exec_tok, ...) completed successfully
time stamps incorrect: atime was not updated
/tset/POSIX.os/procprim/exec/T.execle 31 Failed
After execle(../exec_tok, ...) completed successfully
time stamps incorrect: atime was not updated
/tset/POSIX.os/procprim/exec/T.execlp 31 Failed
After execlp(../exec_tok, ...) completed successfully
time stamps incorrect: atime was not updated
/tset/POSIX.os/procprim/exec/T.execv 31 Failed
After execv(../exec_tok, ...) completed successfully
time stamps incorrect: atime was not updated
/tset/POSIX.os/procprim/exec/T.execve 31 Failed
After execve(../exec_tok, ...) completed successfully
time stamps incorrect: atime was not updated
/tset/POSIX.os/procprim/exec/T.execvp 31 Failed
After execvp(../exec_tok, ...) completed successfully
time stamps incorrect: atime was not updated
/tset/POSIX.os/procprim/kill_X/T.kill_X 1 Warning (quelled) Insignificant
process calling kill() did not receive signal 10
Comment:
The Linux implementation of kill() sends the signal to everyone except its own process, which is also logical.
/tset/initd/misc/install/general-tc 3 Failed
Reference 20.3-3(C) Testing activation of initscript
If an initscript depends on a boot facility it shall not be
activated by a call to install_initd if the dependency is not met
Call /usr/lib/lsb/install_initd /etc/init.d/lsb-initA
exit code 0 returned, expected 1
Check that lsb-initA is not installed in initscript directories
/etc/rc.d/rc0.d/K50lsb-initA: found a symlink
exit code 2 returned, expected 1
/etc/rc.d/rc1.d/K50lsb-initA: found a symlink
exit code 2 returned, expected 1
/etc/rc.d/rc2.d/S51lsb-initA: found a symlink
exit code 2 returned, expected 1
/etc/rc.d/rc3.d/S51lsb-initA: found a symlink
exit code 2 returned, expected 1
/etc/rc.d/rc4.d/S51lsb-initA: found a symlink
exit code 2 returned, expected 1
/etc/rc.d/rc5.d/S51lsb-initA: found a symlink
exit code 2 returned, expected 1
/etc/rc.d/rc6.d/K50lsb-initA: found a symlink
exit code 2 returned, expected 1
Cleanup, deactivate initscripts, if any
Cleanup, remove initscript files, if any
/tset/initd/misc/install/general-tc 5 Failed
Reference 20.4-5(C) Testing deactivation of initscript
If a boot facility provided by an initscript is depended on by another
initscript the script shall not be deactivated by a call to remove_initd
Call /usr/lib/lsb/install_initd /etc/init.d/lsb-initB
Call /usr/lib/lsb/install_initd /etc/init.d/lsb-initA
Check that lsb-initA is installed in initscript directories
/etc/rc.d/rc0.d/K50lsb-initA: found a symlink
/etc/rc.d/rc1.d/K50lsb-initA: found a symlink
/etc/rc.d/rc2.d/S51lsb-initA: found a symlink
/etc/rc.d/rc3.d/S51lsb-initA: found a symlink
/etc/rc.d/rc4.d/S51lsb-initA: found a symlink
/etc/rc.d/rc5.d/S51lsb-initA: found a symlink
/etc/rc.d/rc6.d/K50lsb-initA: found a symlink
Check that lsb-initB is installed in initscript directories
/etc/rc.d/rc0.d/K50lsb-initB: found a symlink
/etc/rc.d/rc1.d/K50lsb-initB: found a symlink
/etc/rc.d/rc2.d/S50lsb-initB: found a symlink
/etc/rc.d/rc3.d/S50lsb-initB: found a symlink
/etc/rc.d/rc4.d/S50lsb-initB: found a symlink
/etc/rc.d/rc5.d/S50lsb-initB: found a symlink
/etc/rc.d/rc6.d/K50lsb-initB: found a symlink
Call /usr/lib/lsb/install_initd /etc/init.d/lsb-initB
exit code 0 returned, expected non-zero
Check that lsb-initB is installed in initscript directories
/etc/rc.d/rc0.d/K??lsb-initB: file not found
/etc/rc.d/rc1.d/K??lsb-initB: file not found
/etc/rc.d/rc2.d/S??lsb-initB: file not found
exit code 1 returned, expected 2
/etc/rc.d/rc3.d/S??lsb-initB: file not found
exit code 1 returned, expected 2
/etc/rc.d/rc4.d/S??lsb-initB: file not found
exit code 1 returned, expected 2
/etc/rc.d/rc5.d/S??lsb-initB: file not found
exit code 1 returned, expected 2
/etc/rc.d/rc6.d/K??lsb-initB: file not found
Cleanup, deactivate initscripts, if any
Cleanup, remove initscript files, if any
/tset/LI18NUX2K.L1/base/strptime/T.strptime 32 Failed
If the conversion character is `EY', verify this function converts the characters which is the full alternative year representation.
Test Locale is LTP_1.UTF-8
The locale's alternative year representation is not interpreted correctly.
/tset/LI18NUX2K.L1/utils/localedef/T.localedef 3 Warning (quelled) Waived
* When the locale specification exceeded implementation limits or the coded character set or sets used were not supported by the implementation, and no locale was created, verify the exit value is 2.
created locale unexpectedly
This test should not create locale and exit code code sould be 2.
eixt code of localedef is 0
if exit code is more than 3, please check directory if user 'vsx0' has write permission of the locale directory
*) This test result is waived now.
Comment:
This test is waived by the LSB committee.
/tset/LSB.fhs/var/cache-fonts/cache-fonts-tc 1 FIP [?]
Reference 5.5.3-1(C)
The /var/cache/fonts directory may exist and is searchable
/var/cache/fonts: directory not found
exit code 1 returned, expected 0
This test result needs to be manually resolved, returning FIP result
/tset/LSB.fhs/var/spool-lpd/spool-lpd-tc 2 FIP (quelled) Normal
Reference 5.14.3-2(C)
If the implementation has the lpd daemon running then
The lock file /var/spool/lpd/lpd.lock exists
/var/spool/lpd/lpd.lock: file not found
exit code 1 returned, expected 0
This test result needs to be manually resolved
Comment:
Normal when lpd is not installed.
/tset/LSB.fhs/var/spool-rwho/spool-rwho-tc 1 FIP (quelled) Normal
Reference 5.14.4-1(C)
If the subsystem is supported
The /var/spool/rwho directory exists and is searchable
/var/spool/rwho: directory not found
exit code 1 returned, expected 0
This test result needs to be manually resolved, returning FIP result
Comment:
Normal when rwho is not installed.
/tset/LSB.os/genuts/ftw_L/T.ftw_L 4 Warning (quelled) Insignificant
ftw did not call function with argument FTW_SL and
correct first and second arguments when traversing
file tree
Comment:
The linux ftw() function follows symlinks, it does not report them.
/tset/LSB.os/genuts/getopt/T.getopt 1 Warning (quelled) Known minor bug
getopt() failed when called with :-
optstring : [ab:cd:e]
arguments : [-a] [-d]
optind : [2]
getopt() failed on the following :-
optind : expected [4], actual [3]
getopt() failed when called with :-
optstring : [ab:cd:e]
arguments : [-ab]
optind : [1]
getopt() failed on the following :-
optind : expected [3], actual [2]
getopt() failed when called with :-
optstring : [:ab:cd:e]
arguments : [-a] [-d]
optind : [2]
getopt() failed on the following :-
optind : expected [4], actual [3]
getopt() failed when called with :-
optstring : [:ab:cd:e]
arguments : [-ab]
optind : [1]
getopt() failed on the following :-
optind : expected [3], actual [2]
Comment:
This is a known minor bug related to locale handling.
/tset/LSB.os/ioprim/readv_L/T.readv_L 13 Failed
time stamps incorrect: atime was not updated
/tset/LSB.os/ioprim/readv_L/T.readv_L 15 Failed
time stamps incorrect: atime was not updated
/tset/LSB.usersgroups/usersgroups/names/names-tc 6 Warning
Reference User & Group Names 16-1
If User Name (sync) exists it should be in the Group (sync)
WARNING: User Name (sync) is in the wrong group (root).
/tset/LSB.usersgroups/usersgroups/names/names-tc 7 Warning
Reference User & Group Names 16-1
If User Name (shutdown) exists it should be in the Group (shutdown)
WARNING: User Name (shutdown) is in the wrong group (root).
/tset/LSB.usersgroups/usersgroups/names/names-tc 8 Warning
Reference User & Group Names 16-1
If User Name (halt) exists it should be in the Group (halt)
WARNING: User Name (halt) is in the wrong group (root).
/tset/lsb_release/testcases/lsb_release/lsb_release-tc 2 Failed
Reference 15.2, The lsb_release command should return the version of LSB against which the distribution is compliant.
Spec reference: 15.2. Command Behavior
Expecting at least 2 core-3.2 results from lsb_release
exit code 1 returned, expected 0
/atk-t2c/tests/AtkHyperlink/AtkHyperlink 19 Failed (quelled) Known problem (waived)
Target interface(s):
start_index
--------
Property "start-index" has value 20,
but function atk_hyperlink_get_start_index returned 10.
Value of property should coincide with value returned by atk_hyperlink_get_start_index.
Requirement failed:
{start_index.05}
Property means the start index of the AtkHyperlink object.
Comment:
This failure occurs due to the following problem:
Incorrect registration of the "start-index" property for AtkHyperlink.
/atk-t2c/tests/AtkObject_properties/AtkObject_properties 4 Failed (quelled) Known problem (waived)
Target interface(s):
accessible_role
--------
Checked requirements: accessible_role.01
Checked requirements: accessible_role.02
Checked requirements: accessible_role.03
Checked requirements: accessible_role.05
Initial value of the role is 66, but should be 0.
Value of the property should be 0 just after creation of an object.
Requirement failed:
{accessible_role.05}
Default value: 0
Comment:
This failure occurs due to the following problem:
"accessible-role" - invalid default value.
/atk-t2c/tests/AtkObject_properties/AtkObject_properties 16 Failed (quelled) Known problem (waived)
Target interface(s):
accessible_value
--------
Value = 10.000000 was passed to function g_object_set().
But after call of the function g_object_get,
value, address of which was passed to it, contains 0.000000.
g_object_get() should return same value, as set by g_object_set().
Requirement failed:
{accessible_value.02}
Type of property should be gdouble. Property should be readable and writable.
Comment:
This failure occurs due to the following problem:
Spurious gdouble in "accesible-value" property of an AtkObject.
/atk-t2c/tests/AtkObject_relation/AtkObject_relation 6 Failed (quelled) Known problem (waived)
Target interface(s):
atk_object_remove_relationship
--------
Checked requirements: app.atk_object_remove_relationship.03
Checked requirements: app.atk_object_remove_relationship.04
Checked requirements: app.atk_object_remove_relationship.05
Checked requirements: atk_object_remove_relationship.02
Checked requirements: atk_object_remove_relationship.01
Before call of the function there were 5 relationships(total).
After call - 3.
Function shouldn't delete other relationships
Requirement failed:
{atk_object_remove_relationship.01}
Removes a relationship of the specified type with the specified target.
Comment:
This failure occurs due to the following problem:
atk_object_remove_relationship can remove more relationships than it should.
/atk-t2c/tests/AtkObject_relation/AtkObject_relation 7 Failed (quelled) Known problem (waived)
Target interface(s):
atk_object_remove_relationship
--------
Checked requirements: app.atk_object_remove_relationship.03
Checked requirements: app.atk_object_remove_relationship.04
Checked requirements: app.atk_object_remove_relationship.05
Checked requirements: atk_object_remove_relationship.02
Checked requirements: atk_object_remove_relationship.01
Before call of the function there were 5 relationships(total).
After call - 3.
Function shouldn't delete other relationships
Requirement failed:
{atk_object_remove_relationship.01}
Removes a relationship of the specified type with the specified target.
Comment:
This failure occurs due to the following problem:
atk_object_remove_relationship can remove more relationships than it should.
/atk-t2c/tests/AtkObject_signals/AtkObject_signals 16 Failed (quelled) Known problem (waived)
Target interface(s):
property_change
--------
Property 'accessible-role' has changed it's value from 66 to 2
The signal "property-change" should be emitted when an object's property value changes.
Requirement failed:
{property_change.04}
The signal "property-change" should be emitted when an object's property value changes.
Comment:
This failure occurs due to the following problem:
"property-change" signal is not always emitted when the value of the "accessible-role" property changes.
/atk-t2c/tests/AtkRelationSet/AtkRelationSet 10 Failed (quelled) Known problem (waived)
Target interface(s):
atk_relation_set_add
--------
Checked requirements: app.atk_relation_set_add.02
Checked requirements: app.atk_relation_set_add.03
Initial set contained the following relations:
0x52be40,
0x52be10.
And the function was called with relation = 0x52be40,
which was in the set
After call of the function the set is expected to contain the following:
0x52be40,
0x52be10.
And it contains the following:
0x52be40,
0x52be40,
0x52be10.
Function should not add a relation to the set if the relation is already present in it.
Requirement failed:
{atk_relation_set_add.01}
Add a new relation to the current relation set if it is not already present.
Comment:
This failure occurs due to the following problem:
atk_relation_set_add always adds relation to the set.
/atk-t2c/tests/AtkStateSet/AtkStateSet 24 Failed (quelled) Known problem (waived)
Target interface(s):
atk_state_set_or_sets
--------
When called for empty sets, the function should return NULL.
But it returned 0x523ca0.
Requirement failed:
{atk_state_set_or_sets.01.02}
returns NULL if the union is empty.
Comment:
This failure occurs due to the following problem:
atk_state_set_or_sets returns an empty set rather than NULL.
/atk-t2c/tests/AtkUtils/AtkUtils 5 Failed (quelled) Known problem (waived)
Target interface(s):
atk_add_global_event_listener
--------
Function returns 4294967295 (-1)
Function should return 0 on failure.
Requirement failed:
{atk_add_global_event_listener.02.02}
Returns 0 on failure.
Comment:
This failure occurs due to the following problem:
atk_add_global_event_listener, atk_add_key_event_listener return incorrect value in case of error.
/atk-t2c/tests/AtkUtils/AtkUtils 8 Failed (quelled) Known problem (waived)
Target interface(s):
atk_add_key_event_listener
--------
Function returns 4294967295 (-1)
The function should return 0 on failure.
Requirement failed:
{atk_add_key_event_listener.03.02}
Returns 0 on failure.
Comment:
This failure occurs due to the following problem:
atk_add_global_event_listener, atk_add_key_event_listener return incorrect value in case of error.
/glib-t2c/tests/glib_AsyncQueue/glib_AsyncQueue 5 Time expired Known problem
Target interface(s):
g_async_queue_pop
--------
pop_test(): after g_cond_signal()
Child process timed out.
Comment:
This problem was detected on Mandriva 2008 Free and Fedora Core 8.
The main thread of the test hangs in g_cond_wait(). Meanwhile, the other thread calls g_cond_signal() to wake up the main thread but it seems to have no effect.
/glib-t2c/tests/glib_key_parser/glib_key_parser 36 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_has_key
--------
Checked requirements: g_key_file_new.01
Error reported in glib_key_parser.c, line 5038
comment: [g_key_file_has_key: assertion `group_name != NULL' failed]
Checked requirements: g_key_file_has_key.03
Returned value should be TRUE.
At least one of the following requirements failed:
{g_key_file_has_key.02}
If group_name is NULL, the start group is used.
{g_key_file_has_key.01.01}
Returns TRUE if key is a part of group_name.
Comment:
This failure occurs due to the following problem:
Inconsistency between standard and implementation "g_key_file_has_key".
/glib-t2c/tests/glib_key_parser/glib_key_parser 60 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_get_boolean
--------
Checked requirements: g_key_file_new.01
Error reported in glib_key_parser.c, line 9100
comment: [g_key_file_get_boolean: assertion `group_name != NULL' failed]
returned value is FALSE, should be TRUE
At least one of the following requirements failed:
{g_key_file_get_boolean.04}
If group_name is NULL, the start group is used.
{g_key_file_get_boolean.01}
Returns the value associated with key under group_name as a boolean.
Comment:
This failure occurs due to the following problem:
Inconsistency between standard and implementation of the interface "g_key_file_get_boolean".
/glib-t2c/tests/glib_key_parser/glib_key_parser 64 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_get_integer
--------
Checked requirements: g_key_file_new.01
Error reported in glib_key_parser.c, line 9608
comment: [g_key_file_get_integer: assertion `group_name != NULL' failed]
Returned incorrect value.
At least one of the following requirements failed:
{g_key_file_get_integer.04}
If group_name is NULL, the start_group is used.
{g_key_file_get_integer.01}
Returns the value associated with key under group_name as an integer.
Comment:
This failure occurs due to the following problem:
Inconsistency between standard and implementation of the interface "g_key_file_get_integer".
/glib-t2c/tests/glib_key_parser/glib_key_parser 76 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_get_locale_string_list
--------
Checked requirements: g_key_file_new.01
Error reported in glib_key_parser.c, line 12403
comment: [g_key_file_get_locale_string_list: assertion `group_name != NULL' failed]
Returned NULL.
At least one of the following requirements failed:
{g_key_file_get_locale_string_list.07}
The default list separator is ';'.
{g_key_file_get_locale_string_list.01}
Returns the values associated with key under group_name translated in the given locale if available.
{g_key_file_get_locale_string_list.08}
If group_name is NULL, then the start group is used.
Comment:
This failure occurs due to the following problem:
Inconsistency between standard and implementation of the interface "g_key_file_get_locale_string_list".
/glib-t2c/tests/glib_key_parser/glib_key_parser 83 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_get_boolean_list
--------
Checked requirements: g_key_file_new.01
Error reported in glib_key_parser.c, line 14163
comment: [g_key_file_get_boolean_list: assertion `group_name != NULL' failed]
Returned value is NULL.
At least one of the following requirements failed:
{g_key_file_get_boolean_list.06}
If group_name is NULL, the start_group is used.
{g_key_file_get_boolean_list.05}
The default list separator is ';'.
{g_key_file_get_boolean_list.01}
Returns the values associated with key under group_name as booleans.
Comment:
This failure occurs due to the following problem:
Inconsistency between standard and implementation of the interface "g_key_file_get_boolean_list".
/glib-t2c/tests/glib_key_parser/glib_key_parser 87 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_get_integer_list
--------
Checked requirements: g_key_file_new.01
Error reported in glib_key_parser.c, line 14934
comment: [g_key_file_get_integer_list: assertion `group_name != NULL' failed]
Returned value is NULL.
At least one of the following requirements failed:
{g_key_file_get_integer_list.05}
The default list separator is ';'.
{g_key_file_get_integer_list.04}
the number of integers returned
{g_key_file_get_integer_list.06}
If group_name is NULL, the start group is used.
{g_key_file_get_integer_list.01}
Returns the values associated with key under group_name as integers.
Comment:
This failure occurs due to the following problem:
Inconsistency between standard and implementation of the interface "g_key_file_get_integer_list".
/glib-t2c/tests/glib_key_parser/glib_key_parser 88 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_get_comment
--------
Checked requirements: g_key_file_new.01
Checked requirements: g_key_file_get_comment.04
get comment failed: expected value = "Fourth Comment", returned value = "Fourth Comment
"
Requirement failed:
{g_key_file_get_comment.01}
Retrieves a comment above key from group_name.
Comment:
This failure occurs due to the following problem:
The "g_key_file_get_comment" interface returns comment with unexpected new line symbol at the end.
/glib-t2c/tests/glib_key_parser/glib_key_parser 89 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_get_comment
--------
Checked requirements: g_key_file_new.01
Checked requirements: g_key_file_get_comment.04
get comment from above group failed: expected value = "Third Comment", returned value = "Third Comment
"
Requirement failed:
{g_key_file_get_comment.02}
If key is NULL then comment will be read from above group_name.
Comment:
This failure occurs due to the following problem:
The "g_key_file_get_comment" interface returns comment with unexpected new line symbol at the end.
/glib-t2c/tests/glib_key_parser/glib_key_parser 90 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_get_comment
--------
Checked requirements: g_key_file_new.01
Checked requirements: g_key_file_get_comment.04
get comment from above first group failed: expected value = "First Comment", returned value = "First Comment
"
Requirement failed:
{g_key_file_get_comment.03}
If both key and group_name are NULL, then comment will be read from above the first group in the file.
Comment:
This failure occurs due to the following problem:
The "g_key_file_get_comment" interface returns comment with unexpected new line symbol at the end.
/glib-t2c/tests/glib_key_parser/glib_key_parser 101 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_set_boolean
--------
Checked requirements: g_key_file_new.01
Error reported in glib_key_parser.c, line 16864
comment: [g_key_file_get_boolean: assertion `group_name != NULL' failed]
Set boolean value = TRUE, while Get FALSE.
At least one of the following requirements failed:
{g_key_file_set_boolean.03}
If group_name is NULL, the start group is used.
{g_key_file_get_boolean.04}
If group_name is NULL, the start group is used.
Comment:
This failure occurs due to the following problem:
Inconsistency between standard and implementation of the interface "g_key_file_set_boolean".
/glib-t2c/tests/glib_key_parser/glib_key_parser 104 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_set_integer
--------
Checked requirements: g_key_file_new.01
Error reported in glib_key_parser.c, line 17195
comment: [g_key_file_set_value: assertion `g_key_file_is_group_name (group_name)' failed]
Set integer value = "15", while Get integer = "-1".
At least one of the following requirements failed:
{g_key_file_set_integer.03}
If group_name is NULL, the start group is used.
{g_key_file_get_integer.04}
If group_name is NULL, the start_group is used.
{g_key_file_set_integer.01}
Associates a new integer value with key under group_name.
Comment:
This failure occurs due to the following problem:
Inconsistency between standard and implementation "g_key_file_set_integer".
/glib-t2c/tests/glib_key_parser/glib_key_parser 110 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_set_locale_string_list
--------
Checked requirements: g_key_file_new.01
Error reported in glib_key_parser.c, line 18247
comment: [g_key_file_set_value: assertion `g_key_file_is_group_name (group_name)' failed]
Get returns NULL for Key = "Welcome" and Locale = "en" of the Group = "(null)", while Set filled the list.
At least one of the following requirements failed:
{g_key_file_set_locale_string_list.03}
If group_name is NULL, the start group is used.
{g_key_file_get_locale_string_list.07}
The default list separator is ';'.
{g_key_file_get_locale_string_list.08}
If group_name is NULL, then the start group is used.
{g_key_file_set_locale_string_list.01}
Associates a list of string values for key and locale under group_name.
Comment:
This failure occurs due to the following problem:
Inconsistency between standard and implementation "g_key_file_set_locale_string_list".
/glib-t2c/tests/glib_key_parser/glib_key_parser 113 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_set_boolean_list
--------
Checked requirements: g_key_file_new.01
Error reported in glib_key_parser.c, line 18764
comment: [g_key_file_set_value: assertion `g_key_file_is_group_name (group_name)' failed]
Get returns NULL for Key = "BooleanList" of the Group = "(null)", while Set filled the list.
At least one of the following requirements failed:
{g_key_file_set_boolean_list.03}
If group_name is NULL, the start_group is used.
{g_key_file_get_boolean_list.06}
If group_name is NULL, the start_group is used.
{g_key_file_set_boolean_list.01}
Associates a list of boolean values with key under group_name.
Comment:
This failure occurs due to the following problem:
Inconsistency between standard and implementation of the interface "g_key_file_set_boolean_list".
/glib-t2c/tests/glib_key_parser/glib_key_parser 116 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_set_integer_list
--------
Checked requirements: g_key_file_new.01
Error reported in glib_key_parser.c, line 19338
comment: [g_key_file_set_value: assertion `g_key_file_is_group_name (group_name)' failed]
Get returns NULL for Key = "Numbers" of the Group = "First Group", while Set filled the list.
At least one of the following requirements failed:
{g_key_file_set_integer_list.03}
If group_name is NULL the start group is used.
{g_key_file_get_integer_list.06}
If group_name is NULL, the start group is used.
{g_key_file_set_integer_list.01}
Associates a list of integer values with key under group_name.
Comment:
This failure occurs due to the following problem:
Inconsistency between standard and implementation "g_key_file_set_integer_list".
/glib-t2c/tests/glib_key_parser/glib_key_parser 117 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_set_comment
g_key_file_get_comment
--------
Checked requirements: g_key_file_new.01
Checked requirements: g_key_file_set_comment.04
Trying to set comment: set comment = "comment 1" get comment = "comment 1
"
At least one of the following requirements failed:
{g_key_file_set_comment.01}
Places a comment above key from group_name.
{g_key_file_get_comment.01}
Retrieves a comment above key from group_name.
Comment:
This failure occurs due to the following problem:
The "g_key_file_get_comment" interface returns comment with unexpected new line symbol at the end.
/glib-t2c/tests/glib_key_parser/glib_key_parser 118 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_set_comment
g_key_file_get_comment
--------
Checked requirements: g_key_file_new.01
Checked requirements: g_key_file_set_comment.04
Trying to set comment above the group: set comment = "comment 2" get comment = "#comment 2"
At least one of the following requirements failed:
{g_key_file_set_comment.02}
If key is NULL then comment will be written above group_name.
{g_key_file_get_comment.02}
If key is NULL then comment will be read from above group_name.
Comment:
This failure occurs due to the following problem:
The "g_key_file_set_comment" interface prepends '#' character to the comment.
/glib-t2c/tests/glib_key_parser/glib_key_parser 119 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_set_comment
g_key_file_get_comment
--------
Checked requirements: g_key_file_new.01
Checked requirements: g_key_file_set_comment.04
Trying to set comment above the first group: set comment = "comment 3" get comment = "comment 3
"
At least one of the following requirements failed:
{g_key_file_set_comment.03}
If both key and group_name are NULL, then comment will be written above the first group in the file.
{g_key_file_get_comment.03}
If both key and group_name are NULL, then comment will be read from above the first group in the file.
Comment:
This failure occurs due to the following problem:
The "g_key_file_get_comment" interface returns comment with unexpected new line symbol at the end.
/glib-t2c/tests/glib_key_parser/glib_key_parser 125 Failed (quelled) Known problem (waived)
Target interface(s):
g_key_file_remove_comment
--------
Checked requirements: g_key_file_new.01
Checked requirements: g_key_file_remove_comment.04
Comment above the Group = "Second Group" not removed , Get comment should be NULL, now is "Third Comment
".
Requirement failed:
{g_key_file_remove_comment.02}
If key is NULL then comment will be removed above group_name.
Comment:
This failure occurs due to the following problem:
Invocation of the interface "g_key_file_remove_comment" does not remove comment in specific case.
/glib-t2c/tests/glib_main_event_loop/glib_main_event_loop 46 Failed (quelled) Known problem (waived)
Target interface(s):
g_main_context_check
--------
g_main_context_check: sources with higher numerical priority than specified are being checked.
Requirement failed:
{g_main_context_check.01}
max_priority : the maximum numerical priority of sources to check
Comment:
This failure occurs due to the following problem:
The "g_main_context_check" interface ignores it's "max_priority" parameter.
/glib-t2c/tests/glib_memchunks/glib_memchunks 9 Failed (quelled) Known problem (waived)
Target interface(s):
g_mem_chunk_print
g_mem_chunk_info
--------
No print in log or GMemChunk name not found in message
Requirement failed:
{g_mem_chunk_info.01}
Outputs debugging information for all GMemChunk objects currently in use. It outputs the number of GMemChunk objects currently allocated, and calls g_mem_chunk_print() to output information on each one.
Comment:
Memory chunks are deprecated since glib version 2.10.
/glib-t2c/tests/glib_memchunks/glib_memchunks 10 Failed (quelled) Known problem (waived)
Target interface(s):
g_mem_chunk_print
g_mem_chunk_info
--------
No print in log or GMemChunk name not found in message
Requirement failed:
{g_mem_chunk_print.01}
Outputs debugging information for a GMemChunk. It outputs the name of the GMemChunk (set with g_mem_chunk_new()), the number of bytes used, and the number of blocks of memory allocated.
Comment:
Memory chunks are deprecated since glib version 2.10.
/gmodule-t2c/tests/gmodule/gmodule 11 Failed (quelled) Known problem (waived)
Target interface(s):
g_module_open
--------
g_module_open cannot open module '/opt/lsb/test/desktop-t2c/gmodule-t2c/testdata/gmodule/open/la1/test.la'.
Requirement failed:
{g_module_open.01.01}
First of all g_module_open() tries to open file_name as a module.
Comment:
This failure occurs due to the following problem:
g_module_open fails to open modules with ".la" extension.
/gmodule-t2c/tests/gmodule/gmodule 23 Failed (quelled) Known problem (waived)
Target interface(s):
g_module_error
--------
A string meaning that no error occured is '(null)', current error string is '(null)'.
Error occurs in g_module_open, but g_module_error doesn't reveal it.
Requirement failed:
{g_module_error.01}
Returns :a string describing the last module error.
Comment:
This failure occurs due to the following problem:
g_module_error returns NULL after g_module_open has failed to open a module with ".la" extension.
/tests/functions/GdkImages/GdkImages 2 Failed test case: /opt/lsb/test/desktop/gtkvts/tet_tmp_dir/20038aa/tests/functions/GdkImages/GdkImages, TP number: 2 GdkImages.c, line 127: gdk_image_new: it's not a GDK_TYPE_IMAGE /tests/functions/GtkToolbar/GtkToolbar 15 Failed test case: /opt/lsb/test/desktop/gtkvts/tet_tmp_dir/20038aa/tests/functions/GtkToolbar/GtkToolbar, TP number: 15 GtkToolbar.c, line 934: tooltips is 1, should be 0 /tests/functions/GtkWindow/GtkWindow 127 Failed test case: /opt/lsb/test/desktop/gtkvts/tet_tmp_dir/20038aa/tests/functions/GtkWindow/GtkWindow, TP number: 127 GtkWindow.c, line 9412: toplevel_list_length = 19, toplevel_count = 18 /tests/functions/GtkWindow/GtkWindow 128 Failed test case: /opt/lsb/test/desktop/gtkvts/tet_tmp_dir/20038aa/tests/functions/GtkWindow/GtkWindow, TP number: 128 GtkWindow.c, line 9517: toplevel_list_length = 16, toplevel_count = 15 /tests/functions/GtkWindow/GtkWindow 129 Failed test case: /opt/lsb/test/desktop/gtkvts/tet_tmp_dir/20038aa/tests/functions/GtkWindow/GtkWindow, TP number: 129 GtkWindow.c, line 9622: toplevel_list_length = 31, toplevel_count = 30
tst_QIcon_actualSize 1 Failed Compared values are not the same tst_QIcon_actualSize2 2 Failed Compared values are not the same tst_QIcon_isNull 3 Failed tst_QItemModel_rowCount 2 Failed QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlQuery::exec: database not open QSqlQuery::prepare: database not open QSqlQuery::exec: database not open tst_QItemModel_columnCount 3 Failed QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlQuery::exec: database not open QSqlQuery::prepare: database not open QSqlQuery::exec: database not open tst_QItemModel_hasIndex 4 Failed QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlQuery::exec: database not open QSqlQuery::prepare: database not open QSqlQuery::exec: database not open Compared values are not the same Actual (currentModel->hasIndex(0,0)): 0 Expected (true): 1 tst_QItemModel_index 5 Failed QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlQuery::exec: database not open QSqlQuery::prepare: database not open QSqlQuery::exec: database not open Compared values are not the same Actual (currentModel->index(0,0).isValid()): 0 Expected (true): 1 tst_QItemModel_data 7 Failed QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed. Unable to open database QSqlError(-1, "Driver not loaded", "Driver not loaded") QSqlQuery::exec: database not open QSqlQuery::prepare: database not open QSqlQuery::exec: database not open tst_QItemModel_sort 12 Failed (none)
Edit 2008-01-17: Most of these seem to be configuration problems in the test environment (Fedora 8). I'd suspect we need to re-run these tests again after we ensure that everything is set up properly. - Criswell
lib/1_compile.t 212 Failed FAILED test 6 Failed 1/11 tests, 90.91% okay ../lib/CPAN/t/loadme.t 261 Failed FAILED test 1 Failed 1/1 tests, 0.00% okay ../lib/Memoize/t/tie_ndbm.t 458 Failed (none) ../lib/Net/Ping/t/200_ping_tcp.t 473 Failed FAILED test 6 Failed 1/13 tests, 92.31% okay ../lib/Net/Ping/t/400_ping_syn.t 475 Failed FAILED test 19 Failed 1/19 tests, 94.74% okay ../lib/Net/Ping/t/410_syn_host.t 476 Failed FAILED test 13 Failed 1/19 tests, 94.74% okay ../lib/Test/Simple/t/plan_is_noplan.t 558 Failed FAILED test 1 Failed 1/2 tests, 50.00% okay ../lib/Test/Simple/t/exit.t 563 Failed FAILED tests 1-3, 5, 8, 10-13 Failed 9/13 tests, 30.77% okay ../lib/Test/Simple/t/no_plan.t 593 Failed FAILED tests 3-12 Failed 10/12 tests, 16.67% okay ../lib/Test/Simple/t/skipall.t 597 Failed FAILED tests 1-2 Failed 2/2 tests, 0.00% okay ../ext/B/t/f_map.t 706 Failed FAILED test 9 Failed 1/9 tests, 88.89% okay ../ext/B/t/f_sort.t 707 Failed FAILED test 10 Failed 1/20 tests, 95.00% okay ../ext/Devel/Peek/t/Peek.t 728 Failed FAILED tests 11-12, 16, 19 Failed 4/22 tests, 81.82% okay ../ext/Storable/t/sig_die.t 883 Failed (none)
/convenience/cupsConvenience 21 Failed Test 21 When cupsLangDefault is called, the function returns the default language data cupsLangDefault returned 'c_', expected 'C' /convenience/cupsConvenience 25 Failed Test 25 When cupsLangGet is called, the function returns language data for the requested language cupsLangGet returned 'fr_', expected 'fr' /testgs/testgs 2 Failed Reference III.8.2 The gs command provides support for the cups device. exit code 1 returned, expected 0 /testgs/testgs 6 Failed Reference III.8.2 The gs command provides support for the opvp device. exit code 1 returned, expected 0 /testgs/testgs 8 Failed Reference III.8.2 The gs command provides support for the pxlmono device. exit code 1 returned, expected 0 /testgs/testgs 10 Failed Reference III.8.2 The gs command provides support for the pxlcolor device. exit code 1 returned, expected 0
/usr/bin/python 11 Failed
Traceback (most recent call last):
File "/opt/lsb/test/python/Lib25/test/test_binascii.py", line 137, in test_qp
self.assertEqual(binascii.a2b_qp("= "), "")
AssertionError: '= ' != ''
/usr/bin/python 58 Failed
Traceback (most recent call last):
File "/opt/lsb/test/python/Lib25/test/test_itertools.py", line 56, in test_count
c.next(); c.next(); c.next(); c.next(); c.next()
OverflowError: cannot count beyond LONG_MAX
/usr/bin/python 104 Failed
1 of 28 doctests failed
/tset/Xlib3/clsdsply/Test 6 Failed VSW5TESTSUITE PURPOSE 6 Assertion XCloseDisplay-6.(A) When the client has grabbed the server, then a call to XCloseDisplay performs a XUngrabServer. METH: Create a connection for client1 using XOpenDisplay. METH: Create a connection for client2 using XOpenDisplay. METH: Create a window using XCreateWindow. METH: Grab the server for the default display using XGrabServer. METH: Create a process using tet_fork. METH: In child process: METH: Generate a ChangeProperty request using XChangeProperty. METH: Wait sufficient time for the ChangeProperty request to be processed. METH: Verify that no PropertyChange event has been generated by client2 using XCheckWindowEvent. METH: Close the client1 connection using XCloseDisplay. METH: In child process: METH: Wait suffient time for the ChangeProperty request to be processed. METH: Verify that a ChangeProperty request was generated by client2. TRACE: --- Running test with visual class TrueColor, depth 16 CHECK: XCloseDisplay-6 1, line 220 REPORT: XCloseDisplay() did not ungrab the server. CHECK: XCloseDisplay-6 1, line 843 /tset/Xlib3/vndrrls/Test 1 FIP [?] VSW5TESTSUITE PURPOSE 1 Assertion XVendorRelease-1.(B) A call to XVendorRelease returns a number related to a vendor's release of the X server. Reason for omission: There is no known portable test method for this assertion METH: Obtain the value of the vendor's X server release using XVendorRelease. REPORT: XVendorRelease() returned 70200000 instead of 40201001. /tset/Xlib3/srvrvndr/Test 1 FIP (quelled) Correct answer for X.Org-based X server VSW5TESTSUITE PURPOSE 1 Assertion XServerVendor-1.(A) A call to XServerVendor returns a pointer to a null-terminated string that identifies the owner of the X server implementation. METH: Obtain the server vendor string using XServerVendor. METH: Verify that the value is that given in parameter XT_SERVER_VENDOR. REPORT: XServerVendor() returns incorrect value for server vendor string REPORT: Expected value "The XFree86 Project, Inc:The X.Org Foundation" REPORT: Observed value "The X.Org Foundation" Comment: This answer is correct provided that the X server is X.Org-based. /tset/Xlib3/vndrrls/MTest 1 FIP [?] VSW5TESTSUITE PURPOSE 1 Assertion VendorRelease-1.(B) A call to VendorRelease returns a number related to a vendor's release of the X server. Reason for omission: There is no known portable test method for this assertion METH: Obtain the value of the vendor's X server release using VendorRelease. REPORT: VendorRelease() returned 70200000 instead of 40201001. /tset/Xlib3/srvrvndr/MTest 1 FIP (quelled) Correct answer for X.Org-based X server VSW5TESTSUITE PURPOSE 1 Assertion ServerVendor-1.(A) A call to ServerVendor returns a pointer to a null-terminated string that identifies the owner of the X server implementation. METH: Obtain the server vendor string using ServerVendor. METH: Verify that the value is that given in parameter XT_SERVER_VENDOR. REPORT: ServerVendor() returns incorrect value for server vendor string REPORT: Expected value "The XFree86 Project, Inc:The X.Org Foundation" REPORT: Observed value "The X.Org Foundation" Comment: This answer is correct provided that the X server is X.Org-based. /tset/Xlib4/chngwdwatt/Test 11 Unresolved VSW5TESTSUITE PURPOSE 11 Assertion XChangeWindowAttributes-11.(B) When the cursor attribute of a root window is changed to None, then the default cursor is restored. Reason for omission: There is no known portable test method for this assertion METH: If extended testing is required: METH: If the server supports two screens with the same default cursor: METH: Set the root window cursor to a non-default cursor. METH: Verify that the cursor was set correctly. METH: Warp the pointer into the root window. METH: Verify that the current cursor is that of the root window. METH: Warp the pointer to the alternate root window. METH: Verify that the current cursor is not the same as that of the default root window. METH: Reset the cursor of the root window to the default cursor using XChangeWindowAttributes. METH: Verify that the current cursor is the same as that of the default root window. METH: Otherwise : METH: Set the root window cursor to a non-default cursor. METH: Verify that the cursor was set correctly. METH: Warp the pointer to the root window. METH: Verify that the current cursor is that of the root window. METH: Reset the cursor of the root window to the default cursor using XChangeWindowAttributes. METH: Verify that the root window cursor is no longer the non-default cursor. unexpected signal 11 (SIGSEGV) received /tset/Xlib4/chngwdwatt/Test 12 Unresolved VSW5TESTSUITE PURPOSE 12 Assertion XChangeWindowAttributes-12.(A) When the do-not-propagate-mask attribute is changed, then the change is effective for all clients. METH: Create client1. METH: Create window with client1. METH: Call XGetWindowAttributes to get do-not-propagate-mask for client1 for window. METH: Verify do-not-propagate-mask is as expected. METH: Create client2. METH: Call XGetWindowAttributes to get do-not-propagate-mask for client2 for window. METH: Verify do-not-propagate-mask is as expected. METH: Set do-not-propagate-mask to KeyPressMask events with client1 on this window. METH: Call XGetWindowAttributes to get do-not-propagate-mask for client1 for window. METH: Verify do-not-propagate-mask has changed. METH: Call XGetWindowAttributes to get do-not-propagate-mask for client2 for window. METH: Verify do-not-propagate-mask has changed. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 13 Unresolved VSW5TESTSUITE PURPOSE 13 Assertion XChangeWindowAttributes-13.(A) When the background-pixmap attribute is set to None and the background_pixel attribute is not being set at the same time, then the window has no defined background. METH: Set background-pixmap attribute to None. METH: Map window over a patterned background. METH: Verify that contents of the window are the same as the parent's. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 14 Unresolved VSW5TESTSUITE PURPOSE 14 Assertion XChangeWindowAttributes-14.(A) When the background-pixmap attribute is set to ParentRelative, then each time the background pixmap is required it is taken from the parent window at the time that it is required, with the background tile origin aligned with the origin of the parent window. METH: Set background-pixmap to ParentRelative. METH: For a variety of parent backgrounds METH: Clear child window. METH: Verify that background changes to that set for the parent. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 15 Unresolved VSW5TESTSUITE PURPOSE 15 Assertion XChangeWindowAttributes-15.(A) When both background_pixel and background_pixmap are specified, then background_pixel overrides background_pixmap. METH: Set both the background-pixel attribute and the background-pixmap attribute. METH: Map and clear window to ensure background is refreshed. METH: Verify that background is set to the pixel value. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 16 Unresolved VSW5TESTSUITE PURPOSE 16 Assertion XChangeWindowAttributes-16.(A) When background_pixel is specified, then it is truncated to the depth of the window. METH: For each visual METH: Try variety of background pixel values. METH: Verify that they are truncated to depth using checkarea. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 17 Unresolved VSW5TESTSUITE PURPOSE 17 Assertion XChangeWindowAttributes-17.(A) When border_pixmap is CopyFromParent, then the border-pixmap attribute is copied from the parent window. METH: Create parent window. METH: Set parent border-pixmap attribute. METH: Set child window border-pixmap to CopyFromParent. METH: Ensure that window is mapped. METH: Pixmap verify to check that border is correct. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 18 Unresolved VSW5TESTSUITE PURPOSE 18 Assertion XChangeWindowAttributes-18.(A) When border_pixel is specified, then the value is truncated to the depth of the window. METH: For each visual METH: Set border-pixel to various values. METH: Read one pixel back from the border. METH: Verify that this pixel has been truncated to depth of window. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 19 Unresolved VSW5TESTSUITE PURPOSE 19 Assertion XChangeWindowAttributes-19.(A) When colormap is CopyFromParent, then the colormap attribute is copied from the parent window. METH: Set colormap attribute to CopyFromParent. METH: Get attribute values. METH: Verify that colormap is same as for parent. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 20 Unresolved VSW5TESTSUITE PURPOSE 20 Assertion XChangeWindowAttributes-20.(B) When the cursor attribute is set to None, then the cursor of the parent window is used for the window and any change in the parent window's cursor will cause an immediate change in the window's cursor. Reason for omission: There is no known portable test method for this assertion METH: If extended testing is required: METH: Create a parent window. METH: Set the parent's cursor to a non-default cursor. METH: Verify that the parent's cursor was set correctly. METH: If XCreateWindow: METH: Create a child window using XChangeWindowAttributes. METH: Otherwise: METH: Create and map a child window. METH: Change the cursor attribute of the window to None using XChangeWindowAttributes. METH: Warp the pointer to the child window. METH: Verify that the current cursor is that of the parent. METH: Verify that the child's cursor was set correctly. METH: Set the parent's cursor to a different cursor. METH: Verify that the parent's cursor was set correctly. METH: Verify that the current cursor has changed to that of the parent. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 21 Unresolved VSW5TESTSUITE PURPOSE 21 Assertion XChangeWindowAttributes-21.(A) When a window argument does not name a valid Window, then a BadWindow error occurs. METH: Create a bad window by creating and destroying a window. METH: Call test function using bad window as the window argument. METH: Verify that a BadWindow error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 22 Unresolved VSW5TESTSUITE PURPOSE 22 Assertion XChangeWindowAttributes-22.(A) When background_pixmap is not a valid pixmap, None, or ParentRelative, then a BadPixmap error occurs. METH: Call XChangeWindowAttributes with background_pixmap set to an invalid value. METH: Verify that a BadPixmap error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 23 Unresolved VSW5TESTSUITE PURPOSE 23 Assertion XChangeWindowAttributes-23.(A) When border_pixmap is not a valid pixmap or CopyFromParent, then a BadPixmap error occurs. METH: Call XChangeWindowAttributes with border_pixmap set to an invalid value. METH: Verify that a BadPixmap error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 24 Unresolved VSW5TESTSUITE PURPOSE 24 Assertion XChangeWindowAttributes-24.(A) When colormap is not a valid Colormap resource or CopyFromParent, then a BadColor error occurs. METH: Call XChangeWindowAttributes with colormap set to an invalid value. METH: Verify that a BadColor error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 25 Unresolved VSW5TESTSUITE PURPOSE 25 Assertion XChangeWindowAttributes-25.(A) When cursor is not a valid Cursor resource or None, then a BadCursor error occurs. METH: Call XChangeWindowAttributes with cursor set to an invalid value. METH: Verify that a BadCursor error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 26 Unresolved VSW5TESTSUITE PURPOSE 26 Assertion XChangeWindowAttributes-26.(A) When the window has class InputOnly and valuemask contains a bit set other than CWWinGravity, CWEventMask, CWDontPropagate, CWOverrideRedirect and CWCursor, then a BadMatch error occurs. METH: Set value mask to contain invalid bits. METH: Verify in each case, that a BadMatch error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 27 Unresolved VSW5TESTSUITE PURPOSE 27 Assertion XChangeWindowAttributes-27.(C) If windows with depth other than one are supported: When background_pixmap and the window do not have the same depth, then a BadMatch error occurs. METH: Use depth of 1 for the pixmap. METH: Find a visual not of depth 1. METH: If not such a visual METH: UNSUPPORTED METH: else METH: Attempt to set background_pixmap to the depth 1 pixmap. METH: Verify that a BadMatch error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 28 Unresolved VSW5TESTSUITE PURPOSE 28 Assertion XChangeWindowAttributes-28.(C) If multiple screens are supported: When background_pixmap and the window are not created for the same screen, then a BadMatch error occurs. METH: If there is a pixmap depth on the alternate screen that has the same METH: depth as a visual on the test screen then METH: Create pixmap on alternate screen. METH: Attempt to set background-pixmap with the pixmap METH: Verify that a BadMatch error occurs. METH: else METH: UNSUPPORTED unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 29 Unresolved VSW5TESTSUITE PURPOSE 29 Assertion XChangeWindowAttributes-29.(C) If multiple window depths are supported: When background_pixmap is ParentRelative and the window and the parent window do not have the same depth, then a BadMatch error occurs. METH: If two different depth windows are supported. METH: Create window with different depth to parent. METH: Attempt to set background_pixmap to ParentRelative. METH: Verify that a BadMatch error occurs. METH: else METH: UNSUPPORTED. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 30 Unresolved VSW5TESTSUITE PURPOSE 30 Assertion XChangeWindowAttributes-30.(A) When colormap and the window are not created for the same screen, then a BadMatch error occurs. METH: If multiple screens are supported: METH: Obtain visual information about the alternate screen. METH: Determine a visual type shared between the main and alternate screen. METH: Create a colormap on the alternate screen. METH: Attempt to set the colormap. METH: Verify that a BadMatch error occurs. METH: else METH: UNSUPPORTED unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 31 Unresolved VSW5TESTSUITE PURPOSE 31 Assertion XChangeWindowAttributes-31.(A) When colormap and the window do not have the same visual type, then a BadMatch error occurs. METH: If two different visual types are supported: METH: Create colour map of different visual to window. METH: Attempt to set colourmap to created colour map. METH: Verify that a BadMatch error occurs. METH: else METH: UNSUPPORTED. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 32 Unresolved VSW5TESTSUITE PURPOSE 32 Assertion XChangeWindowAttributes-32.(A) When colormap is CopyFromParent and the parent window has a colormap of None, then a BadMatch error occurs. METH: Create a window with a colormap. METH: Free the colormap the window. METH: Call function with colormap of CopyFromParent. METH: Verify BadMatch error occurred. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 33 Unresolved VSW5TESTSUITE PURPOSE 33 Assertion XChangeWindowAttributes-33.(A) When the window has class InputOnly and border_width is not zero, then a BadMatch error occurs. METH: Set border_width to contain non zero. METH: Verify that a BadMatch error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 34 Unresolved VSW5TESTSUITE PURPOSE 34 Assertion XChangeWindowAttributes-34.(A) When bit_gravity is other than ForgetGravity, NorthWestGravity, NorthGravity, NorthEastGravity, WestGravity, CenterGravity, EastGravity, SouthWestGravity, SouthGravity, SouthEastGravityor StaticGravity, then a BadValue error occurs. METH: Set bit_gravity to a bad value. METH: Verify that BadValue is generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 35 Unresolved VSW5TESTSUITE PURPOSE 35 Assertion XChangeWindowAttributes-35.(A) When win_gravity is other than UnmapGravity, NorthWestGravity, NorthGravity, NorthEastGravity, WestGravity, CenterGravity, EastGravity, SouthWestGravity, SouthGravity, SouthEastGravityor StaticGravity, then a BadValue error occurs. METH: Set win_gravity to a bad value. METH: Verify that BadValue is generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 36 Unresolved VSW5TESTSUITE PURPOSE 36 Assertion XChangeWindowAttributes-36.(A) When backing_store is other than NotUseful, WhenMapped or Always, then a BadValue error occurs. METH: Set backing_store to a bad value. METH: Verify that BadValue is generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 37 Unresolved VSW5TESTSUITE PURPOSE 37 Assertion XChangeWindowAttributes-37.(A) When save_under is other than True or False, then a BadValue error occurs. METH: Set save_under to a bad value. METH: Verify that BadValue is generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 38 Unresolved VSW5TESTSUITE PURPOSE 38 Assertion XChangeWindowAttributes-38.(A) When event_mask is other than a bitwise OR of any of NoEventMask, KeyPressMask, KeyReleaseMask, ButtonPressMask, ButtonReleaseMask, EnterWindowMask, LeaveWindowMask, PointerMotionMask, PointerMotionHintMask, Button1MotionMask, Button2MotionMask, Button3MotionMask, Button4MotionMask, Button5MotionMask, ButtonMotionMask, KeymapStateMask, ExposureMask, VisibilityChangeMask, StructureNotifyMask, ResizeRedirectMask, SubstructureNotifyMask, SubstructureRedirectMask, FocusChangeMask, PropertyChangeMask, ColormapChangeMask or OwnerGrabButtonMask, then a BadValue error occurs. METH: Set event_mask to a bad value. METH: Verify that BadValue is generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 39 Unresolved VSW5TESTSUITE PURPOSE 39 Assertion XChangeWindowAttributes-39.(A) When do_not_propagate_mask is other than a bitwise OR of any of NoEventMask, KeyPressMask, KeyReleaseMask, ButtonPressMask, ButtonReleaseMask, EnterWindowMask, LeaveWindowMask, PointerMotionMask, PointerMotionHintMask, Button1MotionMask, Button2MotionMask, Button3MotionMask, Button4MotionMask, Button5MotionMask, ButtonMotionMask, KeymapStateMask, ExposureMask, VisibilityChangeMask, StructureNotifyMask, ResizeRedirectMask, SubstructureNotifyMask, SubstructureRedirectMask, FocusChangeMask, PropertyChangeMask, ColormapChangeMask or OwnerGrabButtonMask, then a BadValue error occurs. METH: Set do_not_propagate_mask to a bad value. METH: Verify that BadValue is generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 40 Unresolved VSW5TESTSUITE PURPOSE 40 Assertion XChangeWindowAttributes-40.(A) When override_redirect is other than True or False, then a BadValue error occurs. METH: Set override_redirect to a bad value. METH: Verify that BadValue is generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 41 Unresolved VSW5TESTSUITE PURPOSE 41 Assertion XChangeWindowAttributes-41.(C) If windows with depth other than one are supported: When border_pixmap and the window do not have the same depth, then a BadMatch error occurs. METH: If a window with depth other than one is supported: METH: Attempt to set border_pixmap with depth one. METH: Verify that a BadMatch error occurs with a window depth other than one. METH: else METH: UNSUPPORTED. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 42 Unresolved VSW5TESTSUITE PURPOSE 42 Assertion XChangeWindowAttributes-42.(C) If multiple window depths are supported: When border_pixmap is CopyFromParent, and the window does not have the same depth as the parent window, then a BadMatch error occurs. METH: If two different depth windows are supported. METH: Create window with different depth to parent. METH: Attempt to set border_pixmap to CopyFromParent. METH: Verify that a BadMatch error occurs. METH: else METH: UNSUPPORTED. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 43 Unresolved VSW5TESTSUITE PURPOSE 43 Assertion XChangeWindowAttributes-43.(A) When colormap is CopyFromParent and the window does not have the same visual type as the parent window, then a BadMatch error occurs. METH: If two different visual types are supported: METH: Create a parent of one visual type METH: Attempt to set colourmap to CopyFromParent on window of different visual type. METH: Verify that a BadMatch error occurs. METH: else METH: UNSUPPORTED. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 44 Unresolved VSW5TESTSUITE PURPOSE 44 Assertion XChangeWindowAttributes-44.(A) When another client has selected with an event mask SubstructureRedirectMask, then on a call to XChangeWindowAttributes with SubstructureRedirectMask bits set in event_mask a BadAccess error occurs. METH: Create window with client1. METH: Select SubstructureRedirectMask event mask with client1 on this window. METH: Create client2. METH: Call XChangeWindowAttributes with an event_mask set to SubstructureRedirectMask using client2 METH: on this window. METH: Verify that a BadAccess error was generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 45 Unresolved VSW5TESTSUITE PURPOSE 45 Assertion XChangeWindowAttributes-45.(A) When another client has selected with an event mask ResizeRedirectMask, then on a call to XChangeWindowAttributes with ResizeRedirectMask bits set in event_mask a BadAccess error occurs. METH: Create client1. METH: Create window with client1. METH: Select ResizeRedirectMask event mask with client1 on this window. METH: Create client2. METH: Call XChangeWindowAttributes with an event_mask of ResizeRedirectMask using client2 on METH: this window. METH: Verify that a BadAccess error was generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test 46 Unresolved VSW5TESTSUITE PURPOSE 46 Assertion XChangeWindowAttributes-46.(A) When another client has selected with an event mask ButtonPressMask, then on a call to XChangeWindowAttributes with ButtonPressMask bits set in event_mask a BadAccess error occurs. METH: Create client1. METH: Create window with client1. METH: Select ButtonPressMask event mask with client1 on this window. METH: Create client2. METH: Call XChangeWindowAttributes with event_mask ButtonPressMask using client2 on this window. METH: Verify that a BadAccess error was generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/chngwdwatt/Test Test Suite Error Error reported by the test suite system 0: Abandoning testset: caught unexpected signal 6 (SIGABRT) Comment: test_journals/xts5_test.journal(16910) /tset/Xlib4/crtsmplwdw/Test 8 Unresolved VSW5TESTSUITE PURPOSE 8 Assertion XCreateSimpleWindow-8.(B) The cursor is taken from the parent window. Reason for omission: There is no known portable test method for this assertion METH: If extended testing is required: METH: Create a parent window. METH: Set the parents cursor to a non-default cursor. METH: Verify that the parent's cursor was set correctly. METH: Create a child window using XCreateSimpleWindow. METH: Map the child window. METH: Warp the pointer to the child window. METH: Verify that the current cursor is that of the parent. METH: Set the parents cursor to a different cursor. METH: Verify that the parent's cursor was set correctly. METH: Verify that the current cursor has changed to that of the parent. TRACE: --- Running test with visual class TrueColor, depth 16 unexpected signal 11 (SIGSEGV) received /tset/Xlib4/crtsmplwdw/Test 9 Unresolved VSW5TESTSUITE PURPOSE 9 Assertion XCreateSimpleWindow-9.(B) When the server fails to allocate a required resource, then a BadAlloc error occurs. Reason for omission: There is no known portable test method for this assertion METH: Report UNTESTED unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtsmplwdw/Test 10 Unresolved VSW5TESTSUITE PURPOSE 10 Assertion XCreateSimpleWindow-10.(A) When a drawable argument is an InputOnly window then a BadMatch error occurs. METH: Create an InputOnly window. METH: Call test function using InputOnly window as the drawable argument. METH: Verify that a BadMatch error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtsmplwdw/Test 11 Unresolved VSW5TESTSUITE PURPOSE 11 Assertion XCreateSimpleWindow-11.(A) When width or height is zero, then a BadValue error occurs. METH: Create window with width of 0 METH: Verify that BadValue error occurs METH: Create window with height of 0 METH: Verify that BadValue error occurs METH: Create window with height of 0 and width of 0 METH: Verify that BadValue error occurs unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtsmplwdw/Test 12 Unresolved VSW5TESTSUITE PURPOSE 12 Assertion XCreateSimpleWindow-12.(A) When a window argument does not name a valid Window, then a BadWindow error occurs. METH: Create a bad window by creating and destroying a window. METH: Call test function using bad window as the window argument. METH: Verify that a BadWindow error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtsmplwdw/Test Test Suite Error Error reported by the test suite system 0: Abandoning testset: caught unexpected signal 6 (SIGABRT) Comment: test_journals/xts5_test.journal(18625) /tset/Xlib4/crtwdw/Test 18 Unresolved VSW5TESTSUITE PURPOSE 18 Assertion XCreateWindow-18.(B) When the cursor attribute is set to None, then the cursor of the parent window is used for the window and any change in the parent window's cursor will cause an immediate change in the window's cursor. Reason for omission: There is no known portable test method for this assertion METH: If extended testing is required: METH: Create a parent window. METH: Set the parent's cursor to a non-default cursor. METH: Verify that the parent's cursor was set correctly. METH: If XCreateWindow: METH: Create a child window using XCreateWindow. METH: Otherwise: METH: Create and map a child window. METH: Change the cursor attribute of the window to None using XCreateWindow. METH: Warp the pointer to the child window. METH: Verify that the current cursor is that of the parent. METH: Verify that the child's cursor was set correctly. METH: Set the parent's cursor to a different cursor. METH: Verify that the parent's cursor was set correctly. METH: Verify that the current cursor has changed to that of the parent. TRACE: --- Running test with visual class TrueColor, depth 16 unexpected signal 11 (SIGSEGV) received /tset/Xlib4/crtwdw/Test 19 Unresolved VSW5TESTSUITE PURPOSE 19 Assertion XCreateWindow-19.(A) When a window argument does not name a valid Window, then a BadWindow error occurs. METH: Create a bad window by creating and destroying a window. METH: Call test function using bad window as the window argument. METH: Verify that a BadWindow error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 20 Unresolved VSW5TESTSUITE PURPOSE 20 Assertion XCreateWindow-20.(A) When background_pixmap is not a valid pixmap, None, or ParentRelative, then a BadPixmap error occurs. METH: Call XCreateWindow with background_pixmap set to an invalid value. METH: Verify that a BadPixmap error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 21 Unresolved VSW5TESTSUITE PURPOSE 21 Assertion XCreateWindow-21.(A) When border_pixmap is not a valid pixmap or CopyFromParent, then a BadPixmap error occurs. METH: Call XCreateWindow with border_pixmap set to an invalid value. METH: Verify that a BadPixmap error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 22 Unresolved VSW5TESTSUITE PURPOSE 22 Assertion XCreateWindow-22.(A) When colormap is not a valid Colormap resource or CopyFromParent, then a BadColor error occurs. METH: Call XCreateWindow with colormap set to an invalid value. METH: Verify that a BadColor error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 23 Unresolved VSW5TESTSUITE PURPOSE 23 Assertion XCreateWindow-23.(A) When cursor is not a valid Cursor resource or None, then a BadCursor error occurs. METH: Call XCreateWindow with cursor set to an invalid value. METH: Verify that a BadCursor error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 24 Unresolved VSW5TESTSUITE PURPOSE 24 Assertion XCreateWindow-24.(A) When the window has class InputOnly and valuemask contains a bit set other than CWWinGravity, CWEventMask, CWDontPropagate, CWOverrideRedirect and CWCursor, then a BadMatch error occurs. METH: Set value mask to contain invalid bits. METH: Verify in each case, that a BadMatch error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 25 Unresolved VSW5TESTSUITE PURPOSE 25 Assertion XCreateWindow-25.(C) If windows with depth other than one are supported: When background_pixmap and the window do not have the same depth, then a BadMatch error occurs. METH: Use depth of 1 for the pixmap. METH: Find a visual not of depth 1. METH: If not such a visual METH: UNSUPPORTED METH: else METH: Attempt to set background_pixmap to the depth 1 pixmap. METH: Verify that a BadMatch error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 26 Unresolved VSW5TESTSUITE PURPOSE 26 Assertion XCreateWindow-26.(C) If multiple screens are supported: When background_pixmap and the window are not created for the same screen, then a BadMatch error occurs. METH: If there is a pixmap depth on the alternate screen that has the same METH: depth as a visual on the test screen then METH: Create pixmap on alternate screen. METH: Attempt to set background-pixmap with the pixmap METH: Verify that a BadMatch error occurs. METH: else METH: UNSUPPORTED unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 27 Unresolved VSW5TESTSUITE PURPOSE 27 Assertion XCreateWindow-27.(C) If multiple window depths are supported: When background_pixmap is ParentRelative and the window and the parent window do not have the same depth, then a BadMatch error occurs. METH: If two different depth windows are supported. METH: Create window with different depth to parent. METH: Attempt to set background_pixmap to ParentRelative. METH: Verify that a BadMatch error occurs. METH: else METH: UNSUPPORTED. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 28 Unresolved VSW5TESTSUITE PURPOSE 28 Assertion XCreateWindow-28.(A) When colormap and the window are not created for the same screen, then a BadMatch error occurs. METH: If multiple screens are supported: METH: Obtain visual information about the alternate screen. METH: Determine a visual type shared between the main and alternate screen. METH: Create a colormap on the alternate screen. METH: Attempt to set the colormap. METH: Verify that a BadMatch error occurs. METH: else METH: UNSUPPORTED unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 29 Unresolved VSW5TESTSUITE PURPOSE 29 Assertion XCreateWindow-29.(A) When colormap and the window do not have the same visual type, then a BadMatch error occurs. METH: If two different visual types are supported: METH: Create colour map of different visual to window. METH: Attempt to set colourmap to created colour map. METH: Verify that a BadMatch error occurs. METH: else METH: UNSUPPORTED. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 30 Unresolved VSW5TESTSUITE PURPOSE 30 Assertion XCreateWindow-30.(A) When colormap is CopyFromParent and the parent window has a colormap of None, then a BadMatch error occurs. METH: Create a window with a colormap. METH: Free the colormap the window. METH: Call function with colormap of CopyFromParent. METH: Verify BadMatch error occurred. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 31 Unresolved VSW5TESTSUITE PURPOSE 31 Assertion XCreateWindow-31.(A) When the window has class InputOnly and border_width is not zero, then a BadMatch error occurs. METH: Set border_width to contain non zero. METH: Verify that a BadMatch error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 32 Unresolved VSW5TESTSUITE PURPOSE 32 Assertion XCreateWindow-32.(A) When bit_gravity is other than ForgetGravity, NorthWestGravity, NorthGravity, NorthEastGravity, WestGravity, CenterGravity, EastGravity, SouthWestGravity, SouthGravity, SouthEastGravityor StaticGravity, then a BadValue error occurs. METH: Set bit_gravity to a bad value. METH: Verify that BadValue is generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 33 Unresolved VSW5TESTSUITE PURPOSE 33 Assertion XCreateWindow-33.(A) When win_gravity is other than UnmapGravity, NorthWestGravity, NorthGravity, NorthEastGravity, WestGravity, CenterGravity, EastGravity, SouthWestGravity, SouthGravity, SouthEastGravityor StaticGravity, then a BadValue error occurs. METH: Set win_gravity to a bad value. METH: Verify that BadValue is generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 34 Unresolved VSW5TESTSUITE PURPOSE 34 Assertion XCreateWindow-34.(A) When backing_store is other than NotUseful, WhenMapped or Always, then a BadValue error occurs. METH: Set backing_store to a bad value. METH: Verify that BadValue is generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 35 Unresolved VSW5TESTSUITE PURPOSE 35 Assertion XCreateWindow-35.(A) When save_under is other than True or False, then a BadValue error occurs. METH: Set save_under to a bad value. METH: Verify that BadValue is generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 36 Unresolved VSW5TESTSUITE PURPOSE 36 Assertion XCreateWindow-36.(A) When event_mask is other than a bitwise OR of any of NoEventMask, KeyPressMask, KeyReleaseMask, ButtonPressMask, ButtonReleaseMask, EnterWindowMask, LeaveWindowMask, PointerMotionMask, PointerMotionHintMask, Button1MotionMask, Button2MotionMask, Button3MotionMask, Button4MotionMask, Button5MotionMask, ButtonMotionMask, KeymapStateMask, ExposureMask, VisibilityChangeMask, StructureNotifyMask, ResizeRedirectMask, SubstructureNotifyMask, SubstructureRedirectMask, FocusChangeMask, PropertyChangeMask, ColormapChangeMask or OwnerGrabButtonMask, then a BadValue error occurs. METH: Set event_mask to a bad value. METH: Verify that BadValue is generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 37 Unresolved VSW5TESTSUITE PURPOSE 37 Assertion XCreateWindow-37.(A) When do_not_propagate_mask is other than a bitwise OR of any of NoEventMask, KeyPressMask, KeyReleaseMask, ButtonPressMask, ButtonReleaseMask, EnterWindowMask, LeaveWindowMask, PointerMotionMask, PointerMotionHintMask, Button1MotionMask, Button2MotionMask, Button3MotionMask, Button4MotionMask, Button5MotionMask, ButtonMotionMask, KeymapStateMask, ExposureMask, VisibilityChangeMask, StructureNotifyMask, ResizeRedirectMask, SubstructureNotifyMask, SubstructureRedirectMask, FocusChangeMask, PropertyChangeMask, ColormapChangeMask or OwnerGrabButtonMask, then a BadValue error occurs. METH: Set do_not_propagate_mask to a bad value. METH: Verify that BadValue is generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 38 Unresolved VSW5TESTSUITE PURPOSE 38 Assertion XCreateWindow-38.(A) When override_redirect is other than True or False, then a BadValue error occurs. METH: Set override_redirect to a bad value. METH: Verify that BadValue is generated. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 39 Unresolved VSW5TESTSUITE PURPOSE 39 Assertion XCreateWindow-39.(C) If windows with depth other than one are supported: When border_pixmap and the window do not have the same depth, then a BadMatch error occurs. METH: If a window with depth other than one is supported: METH: Attempt to set border_pixmap with depth one. METH: Verify that a BadMatch error occurs with a window depth other than one. METH: else METH: UNSUPPORTED. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 40 Unresolved VSW5TESTSUITE PURPOSE 40 Assertion XCreateWindow-40.(C) If multiple window depths are supported: When border_pixmap is CopyFromParent, and the window does not have the same depth as the parent window, then a BadMatch error occurs. METH: If two different depth windows are supported. METH: Create window with different depth to parent. METH: Attempt to set border_pixmap to CopyFromParent. METH: Verify that a BadMatch error occurs. METH: else METH: UNSUPPORTED. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 41 Unresolved VSW5TESTSUITE PURPOSE 41 Assertion XCreateWindow-41.(A) When colormap is CopyFromParent and the window does not have the same visual type as the parent window, then a BadMatch error occurs. METH: If two different visual types are supported: METH: Create a parent of one visual type METH: Attempt to set colourmap to CopyFromParent on window of different visual type. METH: Verify that a BadMatch error occurs. METH: else METH: UNSUPPORTED. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 42 Unresolved VSW5TESTSUITE PURPOSE 42 Assertion XCreateWindow-42.(A) When class is InputOutput and the specified visual type and depth are not supported for the screen, then a BadMatch error occurs. METH: Find depth not supported by screen. METH: Set depth to the unsupported depth. METH: Set visual to a supported type METH: (doesn't seem possible to test unsupported visual portably) METH: Set class to InputOutput. METH: Attempt to create window. METH: Verify that BadMatch error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 43 Unresolved VSW5TESTSUITE PURPOSE 43 Assertion XCreateWindow-43.(A) When class is InputOutput and the parent window has class InputOnly, then a BadMatch error occurs. METH: Create input only window with iponlywin(). METH: Set class to InputOutput. METH: Create window with the input only window as parent. METH: Verify that a BadMatch error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 44 Unresolved VSW5TESTSUITE PURPOSE 44 Assertion XCreateWindow-44.(A) When class is InputOnly and the depth is not zero, then a BadMatch error occurs. METH: Set class to InputOnly. METH: Set depth to 1. METH: Set border_width to 0 to avoid BadMatch error due to border width. METH: Call XCreateWindow. METH: Verify that BadMatch error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 45 Unresolved VSW5TESTSUITE PURPOSE 45 Assertion XCreateWindow-45.(B) When class is InputOnly and the specified visual type is not supported by the screen, then a BadMatch error occurs. Reason for omission: There is no known portable test method for this assertion METH: Report UNTESTED unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 46 Unresolved VSW5TESTSUITE PURPOSE 46 Assertion XCreateWindow-46.(A) When the width or height is zero, then a BadValue error occurs. METH: Set width and height in turn to be zero. METH: Call XCreateWindow. METH: Verify that a BadValue error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 47 Unresolved VSW5TESTSUITE PURPOSE 47 Assertion XCreateWindow-47.(B) When the specified visual type is invalid, then a BadValue error occurs. Reason for omission: There is no known portable test method for this assertion METH: Report UNTESTED unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 48 Unresolved VSW5TESTSUITE PURPOSE 48 Assertion XCreateWindow-48.(A) When the value of class is other than InputOutput, InputOnly or CopyFromParent, then a BadValue error occurs. METH: Obtain a sequence of values which are not in the list specified by VALUE_LIST. METH: For each value: METH: Call test function with this value in the VALUE_ARG argument. METH: Verify that a BadValue error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test 49 Unresolved VSW5TESTSUITE PURPOSE 49 Assertion XCreateWindow-49.(B) When the server fails to allocate a required resource, then a BadAlloc error occurs. Reason for omission: There is no known portable test method for this assertion METH: Report UNTESTED unexpected signal 6 (SIGABRT) received /tset/Xlib4/crtwdw/Test Test Suite Error Error reported by the test suite system 0: Abandoning testset: caught unexpected signal 6 (SIGABRT) Comment: test_journals/xts5_test.journal(19429) /tset/Xlib4/dfncrsr/Test 1 Unresolved VSW5TESTSUITE PURPOSE 1 Assertion XDefineCursor-1.(B) A call to XDefineCursor sets the cursor for the window to be cursor. Reason for omission: There is no known portable test method for this assertion METH: If extended testing is required: METH: Create a window. METH: Obtain a non-default cursor. METH: Set the window cursor using XDefineCursor. METH: Verify that the window cursor is set correctly. METH: Otherwise: METH: Create cursor. METH: Create windows. METH: Call XDefineCursor. TRACE: --- Running test with visual class TrueColor, depth 16 unexpected signal 11 (SIGSEGV) received /tset/Xlib4/dfncrsr/Test 2 Unresolved VSW5TESTSUITE PURPOSE 2 Assertion XDefineCursor-2.(B) When the cursor is None and the window is the root window, then the default cursor will be used. Reason for omission: There is no known portable test method for this assertion METH: If extended testing is required: METH: If the server supports two screens with the same default cursor: METH: Set the root window cursor to a non-default cursor using XDefineCursor. METH: Verify that the cursor was set correctly. METH: Warp the pointer into the root window. METH: Verify that the current cursor is that of the root window. METH: Warp the pointer to the alternate root window. METH: Verify that the current cursor is not the same as that of the default root window. METH: Reset the cursor of the root window to the default cursor using XDefineCursor. METH: Verify that the current cursor is the same as that of the default root window. METH: Otherwise : METH: Set the root window cursor to a non-default cursor using XDefineCursor. METH: Verify that the cursor was set correctly. METH: Warp the pointer to the root window. METH: Verify that the current cursor is that of the root window. METH: Reset the cursor of the root window to the default cursor using XDefineCursor. METH: Verify that the root window cursor is no longer the non-default cursor. METH: Otherwise: METH: Set window to root window. METH: Call XDefineCursor with cursor set to None. unexpected signal 6 (SIGABRT) received /tset/Xlib4/dfncrsr/Test 3 Unresolved VSW5TESTSUITE PURPOSE 3 Assertion XDefineCursor-3.(B) When the cursor is None and the window is not the root window, then the parent's cursor will be used. Reason for omission: There is no known portable test method for this assertion METH: If extended testing is required: METH: Create a window. METH: Set the cursor of that window to a non-default cursor. METH: Verify that the parent window's cursor is correctly set. METH: Warp the pointer into the parent. METH: Verify that the current cursor is that of the parent. METH: Create a child of the window. METH: Set the cursor of the child to a different cursor. METH: Verify that the child window's cursor is correctly set. METH: Warp the pointer into the child. METH: Verify that the current cursor is not that of the parent. METH: Verify that the current cursor is that of the child. METH: Set the child's cursor to None using XDefineCursor. METH: Verify that the current cursor is that of the parent window. METH: Otherwise: METH: Create windows. METH: Call XDefineCursor with cursor set to None. unexpected signal 6 (SIGABRT) received /tset/Xlib4/dfncrsr/Test 4 Unresolved VSW5TESTSUITE PURPOSE 4 Assertion XDefineCursor-4.(B) When the cursor is other than None, then a call to XDefineCursor sets the cursor for the window to be cursor and causes the cursor to be displayed when the pointer is in the window. Reason for omission: There is no known portable test method for this assertion METH: If extended testing is required: METH: Create a window. METH: Set the window cursor to a non-default cursor. METH: Verify that the window cursor is set correctly. METH: Warp the pointer into the window. METH: Verify that the current cursor is that of the window. METH: Otherwise: METH: Create cursor. METH: Create windows. METH: Call XDefineCursor with cursor other than None. unexpected signal 6 (SIGABRT) received /tset/Xlib4/dfncrsr/Test 5 Unresolved VSW5TESTSUITE PURPOSE 5 Assertion XDefineCursor-5.(A) When a cursor argument does not name a valid Cursor, then a BadCursor error occurs. METH: Create cursor with shape XT_FONTCURSOR_GOOD in font cursor. METH: Free cursor. METH: Call test function using bad cursor as the cursor argument. METH: Verify that a BadCursor error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/dfncrsr/Test 6 Unresolved VSW5TESTSUITE PURPOSE 6 Assertion XDefineCursor-6.(A) When a window argument does not name a valid Window, then a BadWindow error occurs. METH: Create a bad window by creating and destroying a window. METH: Call test function using bad window as the window argument. METH: Verify that a BadWindow error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/dfncrsr/Test Test Suite Error Error reported by the test suite system 0: Abandoning testset: caught unexpected signal 6 (SIGABRT) Comment: test_journals/xts5_test.journal(19558) /tset/Xlib4/undfncrsr/Test 1 Unresolved VSW5TESTSUITE PURPOSE 1 Assertion XUndefineCursor-1.(B) When the pointer is in the window, and the window is not the root window, then the parent's cursor will be used. Reason for omission: There is no known portable test method for this assertion METH: If extended testing is required: METH: Create a window. METH: Set the cursor of that window to a non-default cursor. METH: Verify that the parent window's cursor is correctly set. METH: Warp the pointer into the parent. METH: Verify that the current cursor is that of the parent. METH: Create a child of the window. METH: Set the cursor of the child to a different cursor. METH: Verify that the child window's cursor is correctly set. METH: Warp the pointer into the child. METH: Verify that the current cursor is not that of the parent. METH: Verify that the current cursor is that of the child. METH: Undefine the child's cursor using XUndefineCursor. METH: Verify that the current cursor is that of the parent window. METH: Otherwise: METH: Create cursor. METH: Create windows. METH: Define cursor for non-root window. METH: Call XUndefineCursor on non-root window. TRACE: --- Running test with visual class TrueColor, depth 16 unexpected signal 11 (SIGSEGV) received /tset/Xlib4/undfncrsr/Test 2 Unresolved VSW5TESTSUITE PURPOSE 2 Assertion XUndefineCursor-2.(B) When the pointer is in the window, and the window is the root window, then the default cursor will be used. Reason for omission: There is no known portable test method for this assertion METH: If extended testing is required: METH: If the server supports two screens with the same default cursor: METH: Set the root window cursor to a non-default cursor. METH: Verify that the cursor was set correctly. METH: Warp the pointer into the root window. METH: Verify that the current cursor is that of the root window. METH: Warp the pointer to the alternate root window. METH: Verify that the current cursor is not the same as that of the default root window. METH: Reset the cursor of the root window to the default cursor using XUndefineCursor. METH: Verify that the current cursor is the same as that of the default root window. METH: Otherwise : METH: Set the root window cursor to a non-default cursor. METH: Verify that the cursor was set correctly. METH: Warp the pointer to the root window. METH: Verify that the current cursor is that of the root window. METH: Reset the cursor of the root window to the default cursor using XUndefineCursor. METH: Verify that the root window cursor is no longer the non-default cursor. METH: Otherwise: METH: Create cursor. METH: Set window to root window. METH: Define cursor for root window. METH: Call XUndefineCursor on root window. unexpected signal 6 (SIGABRT) received /tset/Xlib4/undfncrsr/Test 3 Unresolved VSW5TESTSUITE PURPOSE 3 Assertion XUndefineCursor-3.(A) When a window argument does not name a valid Window, then a BadWindow error occurs. METH: Create a bad window by creating and destroying a window. METH: Call test function using bad window as the window argument. METH: Verify that a BadWindow error occurs. unexpected signal 6 (SIGABRT) received /tset/Xlib4/undfncrsr/Test Test Suite Error Error reported by the test suite system 0: Abandoning testset: caught unexpected signal 6 (SIGABRT) Comment: test_journals/xts5_test.journal(23709) /tset/Xlib9/drwarc/Test 42 Warning VSW5TESTSUITE PURPOSE 42 Assertion XDrawArc-42.(A) When the line_style is LineOnOffDash, then cap_style applies to all internal ends of the individual dashes, except CapNotLast is treated as CapButt. METH: Set graphics coordinates for dashed lines METH: (includes horizontal and vertical cases, METH: and includes joins and caps where relevant). METH: Set the line_style of the GC to LineOnOffDash using XChangeGC. METH: Set the dash_list of the GC to using XSetDashes. METH: For cap_style CapNotLast, CapButt, CapProjecting, CapRound: METH: Set the cap_style of the GC using XChangeGC. METH: Draw paths. METH: Pixmap verify. METH: Clear drawable. TRACE: --- Running test with visual class TrueColor, depth 16 TRACE: LineOnOffDash with CapNotLast width 4 CHECK: XDrawArc-42 1, line 3626 TRACE: LineOnOffDash with CapButt width 4 CHECK: XDrawArc-42 2, line 3626 TRACE: LineOnOffDash with CapProjecting width 4 CHECK: XDrawArc-42 3, line 3626 TRACE: LineOnOffDash with CapRound width 4 REPORT: A total of 4 out of 9000 pixels were bad REPORT: Pixel check failed. See file Err0000.err for results CHECK: XDrawArc-42 4, line 3626 TRACE: LineOnOffDash with CapNotLast width 5 CHECK: XDrawArc-42 5, line 3626 TRACE: LineOnOffDash with CapButt width 5 CHECK: XDrawArc-42 6, line 3626 TRACE: LineOnOffDash with CapProjecting width 5 CHECK: XDrawArc-42 7, line 3626 TRACE: LineOnOffDash with CapRound width 5 CHECK: XDrawArc-42 8, line 3626 TRACE: --- Running test with visual class DirectColor, depth 16 TRACE: LineOnOffDash with CapNotLast width 4 CHECK: XDrawArc-42 9, line 3626 TRACE: LineOnOffDash with CapButt width 4 CHECK: XDrawArc-42 10, line 3626 TRACE: LineOnOffDash with CapProjecting width 4 CHECK: XDrawArc-42 11, line 3626 TRACE: LineOnOffDash with CapRound width 4 REPORT: A total of 4 out of 9000 pixels were bad REPORT: Pixel check failed. See file Err0001.err for results CHECK: XDrawArc-42 12, line 3626 TRACE: LineOnOffDash with CapNotLast width 5 CHECK: XDrawArc-42 13, line 3626 TRACE: LineOnOffDash with CapButt width 5 CHECK: XDrawArc-42 14, line 3626 TRACE: LineOnOffDash with CapProjecting width 5 CHECK: XDrawArc-42 15, line 3626 TRACE: LineOnOffDash with CapRound width 5 CHECK: XDrawArc-42 16, line 3626 TRACE: --- Running test with pixmap depth 1 TRACE: LineOnOffDash with CapNotLast width 4 CHECK: XDrawArc-42 17, line 3626 TRACE: LineOnOffDash with CapButt width 4 CHECK: XDrawArc-42 18, line 3626 TRACE: LineOnOffDash with CapProjecting width 4 CHECK: XDrawArc-42 19, line 3626 TRACE: LineOnOffDash with CapRound width 4 REPORT: A total of 4 out of 9000 pixels were bad REPORT: Pixel check failed. See file Err0002.err for results CHECK: XDrawArc-42 20, line 3626 TRACE: LineOnOffDash with CapNotLast width 5 CHECK: XDrawArc-42 21, line 3626 TRACE: LineOnOffDash with CapButt width 5 CHECK: XDrawArc-42 22, line 3626 TRACE: LineOnOffDash with CapProjecting width 5 CHECK: XDrawArc-42 23, line 3626 TRACE: LineOnOffDash with CapRound width 5 CHECK: XDrawArc-42 24, line 3626 TRACE: --- Running test with pixmap depth 16 TRACE: LineOnOffDash with CapNotLast width 4 CHECK: XDrawArc-42 25, line 3626 TRACE: LineOnOffDash with CapButt width 4 CHECK: XDrawArc-42 26, line 3626 TRACE: LineOnOffDash with CapProjecting width 4 CHECK: XDrawArc-42 27, line 3626 TRACE: LineOnOffDash with CapRound width 4 REPORT: A total of 4 out of 9000 pixels were bad REPORT: Pixel check failed. See file Err0003.err for results CHECK: XDrawArc-42 28, line 3626 TRACE: LineOnOffDash with CapNotLast width 5 CHECK: XDrawArc-42 29, line 3626 TRACE: LineOnOffDash with CapButt width 5 CHECK: XDrawArc-42 30, line 3626 TRACE: LineOnOffDash with CapProjecting width 5 CHECK: XDrawArc-42 31, line 3626 TRACE: LineOnOffDash with CapRound width 5 CHECK: XDrawArc-42 32, line 3626 TRACE: --- Running test with pixmap depth 16 TRACE: LineOnOffDash with CapNotLast width 4 CHECK: XDrawArc-42 33, line 3626 TRACE: LineOnOffDash with CapButt width 4 CHECK: XDrawArc-42 34, line 3626 TRACE: LineOnOffDash with CapProjecting width 4 CHECK: XDrawArc-42 35, line 3626 TRACE: LineOnOffDash with CapRound width 4 REPORT: A total of 4 out of 9000 pixels were bad REPORT: Pixel check failed. See file Err0004.err for results CHECK: XDrawArc-42 36, line 3626 TRACE: LineOnOffDash with CapNotLast width 5 CHECK: XDrawArc-42 37, line