Commit 6cc31a7f authored by Mike Rapoport's avatar Mike Rapoport Committed by Andrei Vagin

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/357Signed-off-by: 's avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 1a340897
...@@ -80,6 +80,7 @@ else ...@@ -80,6 +80,7 @@ else
-x socket_listen -x socket_listen6 -x cmdlinenv00 -x socket_listen -x socket_listen6 -x cmdlinenv00
-x socket_close_data01 -x file_read" -x socket_close_data01 -x file_read"
fi 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 --lazy-pages $LAZY_EXCLUDE
./test/zdtm.py run -a -p 2 --remote-lazy-pages $LAZY_EXCLUDE ./test/zdtm.py run -a -p 2 --remote-lazy-pages $LAZY_EXCLUDE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment