Opened 10 years ago
Closed 3 years ago
#43 closed task (wontfix)
glib: Make tests work
Reported by: | dmik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | glib | Version: | |
Severity: | highest | Keywords: | |
Cc: |
Description
Currently, modular tests in glib don't work (and don't fully build). As this breaks the overall build process, the current workaround is to completely disable tests with the --disable-modular-tests
configure option for now. This ticket is to make them function instead.
Change History (5)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Component: | → *none |
---|
see also http://trac.netlabs.org/ports/changeset/982. In gettext we also had to disable pthread RWLOCK
comment:3 by , 10 years ago
Component: | *none → glib |
---|
comment:4 by , 8 years ago
Severity: | → highest |
---|
I doubt this is still needed, as pthreads_rwlock_init is now available. And in gettext it's enabled as well now.
comment:5 by , 3 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
this is all for a really outdated glib2 and not relevant anymore.
Note:
See TracTickets
for help on using tickets.
In particular (as mentioned in #14), when making tests for the gio module, we get the following crash in the helper utility:
This is because
pthread_rwlock_init
is not supported by our pthread implementation. Perhaps, we should address that by making these APIs work in pthread or simply disable this particular test.