qt6-bb10/tests/auto/corelib
Thiago Macieira b3eb951d18 QStorageInfo/Linux: switch the non-Android version to also use statfs()
It's the actual system call on Linux, inspired by the 4.4BSD call of the
same name (and our BSD code also uses statfs(), except for NetBSD, but
it probably could use statfs() there too). statvfs() wasn't introduced
until POSIX.1-2001, though glibc added it in 1998 for version 2.1 and
Bionic only for NDK version 19 in 2019.

So we could merge the Android code to the POSIX version, but it's easier
to merge the non-Android code to the raw system call.

Change-Id: I8f3ce163ccc5408cac39fffd178dbd83567a78d5
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2023-11-17 15:36:37 -07:00
..
animation QSequentialAnimationGroup: extend bindable property unit tests 2023-09-03 18:20:21 +02:00
global tst_qxp_is_virtual_base_of: disable all warnings for GCC < 10 2023-11-13 18:42:01 +00:00
io QStorageInfo/Linux: switch the non-Android version to also use statfs() 2023-11-17 15:36:37 -07:00
ipc QSharedMemory: fix attach() -> create() for non-legacy SystemV mode 2023-11-08 15:56:54 +01:00
itemmodels Q(Persistent)ModelIndex: use new test framework for op== 2023-11-13 17:35:54 +02:00
kernel JNI: Add convenience overloads for registerNativeMethods 2023-11-13 22:35:27 +01:00
mimetypes QMimeDatabase: handle buggy type definitions with circular inheritance 2023-11-17 02:50:11 +00:00
platform Blacklist tst_Android::orientationChange because it's flaky 2023-11-16 20:22:38 +01:00
plugin tst_QFactoryLoader: remove unused member variable 2023-11-13 19:42:00 +01:00
serialization wasm: Fix test runner for asynchronous tests 2023-10-26 13:43:39 +02:00
text Improve tst_QStringConverter::encodingForName_data() 2023-11-13 19:42:01 +01:00
thread wasm: Fix test runner for asynchronous tests 2023-10-26 13:43:39 +02:00
time TestLib: provide helper functions to test relational operators 2023-11-13 16:35:54 +01:00
tools Add QUniqueHandle - a general purpose RAII wrapper for non-memory types 2023-11-15 05:01:51 +01:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00