* iface/gspn/Makefile.am (XFAIL_TESTS): Remove.

This commit is contained in:
Alexandre Duret-Lutz 2003-10-08 15:20:38 +00:00
parent 6920a1c30f
commit b64c41abcf
2 changed files with 5 additions and 5 deletions

View file

@ -1,18 +1,19 @@
2003-10-06 Rachid REBIHA <rebiha@nyx>
2003-10-08 Alexandre Duret-Lutz <adl@src.lip6.fr>
* iface/gspn/Makefile.am (XFAIL_TESTS): Remove.
2003-10-06 Rachid REBIHA <rebiha@src.lip6.fr>
* iface/gspn/ltlgspn.cc: We call tgba_emptiness_check before
counter_example. And we print the prefix and the periode of
counter_example's result.
* src/tgbatest/emptinesscheckexplicit.cc (main):
We call tgba_emptiness_check before counter_example.
* src/tgbatest/emptinesscheck.cc (main):
We call tgba_emptiness_check before counter_example.
* src/tgbaalgos/emptinesscheck.hh (spot):
(spot::print_result): New methode to print the prefix and the
periode of counter_example's result.
* src/tgbaalgos/emptinesscheck.cc (spot): counter_example doesn't
call tgba_emptiness_check. counter_example must be executed after
calling tgba_emptiness_check. Remove tgba_emptiness_check calls.