Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Rapoport <rppt@linux.vnet.ibm.com>2018-10-02 15:20:29 +0300
committerAndrei Vagin <avagin@gmail.com>2018-10-30 19:28:18 +0300
commitd9c7787ed3e49c2fe52baee0c65d87221b7f7136 (patch)
tree84ea77ddcf54500a10978e285d77811871103625 /scripts/travis
parent07e53c77e1e4d0dbac3a456fc3fa87365b61b70a (diff)
travis: lazy-pages: exclude futex test for older kernels
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Andrei Vagin <avagin@gmail.com>
Diffstat (limited to 'scripts/travis')
-rwxr-xr-xscripts/travis/travis-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/travis-tests b/scripts/travis/travis-tests
index f46c99ff8..aaa208c14 100755
--- a/scripts/travis/travis-tests
+++ b/scripts/travis/travis-tests
@@ -93,7 +93,7 @@ if [ $KERN_MAJ -ge "4" ] && [ $KERN_MIN -ge "11" ]; then
else
LAZY_EXCLUDE="-x maps007 -x fork -x fork2 -x uffd-events -x cgroupns
-x socket_listen -x socket_listen6 -x cmdlinenv00
- -x socket_close_data01 -x file_read -x lazy-thp"
+ -x socket_close_data01 -x file_read -x lazy-thp -x futex"
fi
LAZY_EXCLUDE="$LAZY_EXCLUDE -x maps04"