Black Lives Matter. Support the Equal Justice Initiative.

Text file src/cmd/go/testdata/script/mod_list_compiled_concurrent.txt

Documentation: cmd/go/testdata/script

     1  env GO111MODULE=on
     2  
     3  [short] skip
     4  
     5  # Regression test for golang.org/issue/29667:
     6  # spurious 'failed to cache compiled Go files' errors.
     7  # This test failed reliably when run with -count=10
     8  # on a Linux workstation.
     9  
    10  env GOCACHE=$WORK/gocache
    11  mkdir $GOCACHE
    12  
    13  go list -json -compiled -test=false -export=false -deps=true -- . &
    14  go list -json -compiled -test=false -export=false -deps=true -- . &
    15  go list -json -compiled -test=false -export=false -deps=true -- . &
    16  go list -json -compiled -test=false -export=false -deps=true -- . &
    17  go list -json -compiled -test=false -export=false -deps=true -- . &
    18  go list -json -compiled -test=false -export=false -deps=true -- . &
    19  go list -json -compiled -test=false -export=false -deps=true -- . &
    20  go list -json -compiled -test=false -export=false -deps=true -- . &
    21  go list -json -compiled -test=false -export=false -deps=true -- . &
    22  go list -json -compiled -test=false -export=false -deps=true -- . &
    23  go list -json -compiled -test=false -export=false -deps=true -- . &
    24  go list -json -compiled -test=false -export=false -deps=true -- . &
    25  go list -json -compiled -test=false -export=false -deps=true -- . &
    26  go list -json -compiled -test=false -export=false -deps=true -- . &
    27  go list -json -compiled -test=false -export=false -deps=true -- . &
    28  go list -json -compiled -test=false -export=false -deps=true -- . &
    29  go list -json -compiled -test=false -export=false -deps=true -- . &
    30  go list -json -compiled -test=false -export=false -deps=true -- . &
    31  go list -json -compiled -test=false -export=false -deps=true -- . &
    32  go list -json -compiled -test=false -export=false -deps=true -- . &
    33  
    34  wait
    35  
    36  -- go.mod --
    37  module sandbox/bar
    38  -- bar.go --
    39  package bar
    40  
    41  import "C"
    42  

View as plain text