diff --git a/ChangeLog b/ChangeLog index 4d8898d91..708596954 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-01-21 Alexandre Duret-Lutz + + Move the last test from emptchk.test to emptchke.test. + + * src/tgbatest/emptchk.test: Move the newly added test ... + * src/tgbatest/emptchke.test: ... here, with other explicit test. + Also test more algorithms. + 2010-01-21 Alexandre Duret-Lutz Fix a memory leak in Cou99 statistics. diff --git a/src/tgbatest/emptchk.test b/src/tgbatest/emptchk.test index d4b05643e..0bf550614 100755 --- a/src/tgbatest/emptchk.test +++ b/src/tgbatest/emptchk.test @@ -1,9 +1,9 @@ #!/bin/sh +# Copyright (C) 2008, 2009, 2010 Laboratoire de Recherche et +# Développement de l'Epita (LRDE). # Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de # Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), # Université Pierre et Marie Curie. -# Copyright (C) 2008, 2009, 2010 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). # # This file is part of Spot, a model checking library. # @@ -97,43 +97,3 @@ expect_ce '!((FF a) <=> (F x))' 3 expect_no '!((FF a) <=> (F a))' 4 expect_no 'Xa && (!a U b) && !b && X!b' 4 expect_no '(a U !b) && Gb' 3 - - -# This graph was randomly generated, and contains one accepting path. -# It triggered a bug in our implementation of GV04 (that didn't see any -# accepting path). -cat >state-space <input <<'EOF' @@ -108,3 +113,39 @@ e, c, "1", B; EOF expect_ce input + + +# This graph was randomly generated, and contains one accepting path. +# It triggered a bug in our implementation of GV04 (that didn't see any +# accepting path). +cat >input <