From 2ec5b3fb2ccb0120be641e077089f3da5e53d8a3 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 17 Sep 2006 12:04:56 +0000 Subject: Davantage de tests git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@104 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/c/Results/binarytrees | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/c/Results/binarytrees (limited to 'test/c/Results/binarytrees') diff --git a/test/c/Results/binarytrees b/test/c/Results/binarytrees new file mode 100644 index 00000000..696bd5c8 --- /dev/null +++ b/test/c/Results/binarytrees @@ -0,0 +1,9 @@ +stretch tree of depth 17 check: -1 +131072 trees of depth 4 check: -131072 +32768 trees of depth 6 check: -32768 +8192 trees of depth 8 check: -8192 +2048 trees of depth 10 check: -2048 +512 trees of depth 12 check: -512 +128 trees of depth 14 check: -128 +32 trees of depth 16 check: -32 +long lived tree of depth 16 check: -1 -- cgit