Changeset 731
- Timestamp:
- May 18, 2004, 3:57:05 PM (22 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 2 edited
-
FullUnitTest (modified) (3 diffs)
-
runTest (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/FullUnitTest
r607 r731 19 19 # RETURN : integer number of tests which failed 20 20 # 21 # $Revision: 1. 3$ $Name: not supported by cvs2svn $22 # $Date: 2004-05- 07 22:10:50$21 # $Revision: 1.4 $ $Name: not supported by cvs2svn $ 22 # $Date: 2004-05-19 01:57:05 $ 23 23 # 24 24 # Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 538 538 s/\s+\d+:\d+:\d+\w/ <TIME> /; 539 539 s/\|[\w\.\-\_]+\|/<HOST> |/; 540 print MODFILE ($_); 540 # Filter lines with *** malloc. This is an artifact of Mac testing of 541 # memory functions 542 if ( ! m/\*\*\*\smalloc/ ) { 543 print MODFILE ($_); 544 } 541 545 } 542 546 # Close mod file … … 554 558 s/\s+\d+:\d+:\d+\w/ <TIME> /; 555 559 s/\|[\w\.\-\_]+\|/<HOST> |/; 556 print MODFILE ($_); 560 # Filter lines with *** malloc. This is an artifact of Mac testing of 561 # memory functions 562 if ( ! m/\*\*\*\smalloc/ ) { 563 print MODFILE ($_); 564 } 557 565 } 558 566 # Close mod file -
trunk/psLib/test/runTest
r632 r731 30 30 # 31 31 # $Revison: $ $Name: not supported by cvs2svn $ 32 # $Date: 2004-05-1 0 20:00:16$32 # $Date: 2004-05-19 01:57:05 $ 33 33 # 34 34 # Copyright 2004 Maui High Performance Computering Center, University of Hawaii … … 112 112 s/\s+\d+:\d+:\d+\w/ <TIME> /; 113 113 s/\|[\w\.\-\_]+\|/<HOST> |/; 114 print MODFILE ($_); 114 # Filter lines with malloc. This is an artifact of memory testing 115 # with the Mac testbed 116 if ( ! m/\*\*\*\smalloc/ ) { 117 print MODFILE ($_); 118 } 115 119 } 116 120 # Close mod file … … 128 132 s/\s+\d+:\d+:\d+\w/ <TIME> /; 129 133 s/\|[\w\.\-\_]+\|/<HOST> |/; 130 print MODFILE ($_); 134 # Filter lines with malloc. This is an artifact of memory testing 135 # with the Mac testbed 136 if ( ! m/\*\*\*\smalloc/ ) { 137 print MODFILE ($_); 138 } 131 139 } 132 140 # Close mod file
Note:
See TracChangeset
for help on using the changeset viewer.
