Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

test::valgrind::action::test(3pm) [debian man page]

Test::Valgrind::Action::Test(3pm)			User Contributed Perl Documentation			 Test::Valgrind::Action::Test(3pm)

NAME
Test::Valgrind::Action::Test - Test that an analysis didn't generate any error report. VERSION
Version 1.13 DESCRIPTION
This action uses "Test::Builder" to plan and pass or fail tests according to the reports received. METHODS
This class inherits Test::Valgrind::Action and Test::Valgrind::Action::Captor. "new diag => $diag, extra_tests => $extra_tests, ..." Your usual constructor. When $diag is true, the original output of the command and the error reports are intermixed as diagnostics. $extra_tests specifies how many extraneous tests you want to plan in addition to the default ones. Other arguments are passed straight to "Test::Valgrind::Action->new". "diag" Read-only accessor for the "diag" option. "kinds" Returns the list of all the monitored report kinds. SEE ALSO
Test::Valgrind, Test::Valgrind::Action. AUTHOR
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>. You can contact me by mail or on "irc.perl.org" (vincent). BUGS
Please report any bugs or feature requests to "bug-test-valgrind at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc Test::Valgrind::Action::Test COPYRIGHT &; LICENSE Copyright 2009,2010,2011 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.4 2011-08-25 Test::Valgrind::Action::Test(3pm)

Check Out this Related Man Page

Test::Valgrind::Parser::XML(3pm)			User Contributed Perl Documentation			  Test::Valgrind::Parser::XML(3pm)

NAME
Test::Valgrind::Parser::XML - Parse valgrind output as an XML stream. VERSION
Version 1.13 DESCRIPTION
This is a base class for Test::Valgrind::Parser objects that can parse "valgrind"'s XML output. METHODS
"args $session, $fh" Returns the arguments needed to tell "valgrind" to print in XML to the filehandle $fh. SEE ALSO
Test::Valgrind, Test::Valgrind::Parser. AUTHOR
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>. You can contact me by mail or on "irc.perl.org" (vincent). BUGS
Please report any bugs or feature requests to "bug-test-valgrind at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc Test::Valgrind::Parser::XML COPYRIGHT &; LICENSE Copyright 2009,2010,2011 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.4 2011-08-25 Test::Valgrind::Parser::XML(3pm)
Man Page

6 More Discussions You Might Find Interesting

1. HP-UX

user diag ??

if user diag is removed with a -r will it delete usr/mds ? and if so will this prevent a system from booting? Any info would be greatly appreciated!! Thanks Brian (1 Reply)
Discussion started by: breigner
1 Replies

2. AIX

diag report

Hello Everybody, we have a System Model: IBM,7017-S7A running AIX 4.3 Processor Type: PowerPC_RS64-II Number Of Processors: 4 I found while running "diag" the following errors. The Service Request Number(s)/Probable Cause(s) (causes are listed in descending order of... (3 Replies)
Discussion started by: karthikosu
3 Replies

3. AIX

Can Valgrind work well on AIX?

As Valgrind announced, 3.3.0 and 3.3.1 version can support AIX 5.3. But I met a block issue when I used Valgrind on AIX After installing Valgrind3.3.1 successfully on AIX5.3, I typed the following command of Valgrind: valgrind -d --tool=memcheck ls Then, the following result from Valgrind is... (0 Replies)
Discussion started by: adasong
0 Replies

4. Shell Programming and Scripting

Separate lines from text file

I have a text file with lot of rows like.. Action & Adventure|2012: Supernova NR|2009-11-01 00:01:00|2010-05-01 23:59:00|Active|3 Action & Adventure|50 Dead Men Walking|2010-01-05 00:01:00|2010-06-30 23:59:00|Active|3 Action & Adventure|Afterwards|2009-11-26 00:01:00|2010-03-26... (3 Replies)
Discussion started by: ramse8pc
3 Replies

5. Programming

Valgrind error

I get this Valgrind error while using malloc but if I use calloc then there is no error. I allocate 8 bytes for the string inside sprintf, 12 for the ip and 1 for the string terminator. This totals 21, so why is it talking about 20 bytes and 18 bytes ? Partial code: char ip =... (3 Replies)
Discussion started by: cyler
3 Replies

6. AIX

Change Log Repair Action without using diag?

Hi Gurus, I want to change Log Repair Action remotely, or in a script. In these cases, the dial menu can not be used. Is there any command to do the job? Thank you in advance! (4 Replies)
Discussion started by: aixlover
4 Replies