github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/modules/logger/parser/fixtures/failing_example_expected/summary.log (about)

     1  --- PASS: TestRemoveDedentedTestResultMarkers (0.00s)
     2  --- PASS: TestRemoveDedentedTestResultMarkersEmpty (0.00s)
     3  --- PASS: TestRemoveDedentedTestResultMarkersAll (0.00s)
     4  --- FAIL: TestBasicExample (0.00s)
     5  --- FAIL: TestPanicExample (0.00s)
     6  --- FAIL: TestRealWorldExample (0.00s)
     7  --- PASS: TestStackPush (0.00s)
     8  --- PASS: TestGetTestNameFromStatusLine (0.00s)
     9      --- PASS: TestGetTestNameFromStatusLine/BaseCase (0.00s)
    10      --- PASS: TestGetTestNameFromStatusLine/Indented (0.00s)
    11      --- PASS: TestGetTestNameFromStatusLine/SpecialChars (0.00s)
    12      --- PASS: TestGetTestNameFromStatusLine/WhenPaused (0.00s)
    13      --- PASS: TestGetTestNameFromStatusLine/WhenCont (0.00s)
    14  --- PASS: TestIsStatusLine (0.00s)
    15      --- PASS: TestIsStatusLine/BaseCase (0.00s)
    16      --- PASS: TestIsStatusLine/Indented (0.00s)
    17      --- PASS: TestIsStatusLine/SpecialChars (0.00s)
    18      --- PASS: TestIsStatusLine/WhenPaused (0.00s)
    19      --- PASS: TestIsStatusLine/WhenCont (0.00s)
    20      --- PASS: TestIsStatusLine/NonStatusLine (0.00s)
    21  --- PASS: TestIsEmpty (0.00s)
    22  --- PASS: TestPeekEmpty (0.00s)
    23  --- PASS: TestPeek (0.00s)
    24  --- PASS: TestGetTestNameFromResultLine (0.00s)
    25      --- PASS: TestGetTestNameFromResultLine/BaseCase (0.00s)
    26      --- PASS: TestGetTestNameFromResultLine/Indented (0.00s)
    27      --- PASS: TestGetTestNameFromResultLine/SpecialChars (0.00s)
    28      --- PASS: TestGetTestNameFromResultLine/WhenFailed (0.00s)
    29  --- PASS: TestStackPopEmpty (0.00s)
    30  --- PASS: TestGetIndent (0.00s)
    31      --- PASS: TestGetIndent/BaseCase (0.00s)
    32      --- PASS: TestGetIndent/NoIndent (0.00s)
    33      --- PASS: TestGetIndent/EmptyString (0.00s)
    34      --- PASS: TestGetIndent/Tabs (0.00s)
    35      --- PASS: TestGetIndent/MixTabSpace (0.00s)
    36  --- PASS: TestGetOrCreateChannelReturnsExistingChannel (0.00s)
    37  --- PASS: TestStackPop (0.00s)
    38  --- PASS: TestCloseChannelsClosesAll (0.00s)
    39  --- PASS: TestIsSummaryLine (0.00s)
    40      --- PASS: TestIsSummaryLine/BaseCase (0.00s)
    41      --- PASS: TestIsSummaryLine/NotSummary (0.00s)
    42  --- PASS: TestGetOrCreateChannelCreatesNewChannel (0.00s)
    43  --- PASS: TestIsResultLine (0.00s)
    44      --- PASS: TestIsResultLine/BaseCase (0.00s)
    45      --- PASS: TestIsResultLine/Indented (0.00s)
    46      --- PASS: TestIsResultLine/SpecialChars (0.00s)
    47      --- PASS: TestIsResultLine/WhenFailed (0.00s)
    48      --- PASS: TestIsResultLine/NonResultLine (0.00s)
    49  --- PASS: TestEnsureDirectoryExistsHandlesExistingDirectory (0.00s)
    50  --- PASS: TestIsPanicLine (0.00s)
    51      --- PASS: TestIsPanicLine/BaseCase (0.00s)
    52      --- PASS: TestIsPanicLine/NotPanic (0.00s)
    53  --- PASS: TestEnsureDirectoryExistsCreatesDirectory (0.00s)
    54  --- PASS: TestLogCollectorCreatesAndWritesToFile (1.01s)
    55  --- PASS: TestGetOrCreateChannelSpawnsLogCollectorOnCreate (1.01s)
    56  FAIL
    57  FAIL	github.com/gruntwork-io/terratest/modules/logger/parser	1.020s