X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fhammock;h=748bb4327b513e4dc36bab5cef93e27880a5e97b;hp=eb4455cc5d5984e585000eff14d1ea4e939da8e6;hb=789133371ca9867b8827aaf443f25357d1de2661;hpb=d30ef8c9f3528c76985074540b6afa5794bc5000 diff --git a/bin/hammock b/bin/hammock index eb4455c..748bb43 100755 --- a/bin/hammock +++ b/bin/hammock @@ -1,5 +1,4 @@ #! /usr/bin/perl -# $Id$ use strict; use warnings; @@ -44,6 +43,15 @@ my $branch; my $distrojobs; my $gdbcvspie; my $strip; +# FIXME: 20100911servpatched-f14: +# readchar: Connection reset by peer +# Remote side has terminated connection. GDBserver will reopen the connection. +# Can't bind address: Address already in use. +# +my $gdbserver; +my $valgrind; +my $gdbindex; +my $dwarf4; die if !GetOptions( "i|userid=s"=>\$userid, "force"=>\$force, @@ -63,6 +71,10 @@ die if !GetOptions( "branch=s"=>\$branch, "gdbcvspie"=>\$gdbcvspie, "strip"=>\$strip, + "gdbserver"=>\$gdbserver, + "valgrind"=>\$valgrind, + "gdbindex"=>\$gdbindex, + "dwarf4"=>\$dwarf4, ); $component and ($component=~m{^(?:(?:fedora|rhel)(?:gdb|binutils|glibc)|gdbcvs|binutilscvs|archer-.*|/home/.*)$} or die "-c|--component required to be: fedoragdb|rhelgdb|fedorabinutils|rhelbinutils|fedoraglibc|rhelglibc|gdbcvs|binutilscvs|archer-*|/home/*"); $component and $component=~m{^/home/} and (-f "$component/gdb/gdbtypes.c" or die "$component/gdb/gdbtypes.c not found"); @@ -78,6 +90,11 @@ if ($component=~/^(gdb|binutils)cvs$/) { !$gdbcvspie or $component eq "gdbcvs" or die "--gdbcvspie requires -c gdbcvs"; @target and ($srcrpm or $component=~/^(?:fedora|rhel)/) and die "--target is available only for baretestsuite modes"; $strip and ($srcrpm or $component=~/^(?:fedora|rhel)/) and die "--strip is available only for baretestsuite modes"; +$gdbserver and $component ne "gdbcvs" and die "--gdbserver is available only for gdbcvs"; +$valgrind and $component ne "gdbcvs" and die "--valgrind is available only for gdbcvs"; +$gdbserver and $valgrind and die "--gdbserver and --valgrind are mutually exclusive"; +($gdbserver || $valgrind) and $gdbindex and die "--gdbserver|--valgrind and --gdbindex are mutually exclusive"; +($gdbserver || $valgrind || $gdbindex) and $dwarf4 and die "--gdbserver|--valgrind|--gdbindex and --dwarf4 are mutually exclusive"; my %target; do { error "Duplicate target: $_\n" if $target{$_}++; } for @target; @arch="x86_64" if @target&&!@arch; @@ -198,6 +215,9 @@ sub writefile close F or die $fname; } +# /etc/cgconfig.conf +spawn "echo cgclassify -g '*':hammock $$ || :"; + spawn "renice +19 -p $$"; spawn "ionice -c3 -p $$"; newdir $dir; @@ -217,6 +237,10 @@ my %dump=( "file"=>join("\n",@file), "configure"=>$configure, "gdbcvspie"=>$gdbcvspie, + "gdbserver"=>$gdbserver, + "valgrind"=>$valgrind, + "gdbindex"=>$gdbindex, + "dwarf4"=>$dwarf4, ); while (my($name,$val)=each(%dump)) { next if !$val; @@ -435,7 +459,17 @@ while (@distrouse || keys(%child)) { @check=map("check//unix/$_",@check); @check=map({($_,"$_/-fPIE/-pie");} @check) if $gdbcvspie; # for i in ".join(" ",@check).";do orphanripper make -k \$i || :;done - mockrun "cd $baretestsuite; $errs12; cd gdb; ulimit -c unlimited; orphanripper make -k ".join(" ",@check)." || :; ".q{for t in sum log;do for file in testsuite*/gdb.$t;do suffix="${file#testsuite.unix.}"; suffix="${suffix%/gdb.$t}"; ln $file}." $out/gdb".q{$suffix.$t || :; done; done;}; + mockrun "cd $baretestsuite; $errs12" + .(!$valgrind?"":' --without-python') # FIXME: Fix valgrind --suppressions + ."; cd gdb; ulimit -c unlimited; " + .(!$gdbserver?"":'DEJAGNU=$HOME/src/runtest-gdbserver/site.exp ') + .(!$valgrind?"":'DEJAGNU=$HOME/src/runtest-valgrind/site.exp ') + ."orphanripper make -k ".join(" ",@check) + .(!$gdbserver?"":' RUNTESTFLAGS=--target_board=native-gdbserver') + .(!$valgrind?"":' RUNTESTFLAGS=--target_board=valgrind') + .(!$gdbindex?"":' RUNTESTFLAGS="CC_FOR_TARGET=/bin/sh\ $PWD/cc-with-index.sh\ gcc CXX_FOR_TARGET=/bin/sh\ $PWD/cc-with-index.sh\ g++"') + .(!$dwarf4?"":' RUNTESTFLAGS="CC_FOR_TARGET=gcc\ -gdwarf-4\ -g0 CXX_FOR_TARGET=g++\ -gdwarf-4\ -g0"') + ." FORCE_PARALLEL=1 || :; ".q{for t in sum log;do for file in testsuite*/gdb.$t;do suffix="${file#testsuite.unix.}"; suffix="${suffix%/gdb.$t}"; ln $file}." $out/gdb".q{$suffix.$t || :; done; done;}; } # gdbunpack does: # perl -i -pe 's{\Q'"$HOME"'\E/.*?/build/[^/]*/}{}g' "$base"/* @@ -461,6 +495,13 @@ while (@distrouse || keys(%child)) { spawn "mv $out $out.x; gdbunpack $log; mv $out.x/* $out/; rmdir $out.x"; } + if ($valgrind) { + for my $from (glob "$out/*.log") { + (my $to=$from).="filt"; + spawn q{sed -n 's/^==[0-9]*== \([A-Z]\)/\1/p' <}.$from.q{|grep -v '^\(Conditional jump \|Invalid read \|Use of uninitialised value \|Syscall param .* uninitialised byte\)' >}.$to; + } + } + my $resultout="$resultdir/$id/$distrodirbase"; newdir $resultout; $resultout.="/out";