gcc/libgo/testsuite
Ian Lance Taylor de41ebf5dd re PR go/68980 (ps -o cmd in gotest isn't portable)
PR 68980
    libgo/testsuite: portable ps usage in gotest
    
    gotest is using "ps" to list descendant sleep
    processes in its timeout handling, grepping
    the command name.
    
    We are currently using the "cmd" ps output
    formatter, which is non-portable. We should
    use "comm" which is part of the POSIX
    standard, and outputs only the command name
    and not the arguments.
    
    Fixes https://gcc.gnu.org/PR68980
    
    Reviewed-on: https://go-review.googlesource.com/18426

From-SVN: r232234
2016-01-11 17:55:39 +00:00
..
config
lib Testsuite: add dg-{begin|end}-multiline-output commands 2015-10-09 13:55:23 +00:00
libgo.testmain libgo: Set name of test when using DejaGNU tests. 2011-03-31 23:03:20 +00:00
Makefile.am
Makefile.in libgo: If compiler can split-stack and linker can not, use -fno-split-stack. 2015-09-15 21:15:37 +00:00
gotest re PR go/68980 (ps -o cmd in gotest isn't portable) 2016-01-11 17:55:39 +00:00