From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1TLVXL-0007ro-As for ltp-list@lists.sourceforge.net; Tue, 09 Oct 2012 08:51:35 +0000 Received: from mx1.redhat.com ([209.132.183.28]) by sog-mx-2.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1TLVXK-0008Ou-DY for ltp-list@lists.sourceforge.net; Tue, 09 Oct 2012 08:51:35 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q998pSLd017990 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 9 Oct 2012 04:51:28 -0400 Received: from dustball.brq.redhat.com (dustball.brq.redhat.com [10.34.26.57]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q998pR63011200 for ; Tue, 9 Oct 2012 04:51:27 -0400 From: Jan Stancek Date: Tue, 9 Oct 2012 10:51:20 +0200 Message-Id: Subject: [LTP] [PATCH v2 0/2] new restcases: readahead01/02 List-Id: Linux Test Project General Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-list-bounces@lists.sourceforge.net To: ltp-list@lists.sourceforge.net Changes in v2: readahead01 - add curly braces around "else block" when they are around "if block" - remove "else if", when if block calls return - add void to function without parameters - add parse_opts - add test to runtest/syscalls readahead02 - add void to function without parameters - remove "else if", when if block calls return - change result "using less cache than expected" from TFAIL to TWARN, the check is assumption likely to be true, but there's no hard rule what kernel keeps in cache - add test to runtest/syscalls Jan Stancek (2): new syscall test: readahead01 new syscall test: readahead02 runtest/syscalls | 3 + testcases/kernel/syscalls/readahead/Makefile | 22 ++ testcases/kernel/syscalls/readahead/readahead01.c | 172 ++++++++++ testcases/kernel/syscalls/readahead/readahead02.c | 371 +++++++++++++++++++++ 4 files changed, 568 insertions(+), 0 deletions(-) create mode 100644 testcases/kernel/syscalls/readahead/Makefile create mode 100644 testcases/kernel/syscalls/readahead/readahead01.c create mode 100644 testcases/kernel/syscalls/readahead/readahead02.c ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list