diff options
author | Michael Halkenhäuser <MichaelGerald.Halkenhauser@amd.com> | 2025-08-22 20:23:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-22 20:23:09 +0200 |
commit | e1468558af1e0ce66ed89d98de5c0dbc3ec94028 (patch) | |
tree | 9857568e4d9ff259624bf67dd8d9ce4c18a53e2f /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp | |
parent | 5da9fde2009187e2b522396721bd08bc0681b8eb (diff) | |
download | llvm-e1468558af1e0ce66ed89d98de5c0dbc3ec94028.zip llvm-e1468558af1e0ce66ed89d98de5c0dbc3ec94028.tar.gz llvm-e1468558af1e0ce66ed89d98de5c0dbc3ec94028.tar.bz2 |
[OpenMP][omptest] Enforce test case order for 'standalone' build (#154977)
Note: this only applies to 'standalone' builds, i.e. when:
LIBOMPTEST_BUILD_STANDALONE evaluates to 'ON'.
Use std::vector<std::pair<std::string, TestSuite>> instead of a
std::map.
Background:
In some cases it could happen that the test execution order would change
vs. the order of appearance.
This can lead to suite failures when e.g. testing for device
initialization because it is performed by the first executed test case.
By storing the test suites and cases in order of appearance this issue
is avoided. (So far GoogleTest has behaved in the same way.)
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions