summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-05-24 10:42:43 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-05-24 10:42:43 +0000
commit55eccde6d0fe8667653ed972e3c8f0ec07fe66ac (patch)
tree8f4ff1a2693f5f59503aa63a02d5fee661e06c3c /tests
parentdabb9e03feda740f70aa3ded20ead5b6570ba7d0 (diff)
downloadlibcroco-55eccde6d0fe8667653ed972e3c8f0ec07fe66ac.tar.gz
coded a brand new "style gathering"/cascading subsystem.
Still have to test/debug it. Dodji.
Diffstat (limited to 'tests')
-rw-r--r--tests/test7-main.c2
-rw-r--r--tests/valgrind.log22
2 files changed, 2 insertions, 22 deletions
diff --git a/tests/test7-main.c b/tests/test7-main.c
index fe823d3..b2c826b 100644
--- a/tests/test7-main.c
+++ b/tests/test7-main.c
@@ -161,8 +161,10 @@ test_layout_box (void)
{
cr_lay_eng_layout_box_tree (layout_engine,
((CRBox*)box_model)->children) ;
+
cr_box_dump_to_file ((CRBox*)box_model, 0, stdout) ;
+
window = gtk_window_new (GTK_WINDOW_TOPLEVEL) ;
if (!window)
{
diff --git a/tests/valgrind.log b/tests/valgrind.log
index e7a7730..e69de29 100644
--- a/tests/valgrind.log
+++ b/tests/valgrind.log
@@ -1,22 +0,0 @@
---8511-- FATAL: unhandled syscall: 252
---8511-- Do not panic. You may be able to fix this easily.
---8511-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
-==8511==
-==8511== Valgrind detected that your program requires
-==8511== the following unimplemented functionality:
-==8511== no wrapper for the above system call
-==8511== This may be because the functionality is hard to implement,
-==8511== or because no reasonable program would behave this way,
-==8511== or because nobody has yet needed it. In any case, let me know
-==8511== (jseward@acm.org) and/or try to work around the problem, if you can.
-==8511==
-==8511== Valgrind has to exit now. Sorry. Bye!
-==8511==
-
-sched status:
-
-Thread 1: status = Runnable, associated_mx = 0x0, associated_cv = 0x0
-==8511== at 0x4046BCD3: _exit (in /lib/i686/libc-2.3.1.so)
-==8511== by 0x403D37FF: __libc_start_main (in /lib/i686/libc-2.3.1.so)
-==8511== by 0x8048721: cr_parser_new (in /home/dodji/dev/gnome/libcroco/tests/.libs/test2)
-