From 073534b925bd17ae9f87b889a676e2bcea246b5d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 11 Jan 2004 08:01:02 +0000 Subject: Update ltp to the latest version. Current results: $ grep FAIL logfile fcntl18 2 FAIL : Test F_GETLK64: for errno EFAULT FAILED fcntl18 0 INFO : Block 2 FAILED fcntl18 2 FAIL : Test F_GETLK64: for errno EFAULT FAILED fcntl18 0 INFO : Block 2 FAILED flock03 2 FAIL : Child: Unable to relock file after unlocking, errno 37 flock03 2 FAIL : flock03 Failed nanosleep02 1 FAIL : Remaining sleep time 4010000 usec doesn't match with the expected 3992631 usec time nanosleep02 1 FAIL : child process exited abnormally INFO: pan reported some tests FAIL $ grep BROK logfile setgroups04 1 BROK : Unexpected signal 11 received. swapoff02 1 BROK : Failed to turn on the swap file. skipping the test iteration swapoff02 2 BROK : Remaining cases broken swapoff02 3 BROK : Remaining cases broken --- make/ltp-testsuite.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make') diff --git a/make/ltp-testsuite.mk b/make/ltp-testsuite.mk index 7f1daaf3d..c11b89672 100644 --- a/make/ltp-testsuite.mk +++ b/make/ltp-testsuite.mk @@ -3,10 +3,10 @@ # ltp-testsuite # ############################################################# -LTP_TESTSUITE_SOURCE:=ltp-full-20031204.tgz +LTP_TESTSUITE_SOURCE:=ltp-full-20040108.tgz LTP_TESTSUITE_SITE:=http://aleron.dl.sourceforge.net/sourceforge/ltp LTP_TESTSUITE_CAT:=zcat -LTP_TESTSUITE_DIR:=$(BUILD_DIR)/ltp-full-20031204 +LTP_TESTSUITE_DIR:=$(BUILD_DIR)/ltp-full-20040108 LTP_TESTSUITE_PATCH:=$(SOURCE_DIR)/ltp-testsuite.patch -- cgit v1.2.3