qt6-bb10/tests/auto/corelib
Ulf Hermann 4912903e37 Endian: Remove old special integer bitfields
The only way to use them was to put them in a union and then write all
the members of the union to set the various bit ranges. As only one
member of a union can be active at any time, the compiler is free to
optimize those writes away, though. This has started happening in the
wild now.

As we have a replacement, we can remove the old and broken code now.

Task-number: QTBUG-99545
Change-Id: I90718ec06662258d1c15220f54da9eed2186c5a5
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2022-06-16 06:12:27 +00:00
..
animation Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
global Endian: Remove old special integer bitfields 2022-06-16 06:12:27 +00:00
io tst_QResourceManager: extend the test to cover open files 2022-06-14 03:30:48 +02:00
itemmodels Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
kernel Add compile-time generation of JNI class names 2022-05-27 22:27:13 +02:00
mimetypes Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
platform Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
plugin Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
serialization Increase timeout of slow test for ASAN-enabled build 2022-06-15 23:58:16 +02:00
text QStringConverter: fix use-after-free in the stack in the test 2022-06-15 15:43:32 -07:00
thread Fix typos in docs and comments 2022-06-15 21:31:02 +02:00
time Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
tools Increase timeout of slow test for ASAN-enabled build 2022-06-15 23:58:16 +02:00
CMakeLists.txt Add tests for QAndroidApplication's sdkVersion and activity 2021-05-13 01:41:36 +03:00