History log of /external/bluetooth/glib/tests/convert-test.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5c53925ed08402549be0c306cd0544af209f8934 27-Sep-2008 Dan Winship <danw@src.gnome.org> Bug 553447 $(Q#|(B g_assert_no_error()

* glib/gtestutils.h (g_assert_no_error, g_assert_error): Macros to
assert that a GError is not set, or else is set to a particular
error.

* glib/gtestutils.c (g_assertion_message_error): utility for
those macros

* glib/tests/keyfile.c:
* tests/asyncqueue-test.c:
* tests/bookmarkfile-test.c:
* tests/convert-test.c:
* tests/file-test.c: Use g_assert_error/g_assert_no_error

svn path=/trunk/; revision=7555
/external/bluetooth/glib/tests/convert-test.c
052f3e6bd9a4f535d9376d35205fa52f702be49b 14-Jul-2008 Matthias Clasen <matthiasc@src.gnome.org> Skip a test if iconv doesn't support the encoding

svn path=/trunk/; revision=7180
/external/bluetooth/glib/tests/convert-test.c
eb9ff053201f717f0e149e13b6de1018d440270a 08-May-2006 Matthias Clasen <mclasen@redhat.com> Use encoding names which may work better on Solaris. (#340434, Alessandro

2006-05-08 Matthias Clasen <mclasen@redhat.com>

* tests/convert-test.c (test_one_half): Use encoding names which
may work better on Solaris. (#340434, Alessandro Vesely)
/external/bluetooth/glib/tests/convert-test.c
a629b3f02dcdf29f52973f879f953e2ce409ab7a 23-Feb-2006 Kjartan Maraas <kmaraas@gnome.org> Plug leaks reported by valgrind. Same. Same Same. Same. Same.

2006-02-23 Kjartan Maraas <kmaraas@gnome.org>

* tests/completion-test.c: (main): Plug leaks reported by
valgrind.
* tests/convert-test.c: (test_iconv_state), (test_one_half):
Same.
* tests/patterntest.c: (test_compilation): Same
* tests/shell-test.c: (do_argv_test): Same.
* tests/unicode-caseconv.c: (main): Same.
* tests/uri-test.c: (run_to_uri_tests): Same.
/external/bluetooth/glib/tests/convert-test.c
c93ebd50afc76e051ad9f7a5eb5ed14557698eab 11-Jan-2006 Matthias Clasen <mclasen@redhat.com> Don't test items_read and items_written in error cases where it is not

2006-01-11 Matthias Clasen <mclasen@redhat.com>

* tests/convert-test.c: Don't test items_read and
items_written in error cases where it is not set.
/external/bluetooth/glib/tests/convert-test.c
3a042a8959501f9e90df41fc31e3167dd7aa6222 30-Oct-2005 Matthias Clasen <mclasen@redhat.com> Add some tests for conversions between UTF-8, UCS-4 and UTF-16.

2005-10-29 Matthias Clasen <mclasen@redhat.com>

* tests/convert-test.c: Add some tests for conversions between
UTF-8, UCS-4 and UTF-16.

* glib/gutf8.c (g_utf8_to_ucs4, g_utf8_to_utf16): Fix handling
of len == -1, noticed by Morten Welinder.
/external/bluetooth/glib/tests/convert-test.c
717f3d4abbe99467f07b05462d7651b08e69dd20 08-Aug-2005 Matthias Clasen <mclasen@redhat.com> Enable the endianness test.

2005-08-08 Matthias Clasen <mclasen@redhat.com>

* tests/convert-test.c: Enable the endianness test.

* glib/gconvert.c: Make the caching of iconv descriptors
optional.

* configure.in: Add an --enable-iconv-cache option, and
default to disabling iconv caching on new enough glibc.
Somebody with access to Solaris systems will need to test
if opening/closing of iconv descriptors is enough of
a performance problem to warrant the caching on that
platform. Note that the caching is causing correctness
problems in some corner cases, thus turning it off
is desirable unless it has severe performance implications.
/external/bluetooth/glib/tests/convert-test.c
81b6a73938f881fb15f995a7837f0654e08941b0 08-Aug-2005 Matthias Clasen <matthiasc@src.gnome.org> Fix up the testcase
/external/bluetooth/glib/tests/convert-test.c
eb37812fbedeca48fea746cdfc2220d83d854ad4 08-Aug-2005 Matthias Clasen <mclasen@redhat.com> Add a test for endianness handling.

2005-08-08 Matthias Clasen <mclasen@redhat.com>

* tests/convert-test.c: Add a test for
endianness handling.
/external/bluetooth/glib/tests/convert-test.c
308678a6134661cf6aecc8b1432377efbc716f1f 08-Aug-2005 Matthias Clasen <mclasen@redhat.com> Add convert-test here.

2005-08-08 Matthias Clasen <mclasen@redhat.com>

* tests/Makefile.am: Add convert-test here.

* tests/convert-test.c: Add the beginning of a testsuite
for g_convert() and friends.
/external/bluetooth/glib/tests/convert-test.c