This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [test] Don't override config.unsupported in TestCases/Windows
ClosedPublic

Authored by mstorsjo on Apr 15 2023, 3:06 PM.

Details

Summary

This is a leftover from when these tests were added in
2bdca2006941a3a7de8e16ea9af9a758b367ee32 in 2014 (when the toplevel
asan/lit.cfg set "config.unsupported = True" on Windows). When the
common tests were included on Windows in
89d994367a597134fa7e1724314044e217718165 in 2015, that commit should
have removed the now unnecessary "config.unsupported = False" line here.

Diff Detail

Event Timeline

mstorsjo created this revision.Apr 15 2023, 3:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2023, 3:06 PM
Herald added subscribers: Enna1, dberris. · View Herald Transcript
mstorsjo requested review of this revision.Apr 15 2023, 3:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2023, 3:06 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript

Ping; this should be a rather straightforward cleanup of a leftover override.

This revision is now accepted and ready to land.Apr 19 2023, 5:53 AM