tests: speed up two slow tests
These were the most expansive tests, each taking more than 5min. This should bring them back below 1min. * tests/core/parity.test: Do not run through valgrind. * tests/python/toweak.py: Remove one very long case.
This commit is contained in:
parent
900b344c9a
commit
f0dc9d44c9
2 changed files with 3 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Copyright (C) 2016 Laboratoire de Recherche et Développement
|
# Copyright (C) 2016, 2017 Laboratoire de Recherche et Développement
|
||||||
# de l'Epita (LRDE).
|
# de l'Epita (LRDE).
|
||||||
#
|
#
|
||||||
# This file is part of Spot, a model checking library.
|
# This file is part of Spot, a model checking library.
|
||||||
|
|
@ -21,5 +21,5 @@
|
||||||
|
|
||||||
. ./defs
|
. ./defs
|
||||||
set -e
|
set -e
|
||||||
|
# Do not run through valgrind, this takes too long.
|
||||||
run 0 ../parity
|
../parity
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@ import spot
|
||||||
|
|
||||||
phi1 = """GFb
|
phi1 = """GFb
|
||||||
X(!b | GF!a)
|
X(!b | GF!a)
|
||||||
!a U X(b | GF!b)
|
|
||||||
GFa
|
GFa
|
||||||
G(a M b)
|
G(a M b)
|
||||||
(!a | b) & GFb
|
(!a | b) & GFb
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue