From 583e8ca0559205bc457cce8d7c5655ae0e3a1319 Mon Sep 17 00:00:00 2001 From: Alexander Mikhalitsyn Date: Mon, 13 Dec 2021 15:46:47 +0300 Subject: [PATCH] ci: enable x86 xsave fault injection tests back Signed-off-by: Alexander Mikhalitsyn --- test/jenkins/criu-fault.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/jenkins/criu-fault.sh b/test/jenkins/criu-fault.sh index 0c5c180e9..9f20091cc 100755 --- a/test/jenkins/criu-fault.sh +++ b/test/jenkins/criu-fault.sh @@ -28,14 +28,6 @@ fi ./test/zdtm.py run -t zdtm/static/maps04 --fault 131 --report report --pre 2:1 || fail ./test/zdtm.py run -t zdtm/transition/maps008 --fault 131 --report report --pre 2:1 || fail ./test/zdtm.py run -t zdtm/static/maps01 --fault 132 -f h || fail - -# Error injection with --fault 134 fails on newer CPUs used in Circle CI on EC2 -# Skip the --fault 134 tests -# https://github.com/checkpoint-restore/criu/issues/1635 -if [ -n "$CIRCLECI" ]; then - exit 0 -fi - # 134 is corrupting extended registers set, should run in a sub-thread (fpu03) # without restore (that will check if parasite corrupts extended registers) ./test/zdtm.py run -t zdtm/static/fpu03 --fault 134 -f h --norst || fail