1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

no longer sending the list of all dejagnu tests because it is too big at the present time

llvm-svn: 29537
This commit is contained in:
Patrick Jenkins 2006-08-06 21:47:43 +00:00
parent 3bf9d47cf1
commit e9d04e428a

View File

@ -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,