Text file src/cmd/internal/test2json/testdata/issue23920.json

     1  {"Action":"start"}
     2  {"Action":"run","Test":"TestWithColons"}
     3  {"Action":"output","Test":"TestWithColons","Output":"=== RUN   TestWithColons\n"}
     4  {"Action":"run","Test":"TestWithColons/[::1]"}
     5  {"Action":"output","Test":"TestWithColons/[::1]","Output":"=== RUN   TestWithColons/[::1]\n"}
     6  {"Action":"run","Test":"TestWithColons/127.0.0.1:0"}
     7  {"Action":"output","Test":"TestWithColons/127.0.0.1:0","Output":"=== RUN   TestWithColons/127.0.0.1:0\n"}
     8  {"Action":"output","Test":"TestWithColons","Output":"--- PASS: TestWithColons (0.00s)\n"}
     9  {"Action":"output","Test":"TestWithColons/[::1]","Output":"    --- PASS: TestWithColons/[::1] (0.00s)\n"}
    10  {"Action":"pass","Test":"TestWithColons/[::1]"}
    11  {"Action":"output","Test":"TestWithColons/127.0.0.1:0","Output":"    --- PASS: TestWithColons/127.0.0.1:0 (0.00s)\n"}
    12  {"Action":"pass","Test":"TestWithColons/127.0.0.1:0"}
    13  {"Action":"pass","Test":"TestWithColons"}
    14  {"Action":"output","Output":"PASS\n"}
    15  {"Action":"pass"}
    16  

View as plain text