[Lemon-devel] LEMON 1.0 release branch (osx:ok)

Maurice Diamantini Maurice.Diamantini at ensta.fr
Fri Oct 10 08:23:36 CEST 2008


Le 8 oct. 08 à 11:34, Alpár Jüttner a écrit :

> Dear all,
>
> I've created a branch for the 1.0 release. It is here
> http://lemon.cs.elte.hu/hg/lemon-1.0
>
> IMPORTANT: This repo contains a named branch called 1.0 because of an
> oddity in way how Mercurial handles named branches you must explicitly
> change to branch 1.0 when clone this repo. There are two ways to do  
> it:
> 1.
> 	hg clone http://lemon.cs.elte.hu/hg/lemon-1.0 my-1.0
> 	cd my-1.0
> 	hg up -r 1.0
> 2.
> 	hg clone http://lemon.cs.elte.hu/hg/lemon-1.0#1.0 my-1.0

Just a quick test (without install)

- macosx-10.5.5 (leopard) on a powermac-G5 1.8G (monoproc)

- gcc --version
   => powerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build  
5465)

- I just try a compil/check without install :

     start=`date +%Y%m%d_%Hh%M`                            && \
     hg clone http://lemon.cs.elte.hu/hg/lemon-1.0 my-1.0  && \
     cd my-1.0/          && \
     hg up -r 1.0        && \
     autoreconf -vi      && \
     ./configure         && \
     make                && \
     make check          && \
     printf "\nSTART at $start"                  && \
     printf "\nEND at   `date +%Y%m%d_%Hh%M`\n"

And a question about regular lemon testing,
   How can I use mercurial to download a snapshot of a resonably last
   (near tip) version of lemon, without knowing the version name
   (e.g. 1.0 currently).

================================================================
Here is my result (all seems to work OK unless some warning while  
compiling)

make  check-TESTS
PASS: test/bfs_test
SubCounter: 3
Main Counter: 3
Bubble Sort - Operations: 102
Insertion Sort - Operations: 56
PASS: test/counter_test
PASS: test/dfs_test
PASS: test/digraph_test
PASS: test/dijkstra_test
PASS: test/dim_test
PASS: test/error_test
PASS: test/graph_copy_test
PASS: test/graph_test
PASS: test/graph_utils_test
PASS: test/heap_test
PASS: test/kruskal_test
PASS: test/maps_test
PASS: test/random_test
PASS: test/path_test
test/test_tools_fail.cc:23: error: Don't panic. Failing is the right  
behaviour here.
/bin/sh: line 1: 85214 Abort trap              ${dir}$tst
XFAIL: test/test_tools_fail
PASS: test/test_tools_pass
u: 0.16s, s: 0.3s, cu: 0s, cs: 0s, real: 1.03883s (79587 time queries)
u: 0.51s, s: 0.99s, cu: 0s, cs: 0s, real: 2.0035s
u: 1.69754e-06s, s: 1.90735e-08s, cu: 0s, cs: 0s, real: 2.52973e-06s  
(524288 tests)
Total: u: 0.89s, s: 0.01s, cu: 0s, cs: 0s, real: 1.32631s
u: 0.001875s, s: 0.00382812s, cu: 0s, cs: 0s, real: 0.0086125s (128  
tests)
Total: u: 0.24s, s: 0.49s, cu: 0s, cs: 0s, real: 1.1024s
PASS: test/time_measure_test
PASS: test/unionfind_test
======================================================
All 19 tests behaved as expected (1 expected failures)
======================================================

START at 20081010_07h57
END at   20081010_08h03

===================================================
./




More information about the Lemon-devel mailing list