mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-05 00:03:33 +00:00
fault-injection: Run fpu corruption tests
For the thread leader and for subthreads too. Signed-off-by: Dmitry Safonov <dima@arista.com>
This commit is contained in:
parent
21e3c53073
commit
39b7252c6f
1 changed files with 5 additions and 0 deletions
|
|
@ -28,3 +28,8 @@ fi
|
|||
./test/zdtm.py run -t zdtm/static/maps04 --fault 131 --keep-going --report report --pre 2:1 || fail
|
||||
./test/zdtm.py run -t zdtm/transition/maps008 --fault 131 --keep-going --report report --pre 2:1 || fail
|
||||
./test/zdtm.py run -t zdtm/static/maps01 --fault 132 -f h || fail
|
||||
# 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
|
||||
# also check for the main thread corruption
|
||||
./test/zdtm.py run -t zdtm/static/fpu00 --fault 134 -f h --norst || fail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue