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:
Alexandre Duret-Lutz 2017-09-29 10:50:58 +02:00
parent 900b344c9a
commit f0dc9d44c9
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# -*- 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).
#
# This file is part of Spot, a model checking library.
@ -21,5 +21,5 @@
. ./defs
set -e
run 0 ../parity
# Do not run through valgrind, this takes too long.
../parity

View file

@ -21,7 +21,6 @@ import spot
phi1 = """GFb
X(!b | GF!a)
!a U X(b | GF!b)
GFa
G(a M b)
(!a | b) & GFb