public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/4] Replace commonly used perl tools with awk equivalents
@ 2012-04-04  5:23 Garrett Cooper
  2012-04-04 17:22 ` Mike Frysinger
       [not found] ` <201204042028.52373.vapier@gentoo.org>
  0 siblings, 2 replies; 7+ messages in thread
From: Garrett Cooper @ 2012-04-04  5:23 UTC (permalink / raw)
  To: ltp-list

The intent behind these changes are to remove unnecessary perl
dependencies in LTP by using awk in its stead. It was something that was
discussed a while ago on ltp-list@.

Garrett Cooper (4):
   Replace create_valgrind_check.pl with an awk equivalent
   Install .awk files
   Replace create_dmesg_entries_for_each_test.pl with an awk equivalent
   Replace create_kernel_faults_in_loops_and_probability.pl with an awk
     equivalent

  runltp                                             |   50 +++++----
  tools/Makefile                                     |    2 +-
  tools/create_dmesg_entries_for_each_test.awk       |   32 ++++++
  tools/create_dmesg_entries_for_each_test.pl        |   74 --------------
  ...eate_kernel_faults_in_loops_and_probability.awk |   40 ++++++++
  ...reate_kernel_faults_in_loops_and_probability.pl |  100 ------------------
  tools/create_valgrind_check.awk                    |   42 ++++++++
  tools/create_valgrind_check.pl                     |  106 --------------------
  8 files changed, 146 insertions(+), 300 deletions(-)
  create mode 100644 tools/create_dmesg_entries_for_each_test.awk
  delete mode 100644 tools/create_dmesg_entries_for_each_test.pl
  create mode 100644 tools/create_kernel_faults_in_loops_and_probability.awk
  delete mode 100755 tools/create_kernel_faults_in_loops_and_probability.pl
  create mode 100644 tools/create_valgrind_check.awk
  delete mode 100755 tools/create_valgrind_check.pl

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2012-04-07  2:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-04  5:23 [LTP] [PATCH 0/4] Replace commonly used perl tools with awk equivalents Garrett Cooper
2012-04-04 17:22 ` Mike Frysinger
2012-04-04 17:31   ` Garrett Cooper
2012-04-04 17:54     ` Mike Frysinger
     [not found] ` <201204042028.52373.vapier@gentoo.org>
     [not found]   ` <alpine.BSF.2.00.1204041732320.25027@toaster.local>
     [not found]     ` <201204042149.20439.vapier@gentoo.org>
2012-04-06  3:34       ` Garrett Cooper
2012-04-06 16:19         ` Caspar Zhang
2012-04-07  2:31           ` Wanlong Gao

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