mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 15:19:33 +00:00
Reinstated the sending of a list of all dejagnutests run. Also fixed a rather embarresing error introduced during version 1.41 where i commented out the actual sending of the data to the results server.
llvm-svn: 29538
This commit is contained in:
parent
e9d04e428a
commit
9ca71b7632
@ -460,7 +460,7 @@ sub SendData{
|
||||
$send.= "Content-length: $length\n\n";
|
||||
$send.= "$content";
|
||||
|
||||
#print SOCK $send;
|
||||
print SOCK $send;
|
||||
my $result;
|
||||
while(<SOCK>){
|
||||
$result .= $_;
|
||||
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user