# HG changeset patch # User Mike Kinghan # Date 1244817299 -3600 # Node ID 15726eb853648495cf7de4270958e265e3587cfb # Parent 3d5bdffd1bddc9f979c6f91e5c33bd6833c9651b# Parent 5254e26c433df2e1ab8c842c385cb83948e7f535 Committing merges diff -r 5254e26c433d -r 15726eb85364 common/build.xml --- a/common/build.xml Wed Jun 10 18:22:32 2009 +0100 +++ b/common/build.xml Fri Jun 12 15:34:59 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 @@ - + - + + - + - + @@ -603,5 +669,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 5254e26c433d -r 15726eb85364 common/common_props.ant.xml --- a/common/common_props.ant.xml Wed Jun 10 18:22:32 2009 +0100 +++ b/common/common_props.ant.xml Fri Jun 12 15:34:59 2009 +0100 @@ -42,6 +42,7 @@ + @@ -68,6 +69,9 @@ + + + @@ -77,7 +81,8 @@ - + + diff -r 5254e26c433d -r 15726eb85364 common/tools/analysis/analyse_components.pl --- a/common/tools/analysis/analyse_components.pl Wed Jun 10 18:22:32 2009 +0100 +++ b/common/tools/analysis/analyse_components.pl Fri Jun 12 15:34:59 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 5254e26c433d -r 15726eb85364 common/tools/analysis/find_collisions.pl --- a/common/tools/analysis/find_collisions.pl Wed Jun 10 18:22:32 2009 +0100 +++ b/common/tools/analysis/find_collisions.pl Fri Jun 12 15:34:59 2009 +0100 @@ -21,7 +21,6 @@ sub main() { my $csvfile = shift @ARGV; - my $filelist = shift @ARGV; if(! -e $csvfile) { diff -r 5254e26c433d -r 15726eb85364 common/tools/analysis/parsewhatlog.pl --- a/common/tools/analysis/parsewhatlog.pl Wed Jun 10 18:22:32 2009 +0100 +++ b/common/tools/analysis/parsewhatlog.pl Fri Jun 12 15:34:59 2009 +0100 @@ -70,7 +70,7 @@ while(my $line = ) { ++$linecount; - if($line =~ m/^/) #brittle + if($line =~ m/^/) #brittle { $bldinf = $1; $makefile = $2; diff -r 5254e26c433d -r 15726eb85364 common/tools/ats/STAF/STAF_security.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/STAF/STAF_security.txt Fri Jun 12 15:34:59 2009 +0100 @@ -0,0 +1,5 @@ +TRUST LEVEL 5 MACHINE sym-build01 +TRUST LEVEL 5 MACHINE sym-build02 +TRUST LEVEL 5 MACHINE lon-engbuild87 +TRUST LEVEL 5 MACHINE lon-engbuild89 + diff -r 5254e26c433d -r 15726eb85364 common/tools/ats/smoketest/Group/smoketest.xml --- a/common/tools/ats/smoketest/Group/smoketest.xml Wed Jun 10 18:22:32 2009 +0100 +++ b/common/tools/ats/smoketest/Group/smoketest.xml Fri Jun 12 15:34:59 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