tests/benchmarks/gui/graphicsview/qgraphicsview/tst_qgraphicsview.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
   412     QTest::newRow("translate, opengl, antialias") << true << true << 2;
   412     QTest::newRow("translate, opengl, antialias") << true << true << 2;
   413 }
   413 }
   414 
   414 
   415 void tst_QGraphicsView::chipTester()
   415 void tst_QGraphicsView::chipTester()
   416 {
   416 {
       
   417 #ifdef Q_WS_WINCE_WM 
       
   418 QSKIP("WinCE WM: Fails on Windows Mobile w/o OpenGL", SkipAll);
       
   419 #endif
   417     QFETCH(bool, antialias);
   420     QFETCH(bool, antialias);
   418     QFETCH(bool, opengl);
   421     QFETCH(bool, opengl);
   419     QFETCH(int, operation);
   422     QFETCH(int, operation);
   420 
   423 
   421     ChipTester tester;
   424     ChipTester tester;