• Meir Fischer's avatar
    testing: show in-progress tests upon SIGINT · 11c61eb6
    Meir Fischer authored
    Because of parallel tests, which have stalled executions, the RUN
    output of a test can be much earlier than its completion output resulting
    in hard-to-read verbose output.
    
    The tests are displayed in the order in which the output shows
    that they began, to make it easy to line up with the "RUN" output.
    Similarly, the definitions of when tests begin and complete is
    determined by when RUN and FAIL/SKIP/PASS are output since the
    focus of this code is on enhancing readability.
    
    Fixes #19397
    
    Change-Id: I4d0ca3fd268b620484e7a190117f79a33b3dc461
    Reviewed-on: https://go-review.googlesource.com/44352
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    11c61eb6
Name
Last commit
Last update
..
internal/testdeps Loading commit data...
iotest Loading commit data...
quick Loading commit data...
allocs.go Loading commit data...
allocs_test.go Loading commit data...
benchmark.go Loading commit data...
benchmark_test.go Loading commit data...
cover.go Loading commit data...
example.go Loading commit data...
export_test.go Loading commit data...
helper_test.go Loading commit data...
helperfuncs_test.go Loading commit data...
match.go Loading commit data...
match_test.go Loading commit data...
sub_test.go Loading commit data...
testing.go Loading commit data...
testing_test.go Loading commit data...