summaryrefslogtreecommitdiff
path: root/tests/check/generic
Commit message (Collapse)AuthorAgeFilesLines
* checks: Ensure thread-safe libX11/GL when running testsEdward Hervey2015-08-151-1/+22
|
* check: Rename states unit testEdward Hervey2015-08-141-1/+1
| | | | Makes it easier to differentiate from other modules states unit test
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* tests: port some more unit testsWim Taymans2012-01-041-2/+2
|
* tests: allow running state tests for all elementsStefan Kost2010-09-091-2/+2
| | | | | Now one can use GST_NO_STATE_IGNORE_ELEMENTS=1 make generic/states.check to try elements that would normaly be skipped.
* Add -Wold-style-definitionBenjamin Otte2010-03-221-2/+2
| | | | and fix the warnings
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-1/+1
| | | | And fix all warnings
* tests: make state-change test timeout longer if wrappers are enabledStefan Kost2009-11-191-0/+7
| | | | When ladspa || lv2 are enabled one could quickly get to 500 elements.
* tests/check/generic/states.c: Stop test on state-change error. Should be ↵Stefan Kost2008-10-061-32/+41
| | | | | | | | | applied on other modules if we agree that it... Original commit message from CVS: * tests/check/generic/states.c: Stop test on state-change error. Should be applied on other modules if we agree that it makes sense.
* Fix memory leaks. More to come.Stefan Kost2007-09-201-24/+126
| | | | | | | | | | | | Original commit message from CVS: * ext/alsaspdif/alsaspdifsink.c: * ext/timidity/gsttimidity.c: * ext/timidity/gstwildmidi.c: * gst/mpegvideoparse/mpegvideoparse.c: Fix memory leaks. More to come. * tests/check/Makefile.am: * tests/check/generic/states.c: Improved state change unit test.
* tests/check/: Add generic state-change test suite to help to fi leaks.Stefan Kost2007-08-162-0/+122
Original commit message from CVS: * tests/check/Makefile.am: * tests/check/generic/.cvsignore: * tests/check/generic/states.c: Add generic state-change test suite to help to fi leaks.