qt6-bb10/tests/auto/corelib/plugin
Thiago Macieira 935562a77b QTemporaryFile(Name): don't make the path absolute on generation
I need to use QTemporaryFileName in a context where absolute paths are
not allowed because they change the behavior of the system call (the
-at() POSIX system calls); see next commit. This required a fix to a
seemingly unrelated test, which depended on the absolute path, because
QPluginLoader and QLibrary assume a file name with no path components
imply "search the standard places".

[ChangeLog][Important Behavior Changes][QTemporaryFile] This class will
now return relative file paths in fileName() if the file template was
also a relative path (it used to always return an absolute path). The
temporary files are still created in the same directory; this change
only affects the length of the path the function returns.

Change-Id: I79e700614d034281bf55fffd178f65f2b3d602d8
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2023-10-26 11:36:46 -07:00
..
qfactoryloader CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
qlibrary QLibrary: make isLoaded() report whether this object has load()ed 2023-07-10 09:53:53 -07:00
qplugin CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
qpluginloader QTemporaryFile(Name): don't make the path absolute on generation 2023-10-26 11:36:46 -07:00
quuid QUuid: convert bswap(Id128Bytes) to a hidden friend of Id128Bytes 2023-08-18 18:00:09 +02:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00