mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
Revert the patch for bug 527214 and related changes. GTimer
is supposed to work without threads. svn path=/trunk/; revision=6943
This commit is contained in:
@@ -12,7 +12,6 @@ INCLUDES = \
|
||||
noinst_PROGRAMS = $(TEST_PROGS)
|
||||
progs_ldadd = \
|
||||
$(top_builddir)/glib/libglib-2.0.la \
|
||||
$(top_builddir)/gthread/libgthread-2.0.la \
|
||||
$(top_builddir)/gobject/libgobject-2.0.la \
|
||||
$(top_builddir)/gio/libgio-2.0.la
|
||||
|
||||
|
@@ -318,7 +318,6 @@ main (int argc,
|
||||
char *argv[])
|
||||
{
|
||||
g_type_init ();
|
||||
g_thread_init (0);
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
|
||||
g_test_add_func ("/data-input-stream/read-lines-LF", test_read_lines_LF);
|
||||
|
@@ -282,7 +282,6 @@ main (int argc,
|
||||
char *argv[])
|
||||
{
|
||||
g_type_init ();
|
||||
g_thread_init (0);
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
|
||||
g_test_add_func ("/data-input-stream/read-lines-LF", test_read_lines_LF);
|
||||
|
@@ -117,7 +117,6 @@ main (int argc,
|
||||
char *argv[])
|
||||
{
|
||||
g_type_init ();
|
||||
g_thread_init (0);
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
|
||||
g_test_add_func ("/g-file-info/test_g_file_info", test_g_file_info);
|
||||
|
@@ -507,7 +507,6 @@ main (int argc,
|
||||
char *argv[])
|
||||
{
|
||||
g_type_init ();
|
||||
g_thread_init (0);
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
|
||||
|
||||
|
@@ -1107,7 +1107,6 @@ main (int argc, char *argv[])
|
||||
|
||||
/* strip all gtester-specific args */
|
||||
g_type_init ();
|
||||
g_thread_init (0);
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
|
||||
/* no extra parameters specified, assume we're executed from glib test suite */
|
||||
|
@@ -70,7 +70,6 @@ main (int argc,
|
||||
char *argv[])
|
||||
{
|
||||
g_type_init ();
|
||||
g_thread_init (0);
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
|
||||
g_test_add_func ("/memory-input-stream/read-chunks", test_read_chunks);
|
||||
|
Reference in New Issue
Block a user