wasm: Skip tst_QDir::mkdirOnSymlink
Skip this test temporarily to enable upgrading Emscripten to 4.0.7. Change-Id: Ieb01a3d3d231828a127c5d7c1866cab547e22fb6 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> Reviewed-by: Even Oscar Andersen <even.oscar.andersen@qt.io>
This commit is contained in:
parent
a0c0d40842
commit
fcb89d1560
@ -423,7 +423,7 @@ void tst_QDir::mkdirRmdir()
|
|||||||
|
|
||||||
void tst_QDir::mkdirOnSymlink()
|
void tst_QDir::mkdirOnSymlink()
|
||||||
{
|
{
|
||||||
#if !defined(Q_OS_UNIX) || defined(Q_NO_SYMLINKS) || defined(Q_OS_INTEGRITY)
|
#if !defined(Q_OS_UNIX) || defined(Q_NO_SYMLINKS) || defined(Q_OS_INTEGRITY) || defined(Q_OS_WASM)
|
||||||
QSKIP("Test only valid on an OS that supports symlinks");
|
QSKIP("Test only valid on an OS that supports symlinks");
|
||||||
#else
|
#else
|
||||||
// Create the structure:
|
// Create the structure:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user