summaryrefslogtreecommitdiff
path: root/gio/tests/data-output-stream.c
Commit message (Collapse)AuthorAgeFilesLines
* Make GDataOutputStream implement GSeekableMaciej Piechotka2012-04-231-0/+194
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673034
* Plug a huge mem leak in data-output-stream testChristian Persch2010-09-031-0/+1
| | | | | | | | | ==12763== 16,777,215 bytes in 1 blocks are possibly lost in loss record 357 of 357 ==12763== at 0x4004F1B: calloc (vg_replace_malloc.c:418) ==12763== by 0x405711D: g_malloc0 (gmem.c:157) ==12763== by 0x8048ED6: test_basic (data-output-stream.c:40) Bug #628331.
* Plug a mem leak in data-output-stream testChristian Persch2010-09-031-0/+1
| | | | | | | | | | | ==2426== 45,034 bytes in 4,094 blocks are definitely lost in loss record 358 of 361 ==2426== at 0x4005BDC: malloc (vg_replace_malloc.c:195) ==2426== by 0x4057094: g_malloc (gmem.c:134) ==2426== by 0x40573DB: g_malloc_n (gmem.c:281) ==2426== by 0x4071ABD: g_strconcat (gstrfuncs.c:315) ==2426== by 0x804916A: test_read_lines (data-output-stream.c:83) Bug #628331.
* Improve coverage of stream testsMatthias Clasen2010-07-301-4/+28
|
* Revert "Move gio tests from gio/tests/ to tests/gio/"Matthias Clasen2009-07-051-0/+289
| | | | | | This reverts commit 2262d76b33094304ece0d0d9cd5920682599a49b. Move GIO tests back to where they belong.
* Move gio tests from gio/tests/ to tests/gio/Benjamin Otte2009-07-011-289/+0
| | | | | This avoids getting tests built every time when working on libgio and running make in the gio/ directory.
* Bug 587434 – regression tests failBenjamin Otte2009-06-301-71/+67
| | | | | make this test not only compile, but also run successfully with mad CFLAGS.
* fix warnings from gcc compilation with my mad CFLAGSBenjamin Otte2009-06-291-33/+33
|
* Use g_assert_error() and g_assert_no_error()Dan Winship2008-09-271-2/+2
| | | | | | | | | | | * tests/data-input-stream.c: * tests/data-output-stream.c: * tests/live-g-file.c: * tests/memory-input-stream.c: * tests/memory-output-stream.c: Use g_assert_error() and g_assert_no_error() svn path=/trunk/; revision=7556
* don't define G_DISABLE_SINGLE_INCLUDES, it's in the global CPPFLAGS now.Michael Natterer2008-05-281-1/+1
| | | | | | | | | | | | | | | | | 2008-05-28 Michael Natterer <mitch@imendio.com> * Makefile.am: don't define G_DISABLE_SINGLE_INCLUDES, it's in the global CPPFLAGS now. * tests/data-input-stream.c * tests/data-output-stream.c * tests/g-file-info.c * tests/g-file.c * tests/live-g-file.c * tests/memory-input-stream.c: don't include <glib/gtestutils.h> svn path=/trunk/; revision=6954
* Revert the patch for bug 527214 and related changes. GTimerMatthias Clasen2008-05-271-1/+0
| | | | | | | is supposed to work without threads. svn path=/trunk/; revision=6943
* Make tests workMatthias Clasen2008-05-261-0/+1
| | | | svn path=/trunk/; revision=6935
* Fix a mismergeMatthias Clasen2008-02-101-1/+0
| | | | svn path=/trunk/; revision=6489
* /bin/ksh can't handle a for-loop with no arguments, so add a "." for whenMatthias Clasen2008-02-101-11/+12
| | | | | | | | | | | | | | | | | | 2008-02-09 Matthias Clasen <mclasen@redhat.com> * Makefile.decl: /bin/ksh can't handle a for-loop with no arguments, so add a "." for when $(SUBDIRS) is empty. * glib/tests/option-context.c: * glib/tests/testing.c: * gthread/gthread-posix.c: * tets/testingbase64.c: * glib/gtester.c: * glib/gsequence.c: Portability fixes. (#515154) svn path=/trunk/; revision=6487
* C89 fixes from Jens Granseuer (#512849)Alexander Larsson2008-01-301-3/+4
| | | | | | | | | | | | 2008-01-30 Alexander Larsson <alexl@redhat.com> * tests/data-input-stream.c: * tests/data-output-stream.c: C89 fixes from Jens Granseuer (#512849) svn path=/trunk/; revision=6423
* Allow UTF-8 in file:// parse names.Alexander Larsson2008-01-221-0/+292
2008-01-22 Alexander Larsson <alexl@redhat.com> * glocalfile.c: Allow UTF-8 in file:// parse names. * tests/Makefile.am: * tests/data-input-stream.c: * tests/data-output-stream.c: * tests/g-file-info.c: * tests/g-file.c: Added a bunch of tests from Tomas Bzatek svn path=/trunk/; revision=6351