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:
cfb3ba0
)
no longer sending the list of all dejagnu tests because it is too big at the present...
author
Patrick Jenkins
<pjenkins@apple.com>
Sun, 6 Aug 2006 21:47:43 +0000
(21:47 +0000)
committer
Patrick Jenkins
<pjenkins@apple.com>
Sun, 6 Aug 2006 21:47:43 +0000
(21:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29537
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NewNightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NewNightlyTest.pl
b/utils/NewNightlyTest.pl
index 4c6b2b54018a30a386c975e0a2d7a679f504d7aa..7c28954434952709dcc23ca1707f971d2111efc7 100755
(executable)
--- a/
utils/NewNightlyTest.pl
+++ b/
utils/NewNightlyTest.pl
@@
-1026,7
+1026,7
@@
my %hash_of_data = ('machine_data' => $machine_data,
'passing_tests' => $passes,
'expfail_tests' => $xfails,
'unexpfail_tests' => $fails,
- 'all_tests' => $dejagnu_test_list,
+ 'all_tests' =>
"", #
$dejagnu_test_list,
'new_tests' => "",
'removed_tests' => "",
'dejagnutests_log' => $dejagnutests_log,