diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-01-11 08:01:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-01-11 08:01:02 +0000 |
commit | 073534b925bd17ae9f87b889a676e2bcea246b5d (patch) | |
tree | 00b1b705ff1244381551b560a89219a2fd3f9f83 /make | |
parent | 63bcb19b2021903ec1656100644627068986389e (diff) |
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
Diffstat (limited to 'make')
-rw-r--r-- | make/ltp-testsuite.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |