travis: exclude futex and lazy-thp tests from lazy passes

Both test seem to reproduce issue #357 [1] too frequently which make it
really annoying. Temporarily remove them from lazy-pages passes until the
issue is fixed.

[1] https://github.com/xemul/criu/issues/357

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Mike Rapoport 2017-07-20 21:18:09 +03:00 committed by Andrei Vagin
parent 1a34089773
commit 6cc31a7f0b

View file

@ -80,6 +80,7 @@ else
-x socket_listen -x socket_listen6 -x cmdlinenv00
-x socket_close_data01 -x file_read"
fi
LAZY_EXCLUDE="$LAZY_EXCLUDE -x futex -x lazy-thp"
./test/zdtm.py run -a -p 2 --lazy-pages $LAZY_EXCLUDE
./test/zdtm.py run -a -p 2 --remote-lazy-pages $LAZY_EXCLUDE