projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
304d5f2
)
Changed a = to a .= so we now append tests we have performed to the master list of...
author
Patrick Jenkins
<pjenkins@apple.com>
Fri, 4 Aug 2006 21:42:58 +0000
(21:42 +0000)
committer
Patrick Jenkins
<pjenkins@apple.com>
Fri, 4 Aug 2006 21:42:58 +0000
(21:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29531
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NewNightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NewNightlyTest.pl
b/utils/NewNightlyTest.pl
index 86e932574396efa7769e3b221781aef4267799c4..4c6b2b54018a30a386c975e0a2d7a679f504d7aa 100755
(executable)
--- a/
utils/NewNightlyTest.pl
+++ b/
utils/NewNightlyTest.pl
@@
-885,15
+885,15
@@
if(!$NODEJAGNU) {
for($x=0; $x<@DEJAGNU; $x++){
if($DEJAGNU[$x] =~ m/^PASS:/){
$passes.="$DEJAGNU[$x]\n";
- $dejagnu_test_list="$DEJAGNU[$x]\n";
+ $dejagnu_test_list
.
="$DEJAGNU[$x]\n";
}
elsif($DEJAGNU[$x] =~ m/^FAIL:/){
$fails.="$DEJAGNU[$x]\n";
- $dejagnu_test_list="$DEJAGNU[$x]\n";
+ $dejagnu_test_list
.
="$DEJAGNU[$x]\n";
}
elsif($DEJAGNU[$x] =~ m/^XFAIL:/){
$xfails.="$DEJAGNU[$x]\n";
- $dejagnu_test_list="$DEJAGNU[$x]\n";
+ $dejagnu_test_list
.
="$DEJAGNU[$x]\n";
}
}
}