qt5base-lts/tests/benchmarks/corelib/tools
Edward Welbourne 406bb11a4e Suppress a broken benchmark comparing QVector to std::vector
The test constructs an ersatz object with which to overwrite a
QVector's internals, but based it on Qt 5's memory layout. Since Qt 6
completely rearranged that memory layout, the test now crashes (or, in
a debug build, trips over an out-of-bounds assertion).

So suppress the test until those who perpetrated it and/or the
reworking of QVector's internals can work out how to fix it.
That way, QA can at least run the benchmark without crashing.

Task-number: QTBUG-95061
Pick-to: 6.2
Change-Id: I0e8c8d58f2002497f6e29d0ad25f840e207704a4
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2021-07-19 18:55:51 +02:00
..
containers-associative Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
containers-sequential Fix some warnings 2021-03-29 16:06:25 +02:00
qcontiguouscache Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
qcryptographichash Fix some warnings 2021-03-29 16:06:25 +02:00
qhash Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
qlist Limit some QList benchmark data-set sizes to avoid time-outs 2021-07-15 17:06:54 +02:00
qmap Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
qrect Fix some warnings 2021-03-29 16:06:25 +02:00
qringbuffer Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
qset Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
qstack Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
qvector Suppress a broken benchmark comparing QVector to std::vector 2021-07-19 18:55:51 +02:00
CMakeLists.txt Purge qalgorithm.h of deprecated API 2020-08-28 21:22:32 +02:00