gstreamer/check/gst
Thomas Vander Stichele e6b233bb4d remove gst_strtoll completely, since it didn't actually do anything more than what g_ascii_strtoull already does.
Original commit message from CVS:
* check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
* gst/gstvalue.c: (gst_value_deserialize_int_helper):
remove gst_strtoll completely, since it didn't actually do
anything more than what g_ascii_strtoull already does.
check for range errors when deserializing
do a cast for the unsigned cases; but further fixing needs
a decision on what the interpretation of "(int)" and
deserialization should be for values that fall outside the
type's boundaries (ie, refuse, or interpret as casting)
2005-06-23 11:25:29 +00:00
..
.gitignore check/gst/: add a test deserializing int64, and comment part out because it fails, yay ! 2005-06-21 17:41:35 +00:00
capslist.h check/: copy over from 0.8, and add two with bitmasks specified with (int) 0xFF... 2005-06-22 19:22:34 +00:00
gst.c commit a file I forgot 2005-06-21 16:53:14 +00:00
gstbin.c gst/gstutils.c: RPAD fixes all around. 2005-06-08 22:16:27 +00:00
gstbuffer.c add a GstBuffer unit test 2005-06-08 13:57:13 +00:00
gstbus.c check/: Fix up the timeout so that the test does not fail. 2005-04-11 11:24:53 +00:00
gstcaps.c check/: copy over from 0.8, and add two with bitmasks specified with (int) 0xFF... 2005-06-22 19:22:34 +00:00
gstdata.c Increase timeout some more 2005-04-12 09:16:00 +00:00
gstghostpad.c gst/gstutils.c: RPAD fixes all around. 2005-06-08 22:16:27 +00:00
gstiterator.c check/: Added checks. 2005-03-07 18:33:37 +00:00
gstmessage.c Activated more tests. 2005-03-22 14:23:49 +00:00
gstobject.c check/gst/: Increase timeout for checks. 2005-04-27 14:19:46 +00:00
gstpad.c check/gst/gstpad.c (test_get_allowed_caps, test_refcount): Fix borken refcounting. 2005-06-23 09:59:33 +00:00
gststructure.c check/: copy over from 0.8, and add two with bitmasks specified with (int) 0xFF... 2005-06-22 19:22:34 +00:00
gstsystemclock.c Added GstBin test. 2005-03-09 16:10:59 +00:00
gsttag.c check/Makefile.am: add gsttag 2005-06-19 11:32:42 +00:00
gstvalue.c remove gst_strtoll completely, since it didn't actually do anything more than what g_ascii_strtoull already does. 2005-06-23 11:25:29 +00:00