Summary
The compiler version check wouldn't make sense for non-GCC
compilers, so check for the compiler too.
Paths
| Differential D143656
[lldb][Test] Check compiler in data formatter compiler version checks ClosedPublic Authored by Michael137 on Feb 9 2023, 8:02 AM.
Details Summary Summary The compiler version check wouldn't make sense for non-GCC
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 9 2023, 11:26 AM Michael137 retitled this revision from [lldb][Test] Check compiler in data forammter compiler version checks to [lldb][Test] Check compiler in data formatter compiler version checks.Feb 9 2023, 5:27 PM Closed by commit rGad81d019a62d: [lldb][Test] Check compiler in data forammter compiler version checks (authored by Michael137). · Explain WhyFeb 9 2023, 5:37 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 496297 lldb/test/API/commands/expression/import-std-module/deque-basic/TestDequeFromStdModule.py
lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py
lldb/test/API/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardListFromStdModule.py
lldb/test/API/commands/expression/import-std-module/forward_list/TestForwardListFromStdModule.py
lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py
lldb/test/API/commands/expression/import-std-module/list/TestListFromStdModule.py
lldb/test/API/commands/expression/import-std-module/non-module-type-separation/TestNonModuleTypeSeparation.py
lldb/test/API/commands/expression/import-std-module/queue/TestQueueFromStdModule.py
lldb/test/API/commands/expression/import-std-module/retry-with-std-module/TestRetryWithStdModule.py
lldb/test/API/commands/expression/import-std-module/unique_ptr-dbg-info-content/TestUniquePtrDbgInfoContent.py
lldb/test/API/commands/expression/import-std-module/unique_ptr/TestUniquePtrFromStdModule.py
lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py
lldb/test/API/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/shared_ptr/TestDataFormatterLibcxxSharedPtr.py
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string_view/TestDataFormatterLibcxxStringView.py
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unique_ptr/TestDataFormatterLibcxxUniquePtr.py
|