This is an archive of the discontinued LLVM Phabricator instance.

[lit] Fix failed tests to be recorded to .lit_test_times.txt
AbandonedPublic

Authored by picsel2 on Mar 4 2022, 9:05 AM.

Details

Reviewers
davezarzycki
Summary

Currently lit "forgets" that a test has failed, which the breaks the smart order option (probably the incremental option, too). This patch fixes the recording of failing tests by saving the negative time in .lit_test_times.txt.

Diff Detail

Event Timeline

picsel2 created this revision.Mar 4 2022, 9:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2022, 9:05 AM
Herald added a subscriber: delcypher. · View Herald Transcript
picsel2 requested review of this revision.Mar 4 2022, 9:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2022, 9:05 AM
picsel2 abandoned this revision.Aug 8 2022, 12:27 PM

This is fixed with https://reviews.llvm.org/D130570 by now.