spot/tests
Alexandre Duret-Lutz b12eb0508f fix and check shifting issue
The exception raised by << and >> when shifting mark_t by too many
bits are only enabled in SPOT_DEBUG, as those operations are quite
low-level.  However we were always testing them, and although we
wanted them to be active in Python, it was not always the case.

* spot/twa/acc.hh: introduce max_accsets() as
a static constexpr method, so we can see it in Python.
* spot/misc/bitset.hh: Fix preprocessing directive
so the check is actually enabled when compiling the Python
bindings.
* bin/autcross.cc, bin/autfilt.cc, bin/ltlcross.cc: Use max_accsets().
* tests/core/acc.cc: Comment out the shifting exception when
SPOT_DEBUG is unset.
* tests/python/except.py: Make sure the exception is always raised in
Python.
2018-05-25 16:08:00 +02:00
..
core fix and check shifting issue 2018-05-25 16:08:00 +02:00
ltsmin always capture exceptions by const references 2018-03-14 17:51:08 +01:00
python fix and check shifting issue 2018-05-25 16:08:00 +02:00
sanity * tests/sanity/style.test: Allow {{x}} in constructors. 2018-05-24 19:23:48 +02:00
.gitignore more files to ignore 2016-01-26 19:21:35 +01:00
Makefile.am autfilt: better handling of chain of products with -B 2018-05-24 19:23:48 +02:00
run.in install back the safety check of includes.test 2016-12-02 15:03:43 +01:00