mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
testsuite/python.supp: Added suppressions for FC5 64 bit
Original commit message from CVS: * testsuite/python.supp: Added suppressions for FC5 64 bit
This commit is contained in:
parent
8fb6dbf1dd
commit
6dc2d5f8fe
3 changed files with 40 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-05-09 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* testsuite/python.supp:
|
||||||
|
Added suppressions for FC5 64 bit
|
||||||
|
|
||||||
2006-05-08 Edward Hervey <edward@fluendo.com>
|
2006-05-08 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* autogen.sh: (CONFIGURE_DEF_OPT):
|
* autogen.sh: (CONFIGURE_DEF_OPT):
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 6b67aa6dd111fb139e1be0f6a386e3ff84cce091
|
Subproject commit e41606ab2c6a31be473de511b5fd776bd2593b56
|
|
@ -484,4 +484,37 @@
|
||||||
fun:*
|
fun:*
|
||||||
fun:g_strdup_printf
|
fun:g_strdup_printf
|
||||||
fun:gst_element_state_get_name
|
fun:gst_element_state_get_name
|
||||||
}
|
}
|
||||||
|
|
||||||
|
## Suppressions for FC5 64bit
|
||||||
|
|
||||||
|
{
|
||||||
|
Wrong jump in PyImport_ImportModuleEx
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:__strcpy_chk
|
||||||
|
obj:/usr/lib64/libpython2.4.so.1.0
|
||||||
|
obj:/usr/lib64/libpython2.4.so.1.0
|
||||||
|
obj:/usr/lib64/libpython2.4.so.1.0
|
||||||
|
fun:PyImport_ImportModuleEx
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
Wrong jump in PyImport_ImportModuleEx
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:__strcpy_chk
|
||||||
|
fun:PyImport_ImportModuleEx
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
Wrong jump in PyImport_ImportModuleEx
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:__strcpy_chk
|
||||||
|
obj:/usr/lib64/libpython2.4.so.1.0
|
||||||
|
obj:/usr/lib64/libpython2.4.so.1.0
|
||||||
|
fun:PyObject_Call
|
||||||
|
fun:PyObject_CallFunction
|
||||||
|
obj:/usr/lib64/libpython2.4.so.1.0
|
||||||
|
obj:/usr/lib64/libpython2.4.so.1.0
|
||||||
|
obj:/usr/lib64/libpython2.4.so.1.0
|
||||||
|
fun:PyImport_ImportModuleEx
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue