From c66ca3aa23a0985bc820f9c16ebdd6c7834f1ed6 Mon Sep 17 00:00:00 2001 From: Dmitry Safonov Date: Tue, 9 Mar 2021 11:17:56 +0000 Subject: [PATCH] zdtm/fpu03: Add .desc file to omit running on !x86 I managed to forget .desc file and ppc on Jenkins now fails with: > === Run 177/394 =======--------- zdtm/static/fpu03 > timens isn't supported on 5.8.18-100.fc31.ppc64le > ========================== Run zdtm/static/fpu03 in h ========================== > Start test > ./fpu03 --pidfile=fpu03.pid --outfile=fpu03.out > make: *** [Makefile:430: fpu03.pid] Error 1 > Test zdtm/static/fpu03 FAIL at ['make', '--no-print-directory', '-C', 'zdtm/static', 'fpu03.pid'] > Test output: ================================ > 08:56:48.325: 56: SKIP: fpu03.c:116: Unsupported arch > 08:56:48.325: 55: ERR: test.c:316: Test exited unexpectedly with code 0 > > <<< ================================ Signed-off-by: Dmitry Safonov --- test/zdtm/static/fpu03.desc | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/zdtm/static/fpu03.desc diff --git a/test/zdtm/static/fpu03.desc b/test/zdtm/static/fpu03.desc new file mode 100644 index 000000000..d2f501de2 --- /dev/null +++ b/test/zdtm/static/fpu03.desc @@ -0,0 +1 @@ +{'arch': 'x86_64'}