* iface/gspn/udcsltl.test, iface/gspn/udcseltl.test,
iface/gspn/dcswaveltl.test, iface/gspn/dcswaveeltl.test, iface/gspn/dcswavefm.test: Do not accept $? = 0 when a failure is expected.
This commit is contained in:
parent
cc0efd8904
commit
694ce34bc5
7 changed files with 27 additions and 23 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
2003-10-01 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
2003-10-01 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||||
|
|
||||||
|
* iface/gspn/udcsltl.test, iface/gspn/udcseltl.test,
|
||||||
|
iface/gspn/dcswaveltl.test, iface/gspn/dcswaveeltl.test,
|
||||||
|
iface/gspn/dcswavefm.test: Do not accept $? = 0 when
|
||||||
|
a failure is expected.
|
||||||
|
|
||||||
* iface/gspn/udcsltl.test, iface/gspn/udcseltl.test: New files
|
* iface/gspn/udcsltl.test, iface/gspn/udcseltl.test: New files
|
||||||
* iface/gspn/Makefile.am (TESTS): Add them.
|
* iface/gspn/Makefile.am (TESTS): Add them.
|
||||||
(XFAIL_TESTS): Add udcseltl.test.
|
(XFAIL_TESTS): Add udcseltl.test.
|
||||||
|
|
|
||||||
|
|
@ -2,14 +2,12 @@
|
||||||
|
|
||||||
. ./defs || exit 1
|
. ./defs || exit 1
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cp -R $srcdir/examples/DCSwave .
|
cp -R $srcdir/examples/DCSwave .
|
||||||
chmod +w DCSwave
|
chmod +w DCSwave
|
||||||
|
|
||||||
# G(ATTiIDLj => F(!SCj U SCi)) is true
|
# G(ATTiIDLj => F(!SCj U SCi)) is true
|
||||||
../eltlgspn-srg DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output
|
../eltlgspn-srg DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output || exit 1
|
||||||
|
|
||||||
# G(F(!SCj U SCi)) is false
|
# G(F(!SCj U SCi)) is false
|
||||||
../eltlgspn-srg DCSwave/DCSWave '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj > output \
|
../eltlgspn-srg DCSwave/DCSWave '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj >output
|
||||||
|| test $? = 1
|
test $? = 1 || exit 1
|
||||||
|
|
|
||||||
|
|
@ -2,14 +2,12 @@
|
||||||
|
|
||||||
. ./defs || exit 1
|
. ./defs || exit 1
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cp -R $srcdir/examples/DCSwave .
|
cp -R $srcdir/examples/DCSwave .
|
||||||
chmod +w DCSwave
|
chmod +w DCSwave
|
||||||
|
|
||||||
# G(ATTiIDLj => F(!SCj U SCi)) is true
|
# G(ATTiIDLj => F(!SCj U SCi)) is true
|
||||||
../fmgspn-srg DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output
|
../fmgspn-srg DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output || exit 1
|
||||||
|
|
||||||
# G(F(!SCj U SCi)) is false
|
# G(F(!SCj U SCi)) is false
|
||||||
../fmgspn-srg DCSwave/DCSWave '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj > output \
|
../fmgspn-srg DCSwave/DCSWave '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj > output
|
||||||
|| test $? = 1
|
test $? = 1 || exit 1
|
||||||
|
|
|
||||||
|
|
@ -2,14 +2,12 @@
|
||||||
|
|
||||||
. ./defs || exit 1
|
. ./defs || exit 1
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cp -R $srcdir/examples/DCSwave .
|
cp -R $srcdir/examples/DCSwave .
|
||||||
chmod +w DCSwave
|
chmod +w DCSwave
|
||||||
|
|
||||||
# G(ATTiIDLj => F(!SCj U SCi)) is true
|
# G(ATTiIDLj => F(!SCj U SCi)) is true
|
||||||
../ltlgspn-srg DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output
|
../ltlgspn-srg DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output || exit 1
|
||||||
|
|
||||||
# G(F(!SCj U SCi)) is false
|
# G(F(!SCj U SCi)) is false
|
||||||
../ltlgspn-srg DCSwave/DCSWave '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj > output \
|
../ltlgspn-srg DCSwave/DCSWave '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj > output
|
||||||
|| test $? = 1
|
test $? = 1 || exit 1
|
||||||
|
|
|
||||||
9
iface/gspn/examples/simple/.cvsignore
Normal file
9
iface/gspn/examples/simple/.cvsignore
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
simple.cap
|
||||||
|
simple.cc
|
||||||
|
simple.mark
|
||||||
|
simple.minval
|
||||||
|
simple.outtype
|
||||||
|
simple.parse
|
||||||
|
simple.sc
|
||||||
|
simple.string
|
||||||
|
simple.val
|
||||||
|
|
@ -2,11 +2,9 @@
|
||||||
|
|
||||||
. ./defs || exit 1
|
. ./defs || exit 1
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cp -R $srcdir/examples/udcs .
|
cp -R $srcdir/examples/udcs .
|
||||||
chmod +w udcs
|
chmod +w udcs
|
||||||
|
|
||||||
# F(ReP1 => F(gsP1)) is false
|
# F(ReP1 => F(gsP1)) is false
|
||||||
../eltlgspn-srg udcs/udcs 'F(ReP1 => F(gsP1))' ReP1 gsP1 > output \
|
../eltlgspn-srg udcs/udcs 'F(ReP1 => F(gsP1))' ReP1 gsP1 > output
|
||||||
|| test $? = 1
|
test $? = 1 || exit 1
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,9 @@
|
||||||
|
|
||||||
. ./defs || exit 1
|
. ./defs || exit 1
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cp -R $srcdir/examples/udcs .
|
cp -R $srcdir/examples/udcs .
|
||||||
chmod +w udcs
|
chmod +w udcs
|
||||||
|
|
||||||
# F(ReP1 => F(gsP1)) is false
|
# F(ReP1 => F(gsP1)) is false
|
||||||
../ltlgspn-srg udcs/udcs 'F(ReP1 => F(gsP1))' ReP1 gsP1 > output \
|
../ltlgspn-srg udcs/udcs 'F(ReP1 => F(gsP1))' ReP1 gsP1 > output
|
||||||
|| test $? = 1
|
test $? = 1 || exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue