• Vinu Rajashekhar's avatar
    test/fixedbugs/bug243.go: instead of closing stdout, · 89192ce4
    Vinu Rajashekhar authored
    remove the print statements.
    
    This change is because of the port of gccgo to RTEMS.
    These tests use the GCC DejaGNU framework. In some cases,
    the tests need to be run on qemu where the status code
    cannot be sent back to DejaGNU, so it prints the exit status
    by putting a wrapper around the exit and abort calls.
    
    This testcase closes the stdout, and hence prohibits DejaGNU
    from knowing the status in such cases, and causes this test
    to be wrongly declared as a failure.
    
    R=rsc, iant
    CC=golang-dev
    https://golang.org/cl/1792042
    89192ce4
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...