[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl
Patrick Jenkins
pjenkins at apple.com
Sun Aug 6 14:47:57 PDT 2006
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.43 -> 1.44
---
Log message:
no longer sending the list of all dejagnu tests because it is too big at the present time
---
Diffs of the changes: (+1 -1)
NewNightlyTest.pl | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/NewNightlyTest.pl
diff -u llvm/utils/NewNightlyTest.pl:1.43 llvm/utils/NewNightlyTest.pl:1.44
--- llvm/utils/NewNightlyTest.pl:1.43 Fri Aug 4 16:42:58 2006
+++ llvm/utils/NewNightlyTest.pl Sun Aug 6 16:47:43 2006
@@ -1026,7 +1026,7 @@
'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,
More information about the llvm-commits
mailing list