On Monday 13 July 2015 14:48:40 Thiago Macieira wrote:
> This test began failing about a week ago, for no apparent reason. I don't
> think it's a Qt issue, but more of a CI issue.
> 
> It's failing on:
> 
> FAIL!  : tst_QMimeDatabase::initTestCase() 'm_temporaryDir.isValid()'
> returned FALSE. ()
> c:
> \work\build\qt\qtbase\tests\auto\corelib\mimetypes\qmimedatabase\qmimedataba
> se- xml\../tst_qmimedatabase.cpp(84) : failure location
> 
> Since m_temporaryDir is default-constructed, this implies somehow that
> C:\temp or C:\tmp is not writeable.
> 
> Can someone look into this?

I've added a change to get a little more information:
        https://codereview.qt-project.org/121374

But my guess is that this is a disk full error, so the change above won't 
catch it.

This will, but it's for 5.6:
        https://codereview.qt-project.org/121375

Note that tst_qfileinfo failed under identical conditions, so the problem has 
nothing to do with MIME databases, but just creating directories.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to