https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68980

--- Comment #4 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> ---
Author: ian
Date: Mon Jan 11 17:55:39 2016
New Revision: 232234

URL: https://gcc.gnu.org/viewcvs?rev=232234&root=gcc&view=rev
Log:
        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

Modified:
    trunk/libgo/testsuite/gotest

Reply via email to