This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gstreamer
Watch
1
Star
1
Fork
You've already forked gstreamer
0
mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced
2024-11-14 13:21:28 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
c2397269b1
gstreamer
/
tests
/
old
/
testsuite
/
parse
/
Makefile.am
6 lines
74 B
Makefile
Raw
Normal View
History
Unescape
Escape
Massive patch to make 'make check' work properly. Many compilation fixes -- everything should compile now. Some tes... Original commit message from CVS: Massive patch to make 'make check' work properly. Many compilation fixes -- everything should compile now. Some tests pass, some fail; the expected sucess/failure is coded in the Makefile.am's. gst-register is properly run for both 'make check' and 'make distcheck'. Much of the common infrastructure is coded in testsuite/Rules.
2003-10-15 01:25:41 +00:00
i
n
c
l
u
d
e
.
.
/
R
u
l
e
s
added tests for parsing stuff Original commit message from CVS: added tests for parsing stuff
2003-04-10 01:51:42 +00:00
gst/gstvalue.c: add serialization and comparison functions for long, int64, enum and float values Original commit message from CVS: * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION), (CREATE_USERIALIZATION), (_gst_value_initialize), (gst_value_compare_float), (gst_value_serialize_float), (gst_value_deserialize_float), (gst_value_compare_enum), (gst_value_serialize_enum), (gst_value_deserialize_enum): add serialization and comparison functions for long, int64, enum and float values * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize): use best serialization function in type hierarchy instead of only a matching one. This is required for enums to work. * gst/parse/grammar.y: use gst_caps_deserialize * testsuite/parse/Makefile.am: parse1 now works * testsuite/parse/parse1.c: (main): remove aggregator check, aggregator is broken, this test works now but fails because of bug #138012 * testsuite/parse/parse2.c: (main): s/xvideosink/xvimagesink - this test looks a lot like we should disable it
2004-05-18 01:36:14 +00:00
tests_pass
=
parse1 parse2
tests_fail
=
testsuite/Makefile.am: define tests_ignore Original commit message from CVS: * testsuite/Makefile.am: define tests_ignore * testsuite/Rules: Added new tests_ignore, which get compiled, but not run (generally because they're inconsistent or have heisenbugs). Now we can ensure all the .c files compile in testsuite/. * testsuite/bins/Makefile.am: define tests_ignore * testsuite/bytestream/Makefile.am: * testsuite/caps/Makefile.am: * testsuite/clock/Makefile.am: * testsuite/debug/Makefile.am: * testsuite/debug/global.c: (gst_debug_log_one), (gst_debug_log_two): Fix compilation problem. * testsuite/dynparams/Makefile.am: * testsuite/elements/Makefile.am: * testsuite/ghostpads/Makefile.am: * testsuite/indexers/Makefile.am: * testsuite/parse/Makefile.am: * testsuite/plugin/Makefile.am: * testsuite/refcounting/Makefile.am: * testsuite/refcounting/element_pad.c: (main): Don't return leak results, because it's not calculated correctly. * testsuite/refcounting/pad.c: (main): same * testsuite/states/Makefile.am: * testsuite/tags/Makefile.am: * testsuite/threads/Makefile.am:
2004-04-15 04:54:53 +00:00
tests_ignore
=
Reference in a new issue
Copy permalink