[Fuego] [PATCH 05/11] LTP: do not skip adjtimex02

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Fri May 18 02:48:50 UTC 2018


This test may only be interesting for some kernels but
that is not reason to automatically skip it.

Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/tests/Functional.LTP/fuego_test.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/engine/tests/Functional.LTP/fuego_test.sh b/engine/tests/Functional.LTP/fuego_test.sh
index 1baffc8..aa166da 100755
--- a/engine/tests/Functional.LTP/fuego_test.sh
+++ b/engine/tests/Functional.LTP/fuego_test.sh
@@ -203,7 +203,6 @@ function test_pre_check {
     # FIXTHIS: compare with the kernel version before adding tests to the skiplist
     kver=$(cmd "uname -r")
     echo "kernel version: $kver"
-    skip_tests "adjtimex02" # needs a kernel that doesn't normalize buf.offset if it is outside the acceptable range
     skip_tests "fallocate04" # needs Linux 3.15 or newer
     skip_tests "inotify06" # will loop/crash kernels that dont have commit 8f2f3eb59dff (<4.2)
     skip_tests "ptrace03" # Only works for <2.6.26, above that the kernel allows to trace init
-- 
2.7.4




More information about the Fuego mailing list