public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/2] new restcases: readahead01/02
@ 2012-10-09  8:51 Jan Stancek
  2012-10-09  8:51 ` [LTP] [PATCH v2 1/2] new syscall test: readahead01 Jan Stancek
  2012-10-09  8:51 ` [LTP] [PATCH v2 2/2] new syscall test: readahead02 Jan Stancek
  0 siblings, 2 replies; 5+ messages in thread
From: Jan Stancek @ 2012-10-09  8:51 UTC (permalink / raw)
  To: ltp-list

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-12 10:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-09  8:51 [LTP] [PATCH v2 0/2] new restcases: readahead01/02 Jan Stancek
2012-10-09  8:51 ` [LTP] [PATCH v2 1/2] new syscall test: readahead01 Jan Stancek
2012-10-12  9:53   ` Wanlong Gao
2012-10-09  8:51 ` [LTP] [PATCH v2 2/2] new syscall test: readahead02 Jan Stancek
2012-10-12 10:02   ` Wanlong Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox