qt6-bb10/tests/auto/corelib/io
Łukasz Matysiak 03ada21195 Use /tmp to test eq operator of qdir
The test checks if two paths test equal if they are pointing to the same
place, but one of them is not a canonical path.
Example of such paths: /tmp/.. and /

The test assumes that /usr is an existing directory on platforms other
than win, haiku and android.
The reason /usr is used instead of /tmp is that /tmp is a symlink on
macos and that interferes with the test (as described in 0b67ad9d).
However /usr does not exist on VxWorks (unless created by the user).

/tmp can (and is in our CI env) enabled by turning on the
INCLUDE_TMP_DIR component.

Solve the problem by using /tmp instead of /usr on vxworks.

Pick-to: 6.7
Task-number: QTBUG-115777
Change-Id: I98b0d46d1b879f404c0b5bd655031e7c3f19ba33
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 70e2fe2bba71ea0a4d1d1e533c1130c97f77df55)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-06-11 13:13:45 +00:00
..
largefile Limit size of large files test for VxWorks 2024-05-16 14:04:41 +02:00
qabstractfileengine wasm: qabstractfileengine test fails on wasm/windows 2024-04-21 20:52:40 +02:00
qbuffer Change license for tests files 2024-02-04 09:56:42 +01:00
qdataurl Change license for tests files 2024-02-04 09:56:42 +01:00
qdebug Change license for tests files 2024-02-04 09:56:42 +01:00
qdir Use /tmp to test eq operator of qdir 2024-06-11 13:13:45 +00:00
qdiriterator Disable copy and move of QAbstractFileEngineHandler 2024-04-19 13:56:35 +02:00
qdirlisting QDirListing: extend unittests to using the class with STL algorithms 2024-05-31 20:30:52 +03:00
qfile Disable copy and move of QAbstractFileEngineHandler 2024-04-19 13:56:35 +02:00
qfileinfo Make tst_QFileInfo::setFileTimes more robust 2024-05-16 08:51:53 +02:00
qfileselector wasm: Enable fileselector test 2024-04-18 12:31:17 +02:00
qfilesystementry Change license for tests files 2024-02-04 09:56:42 +01:00
qfilesystemmetadata Change license for tests files 2024-02-04 09:56:42 +01:00
qfilesystemwatcher Fix tst_QFileSysteMWatcher::basicTest on VxWorks 2024-05-15 18:22:39 +02:00
qiodevice Tests: check the output of QFile::open 2024-03-27 04:24:11 +01:00
qipaddress Change license for tests files 2024-02-04 09:56:42 +01:00
qlockfile Change license for tests files 2024-02-04 09:56:42 +01:00
qloggingcategory Change license for tests files 2024-02-04 09:56:42 +01:00
qloggingregistry Change license for tests files 2024-02-04 09:56:42 +01:00
qnodebug Change license for tests files 2024-02-04 09:56:42 +01:00
qprocess tst_qprocess: Add crash helper for MSVC ARM64 2024-06-04 11:19:01 +00:00
qprocess-noapplication Change license for tests files 2024-02-04 09:56:42 +01:00
qprocessenvironment Skip tst_QProcessEnvironment::systemEnvironment on VxWorks 2024-05-28 15:22:20 +02:00
qresourceengine Add copyright and licensing to .cpp and .h files missing them 2024-05-28 09:47:01 +02:00
qsavefile QSaveFile: don't reset fileEngine after commit() 2024-04-26 18:19:39 +02:00
qsettings Remove extra semi-colons 2024-02-06 20:17:18 +09:00
qstandardpaths wasm: Enable qstandardpaths test 2024-05-06 16:01:28 +02:00
qstorageinfo QStorageInfo/Linux: use the mount ID to match paths to mountinfo lines 2024-06-01 08:36:02 -03:00
qtemporarydir tst_qtemporarydir: refactor a test 2024-03-21 05:49:54 +02:00
qtemporaryfile tests: Fix tst_qtemporaryfile to use temporary file 2024-05-29 15:24:25 +03:00
qurl QUrl: distinguish empty and null host/authority 2024-05-14 11:00:11 -07:00
qurlinternal Change license for tests files 2024-02-04 09:56:42 +01:00
qurlquery QTest: rip out qxp::function_ref from compare_helper() 2024-04-26 18:19:36 +02:00
qurluts46 QUrl IDNA: Update to Unicode 15.1 2024-02-08 17:43:58 +01:00
qzip Change license for tests files 2024-02-04 09:56:42 +01:00
CMakeLists.txt Exclude VxWorks from qstorageinfo tests 2024-05-16 21:36:03 +02:00