From dfc44997351a65b44f1c0df0fd03e9614e2e3bba Mon Sep 17 00:00:00 2001 From: Alexis Menard Date: Mon, 15 Jun 2009 13:48:27 +0200 Subject: Deactivate the low level POSIX bench on Windows --- tests/benchmarks/qdir/tst_qdir.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/benchmarks/qdir/tst_qdir.cpp b/tests/benchmarks/qdir/tst_qdir.cpp index c95ff96..6405645 100644 --- a/tests/benchmarks/qdir/tst_qdir.cpp +++ b/tests/benchmarks/qdir/tst_qdir.cpp @@ -73,6 +73,7 @@ private slots: } } } +#ifndef Q_OS_WIN void testLowLevel() { QDir testdir(QDir::tempPath() + QLatin1String("/test_speed")); DIR *dir = opendir(qPrintable(testdir.absolutePath())); @@ -90,6 +91,7 @@ private slots: } closedir(dir); } +#endif }; QTEST_MAIN(Test) -- cgit v0.12