# HG changeset patch # User Matt Davies # Date 1244634005 -3600 # Node ID 536da72d8f072a295d3977d98a28fd181fe5c780 # Parent 2854ff67dd37942a6dfd7258c8b96f4f1aeac295# Parent 430173497dd4e7a591bd0c7f5215dfc0f6b77bd4 merged in parsewhatlog.pl defect fix for Raptor 2.7.2 and find_collisions.pl minor arg cleanup. diff -r 2854ff67dd37 -r 536da72d8f07 common/build.xml --- a/common/build.xml Wed Jun 10 12:35:58 2009 +0100 +++ b/common/build.xml Wed Jun 10 12:40:05 2009 +0100 @@ -24,7 +24,7 @@ - + @@ -189,7 +189,21 @@ - + + + + + + + + + + + + + + + @@ -211,7 +225,7 @@ - + @@ -241,7 +255,7 @@ [SF-POSTBUILD] - + @@ -250,7 +264,14 @@ - + + + + + + + + @@ -258,9 +279,11 @@ - + + + @@ -287,6 +310,13 @@ + + + + + + + @@ -533,12 +563,47 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -566,14 +631,15 @@ - + - + + - + - + @@ -583,5 +649,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 2854ff67dd37 -r 536da72d8f07 common/common_props.ant.xml --- a/common/common_props.ant.xml Wed Jun 10 12:35:58 2009 +0100 +++ b/common/common_props.ant.xml Wed Jun 10 12:40:05 2009 +0100 @@ -42,6 +42,7 @@ + @@ -68,6 +69,9 @@ + + + @@ -77,7 +81,8 @@ - + + diff -r 2854ff67dd37 -r 536da72d8f07 common/tools/analysis/analyse_components.pl --- a/common/tools/analysis/analyse_components.pl Wed Jun 10 12:35:58 2009 +0100 +++ b/common/tools/analysis/analyse_components.pl Wed Jun 10 12:40:05 2009 +0100 @@ -149,14 +149,14 @@ $value = $2; $status = $3; chomp($status); - if ($status ne "OK") {$status = "KO"}; + if ($status ne "OK") {$status = "Bad"}; if ($seen{$value}) { $seen{$value} =~ /^[^,]+,([^,]+)/; my $currentstatus = $1; - if ($currentstatus eq "KO") + if ($currentstatus eq "Bad") { - $status = "KO"; + $status = "Bad"; } } $seen{$value} = "$remains,$status\n"; @@ -166,18 +166,19 @@ # Prepend system model info (block name, component name) foreach my $line (@uniq) { + chomp $line; if ($line =~ /^[^,]+,[^,]+,([^,]+),/) { my $bldfile = $1; my $sysmodelinfo = &getSysModelInfo($bldfile); - $line = "$sysmodelinfo, $line"; + $line = "$line, $sysmodelinfo\n"; } } # Write the summary log open(OUTPUT,">PkgComponentAnalysisSummary.csv") or die "Error: Couldn't open PkgComponentAnalysisSummary.csv for writing\n"; -print OUTPUT "Package Name, Component Name, Package Path (from Sources.csv), License, BldFile (from whatlog), Status\n"; +print OUTPUT "Source Path (from Sources.csv), License, BldFile (from whatlog), Package Name, Component Name\n"; print OUTPUT @uniq; close(OUTPUT); close(WHATLOG); diff -r 2854ff67dd37 -r 536da72d8f07 common/tools/ats/ats3_testdrop.pl --- a/common/tools/ats/ats3_testdrop.pl Wed Jun 10 12:35:58 2009 +0100 +++ b/common/tools/ats/ats3_testdrop.pl Wed Jun 10 12:40:05 2009 +0100 @@ -103,7 +103,7 @@ $url .= "&schedule=$schedule", if (defined($schedule)); # Post URL to server with cURL. my $curl_cmd = "curl \"$url\""; -my $curl_response = `$curl_cmd 2>$1`; +my $curl_response = `$curl_cmd 2>&1`; die("\nTest drop failed: $!\n"), if ($?); if ($curl_response =~ /(TEST_RUN_REF_ID=\d+)/) { #extract test run id from cURL response. diff -r 2854ff67dd37 -r 536da72d8f07 common/tools/ats/smoketest/Group/smoketest.xml --- a/common/tools/ats/smoketest/Group/smoketest.xml Wed Jun 10 12:35:58 2009 +0100 +++ b/common/tools/ats/smoketest/Group/smoketest.xml Wed Jun 10 12:40:05 2009 +0100 @@ -195,9 +195,6 @@ smoketest/general/smoketest_createsmsaccount.script smoketest/general/smoketest_mess.ini smoketest/general/smoketest_mess.script - smoketest/general/smoketest_phone.script - smoketest/general/smoketest_syncmlapp.script - smoketest/general/smoketest_system.script smoketest/general/smoketest_timew.ini smoketest/general/smoketest_timew.script smoketest/sms/general/message1.txt