[Qt-interest] directFB and Qt auto tests

Holger Freyther holger at freyther.de
Fri Sep 30 21:01:28 CEST 2011


Hi,

I have moved some parts of the gfxdrivers/directFB implementation of
QPixmapData to the directFB lighthouse plugin and while running the
unit tests I noticed that tst_QPixmap::loadAsBitmapOrPixmap was failing
and that test will probably fail for gfxdrivers/directfb right now.

The test is testing that QPixmap::fromFile("foo") will try to load
foo.png (appending the extension suffix to the string), but the directFB
plugin is doing a simple:

if (!QFile::exists(filename))
  return false;

My question right now is if anyone cares about it? if someone has ran
the Qt unit tests on QWS/directfb?


holger




More information about the Qt-interest-old mailing list