[Ci-reports] fail on QtBase_dev_Integration #5735

Qt Continuous Integration System ci-noreply at qt-project.org
Thu Feb 12 18:21:48 CET 2015


Autotest `tst_qimage' failed :(

  Testing tst_QImage
  FAIL!  : tst_QImage::inplaceConversion(Format_RGBA8888_Premultiplied -> RGB16) Compared values are not the same
     Loc: [tst_qimage.cpp(2500)]
  Totals: 615 passed, 1 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QImage *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 6.0 (clang-600.0.54) (Apple))
  PASS   : tst_QImage::initTestCase()
  PASS   : tst_QImage::swap()
  QWARN  : tst_QImage::create() QImage::setColorCount: null image
  PASS   : tst_QImage::create()
  PASS   : tst_QImage::createInvalidXPM()
  PASS   : tst_QImage::createFromUChar()
  PASS   : tst_QImage::formatHandlersInput(ICO)
  PASS   : tst_QImage::formatHandlersInput(PNG)
  PASS   : tst_QImage::formatHandlersInput(GIF)
  PASS   : tst_QImage::formatHandlersInput(BMP)
  PASS   : tst_QImage::formatHandlersInput(JPEG)
  PASS   : tst_QImage::formatHandlersInput(PBM)
  PASS   : tst_QImage::formatHandlersInput(PGM)
  PASS   : tst_QImage::formatHandlersInput(PPM)
  PASS   : tst_QImage::formatHandlersInput(XBM)
  PASS   : tst_QImage::formatHandlersInput(XPM)
  PASS   : tst_QImage::setAlphaChannel(red at 0%, gray)
  PASS   : tst_QImage::setAlphaChannel(red at 25%, gray)
  PASS   : tst_QImage::setAlphaChannel(red at 50%, gray)
  PASS   : tst_QImage::setAlphaChannel(red at 100%, gray)
  PASS   : tst_QImage::setAlphaChannel(red at 0%, 32bit)
  PASS   : tst_QImage::setAlphaChannel(red at 25%, 32bit)
  PASS   : tst_QImage::setAlphaChannel(red at 50%, 32bit)
  PASS   : tst_QImage::setAlphaChannel(red at 100%, 32bit)
  PASS   : tst_QImage::setAlphaChannel(green at 0%, gray)
  PASS   : tst_QImage::setAlphaChannel(green at 25%, gray)
  PASS   : tst_QImage::setAlphaChannel(green at 50%, gray)
  PASS   : tst_QImage::setAlphaChannel(green at 100%, gray)
  PASS   : tst_QImage::setAlphaChannel(green at 0%, 32bit)
  PASS   : tst_QImage::setAlphaChannel(green at 25%, 32bit)
  PASS   : tst_QImage::setAlphaChannel(green at 50%, 32bit)
  PASS   : tst_QImage::setAlphaChannel(green at 100%, 32bit)
  PASS   : tst_QImage::setAlphaChannel(blue at 0%, gray)
  PASS   : tst_QImage::setAlphaChannel(blue at 25%, gray)
  PASS   : tst_QImage::setAlphaChannel(blue at 50%, gray)
  PASS   : tst_QImage::setAlphaChannel(blue at 100%, gray)
  PASS   : tst_QImage::setAlphaChannel(blue at 0%, 32bit)
  PASS   : tst_QImage::setAlphaChannel(blue at 25%, 32bit)
  PASS   : tst_QImage::setAlphaChannel(blue at 50%, 32bit)
  PASS   : tst_QImage::setAlphaChannel(blue at 100%, 32bit)
  PASS   : tst_QImage::alphaChannel()
  PASS   : tst_QImage::convertToFormat(red rgb32 -> argb32)
  PASS   : tst_QImage::convertToFormat(green rgb32 -> argb32)
  PASS   : tst_QImage::convertToFormat(blue rgb32 -> argb32)
  PASS   : tst_QImage::convertToFormat(red rgb32 -> rgb16)
  PASS   : tst_QImage::convertToFormat(green rgb32 -> rgb16)
  PASS   : tst_QImage::convertToFormat(blue rgb32 -> rgb16)
  PASS   : tst_QImage::convertToFormat(funky rgb32 -> rgb16)
  PASS   : tst_QImage::convertToFormat(red rgb32 -> argb32_pm)
  PASS   : tst_QImage::convertToFormat(green rgb32 -> argb32_pm)
  PASS   : tst_QImage::convertToFormat(blue rgb32 -> argb32_pm)
  PASS   : tst_QImage::convertToFormat(semired argb32 -> pm)
  PASS   : tst_QImage::convertToFormat(semigreen argb32 -> pm)
  PASS   : tst_QImage::convertToFormat(semiblue argb32 -> pm)
  PASS   : tst_QImage::convertToFormat(semiwhite argb32 -> pm)
  PASS   : tst_QImage::convertToFormat(semiblack argb32 -> pm)
  PASS   : tst_QImage::convertToFormat(semired pm -> argb32)
  PASS   : tst_QImage::convertToFormat(semigreen pm -> argb32)
  PASS   : tst_QImage::convertToFormat(semiblue pm -> argb32)
  PASS   : tst_QImage::convertToFormat(semiwhite pm -> argb32)
  PASS   : tst_QImage::convertToFormat(semiblack pm -> argb32)
  PASS   : tst_QImage::convertToFormat(semired pm -> rgb32)
  PASS   : tst_QImage::convertToFormat(semigreen pm -> rgb32)
  PASS   : tst_QImage::convertToFormat(semiblue pm -> rgb32)
  PASS   : tst_QImage::convertToFormat(semiwhite pm -> rgb32)
  PASS   : tst_QImage::convertToFormat(semiblack pm -> rgb32)
  PASS   : tst_QImage::convertToFormat(semired argb32 -> rgb32)
  PASS   : tst_QImage::convertToFormat(semigreen argb32 -> rgb32)
  PASS   : tst_QImage::convertToFormat(semiblue argb32 -> rgb32)
  PASS   : tst_QImage::convertToFormat(semiwhite argb -> rgb32)
  PASS   : tst_QImage::convertToFormat(semiblack argb -> rgb32)
  PASS   : tst_QImage::convertToFormat(black mono -> rgb32)
  PASS   : tst_QImage::convertToFormat(white mono -> rgb32)
  PASS   : tst_QImage::convertToFormat(red rgb16 -> argb32)
  PASS   : tst_QImage::convertToFormat(green rgb16 -> argb32)
  PASS   : tst_QImage::convertToFormat(blue rgb16 -> argb32)
  PASS   : tst_QImage::convertToFormat(red rgb16 -> rgb16)
  PASS   : tst_QImage::convertToFormat(green rgb16 -> rgb16)
  PASS   : tst_QImage::convertToFormat(blue rgb16 -> rgb16)
  PASS   : tst_QImage::convertToFormat(semired argb32 -> rgb16)
  PASS   : tst_QImage::convertToFormat(semigreen argb32 -> rgb16)
  PASS   : tst_QImage::convertToFormat(semiblue argb32 -> rgb16)
  PASS   : tst_QImage::convertToFormat(semired pm -> rgb16)
  PASS   : tst_QImage::convertToFormat(semigreen pm -> rgb16)
  PASS   : tst_QImage::convertToFormat(semiblue pm -> rgb16)
  PASS   : tst_QImage::convertToFormat(semiwhite pm -> rgb16)
  PASS   : tst_QImage::convertToFormat(semiblack pm -> rgb16)
  PASS   : tst_QImage::convertToFormat(mono -> mono lsb)
  PASS   : tst_QImage::convertToFormat(mono lsb -> mono)
  PASS   : tst_QImage::convertToFormat(red rgb32 -> rgb666)
  PASS   : tst_QImage::convertToFormat(green rgb32 -> rgb666)
  PASS   : tst_QImage::convertToFormat(blue rgb32 -> rgb666)
  PASS   : tst_QImage::convertToFormat(red rgb16 -> rgb666)
  PASS   : tst_QImage::convertToFormat(green rgb16 -> rgb666)
  PASS   : tst_QImage::convertToFormat(blue rgb16 -> rgb666)
  PASS   : tst_QImage::convertToFormat(red rgb32 -> rgb15)
  PASS   : tst_QImage::convertToFormat(green rgb32 -> rgb15)
  PASS   : tst_QImage::convertToFormat(blue rgb32 -> rgb15)
  PASS   : tst_QImage::convertToFormat(funky rgb32 -> rgb15)
  PASS   : tst_QImage::convertToFormat(red rgb16 -> rgb15)
  PASS   : tst_QImage::convertToFormat(green rgb16 -> rgb15)
  PASS   : tst_QImage::convertToFormat(blue rgb16 -> rgb15)
  PASS   : tst_QImage::convertToFormat(funky rgb16 -> rgb15)
  PASS   : tst_QImage::convertToFormat(red rgb32 -> argb8565)
  PASS   : tst_QImage::convertToFormat(green rgb32 -> argb8565)
  PASS   : tst_QImage::convertToFormat(blue rgb32 -> argb8565)
  PASS   : tst_QImage::convertToFormat(red rgb16 -> argb8565)
  PASS   : tst_QImage::convertToFormat(green rgb16 -> argb8565)
  PASS   : tst_QImage::convertToFormat(blue rgb16 -> argb8565)
  PASS   : tst_QImage::convertToFormat(red argb8565 -> argb32)
  PASS   : tst_QImage::convertToFormat(green argb8565 -> argb32)
  PASS   : tst_QImage::convertToFormat(blue argb8565 -> argb32)
  PASS   : tst_QImage::convertToFormat(semired argb32 -> argb8565)
  PASS   : tst_QImage::convertToFormat(semigreen argb32 -> argb8565)
  PASS   : tst_QImage::convertToFormat(semiblue argb32 -> argb8565)
  PASS   : tst_QImage::convertToFormat(semired pm -> argb8565)
  PASS   : tst_QImage::convertToFormat(semigreen pm -> argb8565)
  PASS   : tst_QImage::convertToFormat(semiblue pm -> argb8565)
  PASS   : tst_QImage::convertToFormat(semiwhite pm -> argb8565)
  PASS   : tst_QImage::convertToFormat(semiblack pm -> argb8565)
  PASS   : tst_QImage::convertToFormat(red rgb666 -> argb32)
  PASS   : tst_QImage::convertToFormat(green rgb666 -> argb32)
  PASS   : tst_QImage::convertToFormat(blue rgb666 -> argb32)
  PASS   : tst_QImage::convertToFormat(semired argb32 -> rgb666)
  PASS   : tst_QImage::convertToFormat(semigreen argb32 -> rgb666)
  PASS   : tst_QImage::convertToFormat(semiblue argb32 -> rgb666)
  PASS   : tst_QImage::convertToFormat(semired pm -> rgb666)
  PASS   : tst_QImage::convertToFormat(semigreen pm -> rgb666)
  PASS   : tst_QImage::convertToFormat(semiblue pm -> rgb666)
  PASS   : tst_QImage::convertToFormat(semiwhite pm -> rgb666)
  PASS   : tst_QImage::convertToFormat(semiblack pm -> rgb666)
  PASS   : tst_QImage::convertToFormat(red rgb15 -> argb32)
  PASS   : tst_QImage::convertToFormat(green rgb15 -> argb32)
  PASS   : tst_QImage::convertToFormat(blue rgb15 -> argb32)
  PASS   : tst_QImage::convertToFormat(semired argb32 -> rgb15)
  PASS   : tst_QImage::convertToFormat(semigreen argb32 -> rgb15)
  PASS   : tst_QImage::convertToFormat(semiblue argb32 -> rgb15)
  PASS   : tst_QImage::convertToFormat(semired pm -> rgb15)
  PASS   : tst_QImage::convertToFormat(semigreen pm -> rgb15)
  PASS   : tst_QImage::convertToFormat(semiblue pm -> rgb15)
  PASS   : tst_QImage::convertToFormat(semiwhite pm -> rgb15)
  PASS   : tst_QImage::convertToFormat(semiblack pm -> rgb15)
  PASS   : tst_QImage::convertToFormat(red rgb32 -> argb8555)
  PASS   : tst_QImage::convertToFormat(green rgb32 -> argb8555)
  PASS   : tst_QImage::convertToFormat(blue rgb32 -> argb8555)
  PASS   : tst_QImage::convertToFormat(red rgb16 -> argb8555)
  PASS   : tst_QImage::convertToFormat(green rgb16 -> argb8555)
  PASS   : tst_QImage::convertToFormat(blue rgb16 -> argb8555)
  PASS   : tst_QImage::convertToFormat(red argb8555 -> argb32)
  PASS   : tst_QImage::convertToFormat(green argb8555 -> argb32)
  PASS   : tst_QImage::convertToFormat(blue argb8555 -> argb32)
  PASS   : tst_QImage::convertToFormat(semired argb32 -> argb8555)
  PASS   : tst_QImage::convertToFormat(semigreen argb32 -> argb8555)
  PASS   : tst_QImage::convertToFormat(semiblue argb32 -> argb8555)
  PASS   : tst_QImage::convertToFormat(semired pm -> argb8555)
  PASS   : tst_QImage::convertToFormat(semigreen pm -> argb8555)
  PASS   : tst_QImage::convertToFormat(semiblue pm -> argb8555)
  PASS   : tst_QImage::convertToFormat(semiwhite pm -> argb8555)
  PASS   : tst_QImage::convertToFormat(semiblack pm -> argb8555)
  PASS   : tst_QImage::convertToFormat(red rgb32 -> rgb888)
  PASS   : tst_QImage::convertToFormat(green rgb32 -> rgb888)
  PASS   : tst_QImage::convertToFormat(blue rgb32 -> rgb888)
  PASS   : tst_QImage::convertToFormat(red rgb16 -> rgb888)
  PASS   : tst_QImage::convertToFormat(green rgb16 -> rgb888)
  PASS   : tst_QImage::convertToFormat(blue rgb16 -> rgb888)
  PASS   : tst_QImage::convertToFormat(red rgb888 -> argb32)
  PASS   : tst_QImage::convertToFormat(green rgb888 -> argb32)
  PASS   : tst_QImage::convertToFormat(blue rgb888 -> argb32)
  PASS   : tst_QImage::convertToFormat(semired argb32 -> rgb888)
  PASS   : tst_QImage::convertToFormat(semigreen argb32 -> rgb888)
  PASS   : tst_QImage::convertToFormat(semiblue argb32 -> rgb888)
  PASS   : tst_QImage::convertToFormat(semired pm -> rgb888)
  PASS   : tst_QImage::convertToFormat(semigreen pm -> rgb888)
  PASS   : tst_QImage::convertToFormat(semiblue pm -> rgb888)
  PASS   : tst_QImage::convertToFormat(semiwhite pm -> rgb888)
  PASS   : tst_QImage::convertToFormat(semiblack pm -> rgb888)
  PASS   : tst_QImage::convertToFormat(red rgba8888 -> argb32)
  PASS   : tst_QImage::convertToFormat(green rgba8888 -> argb32)
  PASS   : tst_QImage::convertToFormat(blue rgba8888 -> argb32)
  PASS   : tst_QImage::convertToFormat(semired rgba8888 -> argb pm)
  PASS   : tst_QImage::convertToFormat(semigreen rgba8888 -> argb pm)
  PASS   : tst_QImage::convertToFormat(semiblue rgba8888 -> argb pm)
  PASS   : tst_QImage::convertToFormat(semiwhite rgba8888 -> argb pm)
  PASS   : tst_QImage::convertToFormat(semiblack rgba8888 -> argb pm)
  PASS   : tst_QImage::convertToFormat(red rgb30 -> argb32)
  PASS   : tst_QImage::convertToFormat(green rgb30 -> argb32)
  PASS   : tst_QImage::convertToFormat(blue rgb30 -> argb32)
  PASS   : tst_QImage::convertToFormat(white gray8 -> argb pm)
  PASS   : tst_QImage::convertToFormat(gray gray8 -> argb pm)
  PASS   : tst_QImage::convertToFormat(black gray8 -> argb pm)
  PASS   : tst_QImage::convertToFormatRgb888ToRGB32()
  PASS   : tst_QImage::createAlphaMask(x=10, y=100, a1=0, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=10, y=103, a1=0, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=10, y=106, a1=0, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=13, y=100, a1=0, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=13, y=103, a1=0, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=13, y=106, a1=0, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=16, y=100, a1=0, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=16, y=103, a1=0, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=16, y=106, a1=0, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=10, y=100, a1=0, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=10, y=103, a1=0, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=10, y=106, a1=0, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=13, y=100, a1=0, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=13, y=103, a1=0, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=13, y=106, a1=0, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=16, y=100, a1=0, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=16, y=103, a1=0, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=16, y=106, a1=0, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=10, y=100, a1=127, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=10, y=103, a1=127, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=10, y=106, a1=127, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=13, y=100, a1=127, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=13, y=103, a1=127, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=13, y=106, a1=127, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=16, y=100, a1=127, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=16, y=103, a1=127, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=16, y=106, a1=127, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=10, y=100, a1=127, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=10, y=103, a1=127, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=10, y=106, a1=127, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=13, y=100, a1=127, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=13, y=103, a1=127, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=13, y=106, a1=127, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=16, y=100, a1=127, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=16, y=103, a1=127, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=16, y=106, a1=127, a2=255)
  PASS   : tst_QImage::createAlphaMask(x=10, y=100, a1=255, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=10, y=103, a1=255, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=10, y=106, a1=255, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=13, y=100, a1=255, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=13, y=103, a1=255, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=13, y=106, a1=255, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=16, y=100, a1=255, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=16, y=103, a1=255, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=16, y=106, a1=255, a2=0)
  PASS   : tst_QImage::createAlphaMask(x=10, y=100, a1=255, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=10, y=103, a1=255, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=10, y=106, a1=255, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=13, y=100, a1=255, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=13, y=103, a1=255, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=13, y=106, a1=255, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=16, y=100, a1=255, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=16, y=103, a1=255, a2=127)
  PASS   : tst_QImage::createAlphaMask(x=16, y=106, a1=255, a2=127)
  PASS   : tst_QImage::createHeuristicMask()
  PASS   : tst_QImage::dotsPerMeterZero()
  PASS   : tst_QImage::dotsPerMeterAndDpi()
  PASS   : tst_QImage::convertToFormatPreserveDotsPrMeter()
  PASS   : tst_QImage::convertToFormatPreserveText()
  PASS   : tst_QImage::rotate(0 Format_RGB32)
  PASS   : tst_QImage::rotate(0 Format_ARGB32)
  PASS   : tst_QImage::rotate(0 Format_ARGB32_Premultiplied)
  PASS   : tst_QImage::rotate(0 Format_RGB16)
  PASS   : tst_QImage::rotate(0 Format_ARGB8565_Premultiplied)
  PASS   : tst_QImage::rotate(0 Format_RGB666)
  PASS   : tst_QImage::rotate(0 Format_RGB555)
  PASS   : tst_QImage::rotate(0 Format_ARGB8555_Premultiplied)
  PASS   : tst_QImage::rotate(0 Format_RGB888)
  PASS   : tst_QImage::rotate(0 Format_Indexed8)
  PASS   : tst_QImage::rotate(0 Format_RGBX8888)
  PASS   : tst_QImage::rotate(0 Format_RGBA8888_Premultiplied)
  PASS   : tst_QImage::rotate(0 Format_Alpha8)
  PASS   : tst_QImage::rotate(0 Format_Grayscale8)
  PASS   : tst_QImage::rotate(90 Format_RGB32)
  PASS   : tst_QImage::rotate(90 Format_ARGB32)
  PASS   : tst_QImage::rotate(90 Format_ARGB32_Premultiplied)
  PASS   : tst_QImage::rotate(90 Format_RGB16)
  PASS   : tst_QImage::rotate(90 Format_ARGB8565_Premultiplied)
  PASS   : tst_QImage::rotate(90 Format_RGB666)
  PASS   : tst_QImage::rotate(90 Format_RGB555)
  PASS   : tst_QImage::rotate(90 Format_ARGB8555_Premultiplied)
  PASS   : tst_QImage::rotate(90 Format_RGB888)
  PASS   : tst_QImage::rotate(90 Format_Indexed8)
  PASS   : tst_QImage::rotate(90 Format_RGBX8888)
  PASS   : tst_QImage::rotate(90 Format_RGBA8888_Premultiplied)
  PASS   : tst_QImage::rotate(90 Format_Alpha8)
  PASS   : tst_QImage::rotate(90 Format_Grayscale8)
  PASS   : tst_QImage::rotate(180 Format_RGB32)
  PASS   : tst_QImage::rotate(180 Format_ARGB32)
  PASS   : tst_QImage::rotate(180 Format_ARGB32_Premultiplied)
  PASS   : tst_QImage::rotate(180 Format_RGB16)
  PASS   : tst_QImage::rotate(180 Format_ARGB8565_Premultiplied)
  PASS   : tst_QImage::rotate(180 Format_RGB666)
  PASS   : tst_QImage::rotate(180 Format_RGB555)
  PASS   : tst_QImage::rotate(180 Format_ARGB8555_Premultiplied)
  PASS   : tst_QImage::rotate(180 Format_RGB888)
  PASS   : tst_QImage::rotate(180 Format_Indexed8)
  PASS   : tst_QImage::rotate(180 Format_RGBX8888)
  PASS   : tst_QImage::rotate(180 Format_RGBA8888_Premultiplied)
  PASS   : tst_QImage::rotate(180 Format_Alpha8)
  PASS   : tst_QImage::rotate(180 Format_Grayscale8)
  PASS   : tst_QImage::rotate(270 Format_RGB32)
  PASS   : tst_QImage::rotate(270 Format_ARGB32)
  PASS   : tst_QImage::rotate(270 Format_ARGB32_Premultiplied)
  PASS   : tst_QImage::rotate(270 Format_RGB16)
  PASS   : tst_QImage::rotate(270 Format_ARGB8565_Premultiplied)
  PASS   : tst_QImage::rotate(270 Format_RGB666)
  PASS   : tst_QImage::rotate(270 Format_RGB555)
  PASS   : tst_QImage::rotate(270 Format_ARGB8555_Premultiplied)
  PASS   : tst_QImage::rotate(270 Format_RGB888)
  PASS   : tst_QImage::rotate(270 Format_Indexed8)
  PASS   : tst_QImage::rotate(270 Format_RGBX8888)
  PASS   : tst_QImage::rotate(270 Format_RGBA8888_Premultiplied)
  PASS   : tst_QImage::rotate(270 Format_Alpha8)
  PASS   : tst_QImage::rotate(270 Format_Grayscale8)
  PASS   : tst_QImage::copy()
  PASS   : tst_QImage::load()
  PASS   : tst_QImage::loadFromData()
  PASS   : tst_QImage::loadFromDataStream()
  PASS   : tst_QImage::setPixel(ARGB32 red)
  PASS   : tst_QImage::setPixel(ARGB32 green)
  PASS   : tst_QImage::setPixel(ARGB32 blue)
  PASS   : tst_QImage::setPixel(RGB16 red)
  PASS   : tst_QImage::setPixel(RGB16 green)
  PASS   : tst_QImage::setPixel(RGB16 blue)
  PASS   : tst_QImage::setPixel(ARGB8565_Premultiplied red)
  PASS   : tst_QImage::setPixel(ARGB8565_Premultiplied green)
  PASS   : tst_QImage::setPixel(ARGB8565_Premultiplied blue)
  PASS   : tst_QImage::setPixel(RGB666 red)
  PASS   : tst_QImage::setPixel(RGB666 green)
  PASS   : tst_QImage::setPixel(RGB666 blue)
  PASS   : tst_QImage::setPixel(RGB555 red)
  PASS   : tst_QImage::setPixel(RGB555 green)
  PASS   : tst_QImage::setPixel(RGB555 blue)
  PASS   : tst_QImage::setPixel(ARGB8555_Premultiplied red)
  PASS   : tst_QImage::setPixel(ARGB8555_Premultiplied green)
  PASS   : tst_QImage::setPixel(ARGB8555_Premultiplied blue)
  PASS   : tst_QImage::setPixel(RGB888 red)
  PASS   : tst_QImage::setPixel(RGB888 green)
  PASS   : tst_QImage::setPixel(RGB888 blue)
  PASS   : tst_QImage::setPixel(RGBA8888 red)
  PASS   : tst_QImage::setPixel(RGBA8888 green)
  PASS   : tst_QImage::setPixel(RGBA8888 blue)
  PASS   : tst_QImage::setPixel(A2BGR30_Premultiplied red)
  PASS   : tst_QImage::setPixel(A2BGR30_Premultiplied green)
  PASS   : tst_QImage::setPixel(A2BGR30_Premultiplied blue)
  PASS   : tst_QImage::setPixel(RGB30 red)
  PASS   : tst_QImage::setPixel(RGB30 green)
  PASS   : tst_QImage::setPixel(RGB30 blue)
  PASS   : tst_QImage::setColorCount()
  PASS   : tst_QImage::setColor()
  PASS   : tst_QImage::rasterClipping()
  PASS   : tst_QImage::pointOverloads()
  PASS   : tst_QImage::destructor()
  PASS   : tst_QImage::cacheKey()
  PASS   : tst_QImage::smoothScale()
  PASS   : tst_QImage::smoothScale2()
  PASS   : tst_QImage::smoothScale3()
  PASS   : tst_QImage::smoothScaleBig()
  PASS   : tst_QImage::smoothScaleAlpha()
  PASS   : tst_QImage::transformed(Translate)
  PASS   : tst_QImage::transformed(Scale)
  PASS   : tst_QImage::transformed(Rotate 30)
  PASS   : tst_QImage::transformed(Rotate 90)
  PASS   : tst_QImage::transformed(Rotate 180)
  PASS   : tst_QImage::transformed(Rotate 270)
  PASS   : tst_QImage::transformed(Perspective 1)
  PASS   : tst_QImage::transformed(Perspective 2)
  PASS   : tst_QImage::transformed2()
  PASS   : tst_QImage::scaled()
  PASS   : tst_QImage::paintEngine()
  QWARN  : tst_QImage::setAlphaChannelWhilePainting() QImage::setAlphaChannel: Unable to set alpha channel while image is being painted on
  PASS   : tst_QImage::setAlphaChannelWhilePainting()
  PASS   : tst_QImage::smoothScaledSubImage()
  PASS   : tst_QImage::nullSize(null image)
  PASS   : tst_QImage::nullSize(zero-size image)
  PASS   : tst_QImage::premultipliedAlphaConsistency()
  PASS   : tst_QImage::compareIndexed()
  PASS   : tst_QImage::fillColor(Mono, color0)
  PASS   : tst_QImage::fillColor(Mono, color1)
  PASS   : tst_QImage::fillColor(MonoLSB, color0)
  PASS   : tst_QImage::fillColor(MonoLSB, color1)
  PASS   : tst_QImage::fillColor(Indexed8, black)
  PASS   : tst_QImage::fillColor(Indexed8, white)
  PASS   : tst_QImage::fillColor(Indexed8, red)
  PASS   : tst_QImage::fillColor(Indexed8, green)
  PASS   : tst_QImage::fillColor(Indexed8, blue)
  PASS   : tst_QImage::fillColor(RGB32, black)
  PASS   : tst_QImage::fillColor(RGB32, white)
  PASS   : tst_QImage::fillColor(RGB32, red)
  PASS   : tst_QImage::fillColor(RGB32, green)
  PASS   : tst_QImage::fillColor(RGB32, blue)
  PASS   : tst_QImage::fillColor(ARGB32, black)
  PASS   : tst_QImage::fillColor(ARGB32, white)
  PASS   : tst_QImage::fillColor(ARGB32, red)
  PASS   : tst_QImage::fillColor(ARGB32, green)
  PASS   : tst_QImage::fillColor(ARGB32, blue)
  PASS   : tst_QImage::fillColor(ARGB32pm, black)
  PASS   : tst_QImage::fillColor(ARGB32pm, white)
  PASS   : tst_QImage::fillColor(ARGB32pm, red)
  PASS   : tst_QImage::fillColor(ARGB32pm, green)
  PASS   : tst_QImage::fillColor(ARGB32pm, blue)
  PASS   : tst_QImage::fillColor(RGB16, black)
  PASS   : tst_QImage::fillColor(RGB16, white)
  PASS   : tst_QImage::fillColor(RGB16, red)
  PASS   : tst_QImage::fillColor(RGB16, green)
  PASS   : tst_QImage::fillColor(RGB16, blue)
  PASS   : tst_QImage::fillColor(ARGB8565pm, black)
  PASS   : tst_QImage::fillColor(ARGB8565pm, white)
  PASS   : tst_QImage::fillColor(ARGB8565pm, red)
  PASS   : tst_QImage::fillColor(ARGB8565pm, green)
  PASS   : tst_QImage::fillColor(ARGB8565pm, blue)
  PASS   : tst_QImage::fillColor(RGB666, black)
  PASS   : tst_QImage::fillColor(RGB666, white)
  PASS   : tst_QImage::fillColor(RGB666, red)
  PASS   : tst_QImage::fillColor(RGB666, green)
  PASS   : tst_QImage::fillColor(RGB666, blue)
  PASS   : tst_QImage::fillColor(ARGB6666pm, black)
  PASS   : tst_QImage::fillColor(ARGB6666pm, white)
  PASS   : tst_QImage::fillColor(ARGB6666pm, red)
  PASS   : tst_QImage::fillColor(ARGB6666pm, green)
  PASS   : tst_QImage::fillColor(ARGB6666pm, blue)
  PASS   : tst_QImage::fillColor(RGB555, black)
  PASS   : tst_QImage::fillColor(RGB555, white)
  PASS   : tst_QImage::fillColor(RGB555, red)
  PASS   : tst_QImage::fillColor(RGB555, green)
  PASS   : tst_QImage::fillColor(RGB555, blue)
  PASS   : tst_QImage::fillColor(ARGB8555pm, black)
  PASS   : tst_QImage::fillColor(ARGB8555pm, white)
  PASS   : tst_QImage::fillColor(ARGB8555pm, red)
  PASS   : tst_QImage::fillColor(ARGB8555pm, green)
  PASS   : tst_QImage::fillColor(ARGB8555pm, blue)
  PASS   : tst_QImage::fillColor(RGB888, black)
  PASS   : tst_QImage::fillColor(RGB888, white)
  PASS   : tst_QImage::fillColor(RGB888, red)
  PASS   : tst_QImage::fillColor(RGB888, green)
  PASS   : tst_QImage::fillColor(RGB888, blue)
  PASS   : tst_QImage::fillColor(RGB444, black)
  PASS   : tst_QImage::fillColor(RGB444, white)
  PASS   : tst_QImage::fillColor(RGB444, red)
  PASS   : tst_QImage::fillColor(RGB444, green)
  PASS   : tst_QImage::fillColor(RGB444, blue)
  PASS   : tst_QImage::fillColor(ARGB4444pm, black)
  PASS   : tst_QImage::fillColor(ARGB4444pm, white)
  PASS   : tst_QImage::fillColor(ARGB4444pm, red)
  PASS   : tst_QImage::fillColor(ARGB4444pm, green)
  PASS   : tst_QImage::fillColor(ARGB4444pm, blue)
  PASS   : tst_QImage::fillColor(RGBx8888, black)
  PASS   : tst_QImage::fillColor(RGBx8888, white)
  PASS   : tst_QImage::fillColor(RGBx8888, red)
  PASS   : tst_QImage::fillColor(RGBx8888, green)
  PASS   : tst_QImage::fillColor(RGBx8888, blue)
  PASS   : tst_QImage::fillColor(RGBA8888pm, black)
  PASS   : tst_QImage::fillColor(RGBA8888pm, white)
  PASS   : tst_QImage::fillColor(RGBA8888pm, red)
  PASS   : tst_QImage::fillColor(RGBA8888pm, green)
  PASS   : tst_QImage::fillColor(RGBA8888pm, blue)
  PASS   : tst_QImage::fillColor(BGR30, black)
  PASS   : tst_QImage::fillColor(BGR30, white)
  PASS   : tst_QImage::fillColor(BGR30, red)
  PASS   : tst_QImage::fillColor(BGR30, green)
  PASS   : tst_QImage::fillColor(BGR30, blue)
  PASS   : tst_QImage::fillColor(A2RGB30pm, black)
  PASS   : tst_QImage::fillColor(A2RGB30pm, white)
  PASS   : tst_QImage::fillColor(A2RGB30pm, red)
  PASS   : tst_QImage::fillColor(A2RGB30pm, green)
  PASS   : tst_QImage::fillColor(A2RGB30pm, blue)
  PASS   : tst_QImage::fillColor(RGB16, transparent)
  PASS   : tst_QImage::fillColor(RGB32, transparent)
  PASS   : tst_QImage::fillColor(ARGB32, transparent)
  PASS   : tst_QImage::fillColor(ARGB32pm, transparent)
  PASS   : tst_QImage::fillColor(RGBA8888pm, transparent)
  PASS   : tst_QImage::fillColor(A2RGB30pm, transparent)
  PASS   : tst_QImage::fillColorWithAlpha()
  PASS   : tst_QImage::fillRGB888()
  PASS   : tst_QImage::fillPixel(RGB16, transparent)
  PASS   : tst_QImage::fillPixel(RGB32, transparent)
  PASS   : tst_QImage::fillPixel(RGBx8888, transparent)
  PASS   : tst_QImage::fillPixel(ARGB32, transparent)
  PASS   : tst_QImage::fillPixel(ARGB32pm, transparent)
  PASS   : tst_QImage::fillPixel(RGBA8888pm, transparent)
  PASS   : tst_QImage::fillPixel(Alpha8, transparent)
  PASS   : tst_QImage::fillPixel(RGB16, red)
  PASS   : tst_QImage::fillPixel(RGB32, red)
  PASS   : tst_QImage::fillPixel(ARGB32, red)
  PASS   : tst_QImage::fillPixel(RGBA8888, red)
  PASS   : tst_QImage::fillPixel(Grayscale8, grey)
  PASS   : tst_QImage::fillPixel(RGB32, semi-red)
  PASS   : tst_QImage::fillPixel(ARGB32, semi-red)
  PASS   : tst_QImage::fillPixel(ARGB32pm, semi-red)
  PASS   : tst_QImage::fillPixel(RGBA8888pm, semi-red)
  PASS   : tst_QImage::fillPixel(Alpha8, semi-red)
  PASS   : tst_QImage::rgbSwapped(Format_Indexed8)
  PASS   : tst_QImage::rgbSwapped(Format_RGB32)
  PASS   : tst_QImage::rgbSwapped(Format_ARGB32)
  PASS   : tst_QImage::rgbSwapped(Format_ARGB32_Premultiplied)
  PASS   : tst_QImage::rgbSwapped(Format_RGB16)
  PASS   : tst_QImage::rgbSwapped(Format_ARGB8565_Premultiplied)
  PASS   : tst_QImage::rgbSwapped(Format_ARGB6666_Premultiplied)
  PASS   : tst_QImage::rgbSwapped(Format_ARGB4444_Premultiplied)
  PASS   : tst_QImage::rgbSwapped(Format_RGB666)
  PASS   : tst_QImage::rgbSwapped(Format_RGB555)
  PASS   : tst_QImage::rgbSwapped(Format_ARGB8555_Premultiplied)
  PASS   : tst_QImage::rgbSwapped(Format_RGB888)
  PASS   : tst_QImage::rgbSwapped(Format_RGB444)
  PASS   : tst_QImage::rgbSwapped(Format_RGBX8888)
  PASS   : tst_QImage::rgbSwapped(Format_RGBA8888_Premultiplied)
  PASS   : tst_QImage::rgbSwapped(Format_A2BGR30_Premultiplied)
  PASS   : tst_QImage::rgbSwapped(Format_RGB30)
  PASS   : tst_QImage::mirrored(Format_RGB32, vertical)
  PASS   : tst_QImage::mirrored(Format_ARGB32, vertical)
  PASS   : tst_QImage::mirrored(Format_ARGB32_Premultiplied, vertical)
  PASS   : tst_QImage::mirrored(Format_RGB16, vertical)
  PASS   : tst_QImage::mirrored(Format_ARGB8565_Premultiplied, vertical)
  PASS   : tst_QImage::mirrored(Format_ARGB6666_Premultiplied, vertical)
  PASS   : tst_QImage::mirrored(Format_ARGB4444_Premultiplied, vertical)
  PASS   : tst_QImage::mirrored(Format_RGB666, vertical)
  PASS   : tst_QImage::mirrored(Format_RGB555, vertical)
  PASS   : tst_QImage::mirrored(Format_ARGB8555_Premultiplied, vertical)
  PASS   : tst_QImage::mirrored(Format_RGB888, vertical)
  PASS   : tst_QImage::mirrored(Format_RGB444, vertical)
  PASS   : tst_QImage::mirrored(Format_RGBX8888, vertical)
  PASS   : tst_QImage::mirrored(Format_RGBA8888_Premultiplied, vertical)
  PASS   : tst_QImage::mirrored(Format_A2BGR30_Premultiplied, vertical)
  PASS   : tst_QImage::mirrored(Format_RGB30, vertical)
  PASS   : tst_QImage::mirrored(Format_Indexed8, vertical)
  PASS   : tst_QImage::mirrored(Format_Mono, vertical)
  PASS   : tst_QImage::mirrored(Format_MonoLSB, vertical)
  PASS   : tst_QImage::mirrored(Format_ARGB32_Premultiplied, horizontal)
  PASS   : tst_QImage::mirrored(Format_RGB888, horizontal)
  PASS   : tst_QImage::mirrored(Format_RGB16, horizontal)
  PASS   : tst_QImage::mirrored(Format_Indexed8, horizontal)
  PASS   : tst_QImage::mirrored(Format_Mono, horizontal)
  PASS   : tst_QImage::mirrored(Format_MonoLSB, horizontal)
  PASS   : tst_QImage::mirrored(Format_ARGB32_Premultiplied, horizontal+vertical)
  PASS   : tst_QImage::mirrored(Format_RGB888, horizontal+vertical)
  PASS   : tst_QImage::mirrored(Format_RGB16, horizontal+vertical)
  PASS   : tst_QImage::mirrored(Format_Indexed8, horizontal+vertical)
  PASS   : tst_QImage::mirrored(Format_Mono, horizontal+vertical)
  PASS   : tst_QImage::mirrored(Format_MonoLSB, horizontal+vertical)
  PASS   : tst_QImage::mirrored(Format_RGB32, vertical)
  PASS   : tst_QImage::mirrored(Format_ARGB32, vertical)
  PASS   : tst_QImage::mirrored(Format_Mono, vertical, non-aligned)
  PASS   : tst_QImage::mirrored(Format_MonoLSB, vertical, non-aligned)
  PASS   : tst_QImage::mirrored(Format_Mono, horizontal, non-aligned)
  PASS   : tst_QImage::mirrored(Format_Mono, horizontal, non-aligned)
  PASS   : tst_QImage::mirrored(Format_Mono, horizontal+vertical, non-aligned)
  PASS   : tst_QImage::mirrored(Format_Mono, horizontal+vertical, non-aligned)
  PASS   : tst_QImage::mirrored(Format_MonoLSB, horizontal, non-aligned)
  PASS   : tst_QImage::mirrored(Format_MonoLSB, horizontal, non-aligned)
  PASS   : tst_QImage::mirrored(Format_MonoLSB, horizontal+vertical, non-aligned)
  PASS   : tst_QImage::mirrored(Format_MonoLSB, horizontal+vertical, non-aligned)
  PASS   : tst_QImage::inplaceRgbSwapped(Format_ARGB32_Premultiplied)
  PASS   : tst_QImage::inplaceRgbSwapped(Format_RGBA8888)
  PASS   : tst_QImage::inplaceRgbSwapped(Format_A2RGB30_Premultiplied)
  PASS   : tst_QImage::inplaceRgbSwapped(Format_RGB888)
  PASS   : tst_QImage::inplaceRgbSwapped(Format_RGB16)
  PASS   : tst_QImage::inplaceRgbSwapped(Format_Indexed8)
  PASS   : tst_QImage::inplaceMirrored(Format_ARGB32, vertical)
  PASS   : tst_QImage::inplaceMirrored(Format_RGB888, vertical)
  PASS   : tst_QImage::inplaceMirrored(Format_RGB16, vertical)
  PASS   : tst_QImage::inplaceMirrored(Format_Indexed8, vertical)
  PASS   : tst_QImage::inplaceMirrored(Format_Mono, vertical)
  PASS   : tst_QImage::inplaceMirrored(Format_ARGB32, horizontal)
  PASS   : tst_QImage::inplaceMirrored(Format_RGB888, horizontal)
  PASS   : tst_QImage::inplaceMirrored(Format_RGB16, horizontal)
  PASS   : tst_QImage::inplaceMirrored(Format_Indexed8, horizontal)
  PASS   : tst_QImage::inplaceMirrored(Format_Mono, horizontal)
  PASS   : tst_QImage::inplaceMirrored(Format_ARGB32, horizontal+vertical)
  PASS   : tst_QImage::inplaceMirrored(Format_RGB888, horizontal+vertical)
  PASS   : tst_QImage::inplaceMirrored(Format_RGB16, horizontal+vertical)
  PASS   : tst_QImage::inplaceMirrored(Format_Indexed8, horizontal+vertical)
  PASS   : tst_QImage::inplaceMirrored(Format_Mono, horizontal+vertical)
  PASS   : tst_QImage::inplaceRgbMirrored()
  PASS   : tst_QImage::inplaceConversion(Format_ARGB32 -> Format_RGBA8888)
  PASS   : tst_QImage::inplaceConversion(Format_RGB888 -> Format_ARGB6666_Premultiplied)
  PASS   : tst_QImage::inplaceConversion(Format_RGB16 -> Format_RGB555)
  PASS   : tst_QImage::inplaceConversion(Format_RGB666 -> Format_RGB888)
  PASS   : tst_QImage::inplaceConversion(Format_ARGB8565_Premultiplied, Format_ARGB8555_Premultiplied)
  PASS   : tst_QImage::inplaceConversion(Format_ARGB4444_Premultiplied, Format_RGB444)
  PASS   : tst_QImage::inplaceConversion(Format_RGBA8888 -> RGB16)
  FAIL!  : tst_QImage::inplaceConversion(Format_RGBA8888_Premultiplied -> RGB16) Compared values are not the same
     Loc: [tst_qimage.cpp(2500)]
  PASS   : tst_QImage::deepCopyWhenPaintingActive()
  PASS   : tst_QImage::scaled_QTBUG19157()
  PASS   : tst_QImage::convertOverUnPreMul()
  PASS   : tst_QImage::scaled_QTBUG35972()
  PASS   : tst_QImage::convertToPixelFormat()
  PASS   : tst_QImage::convertToImageFormat(Convert Format_Invalid)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_Mono)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_Indexed8)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_RGB32)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_ARGB32)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_ARGB32_Premultiplied)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_RGB16)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_ARGB8565_Premultiplied)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_RGB666)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_ARGB6666_Premultiplied)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_RGB555)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_ARGB8555_Premultiplied)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_RGB888)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_RGB444)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_ARGB4444_Premultiplied)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_RGBX8888)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_RGBA8888)
  PASS   : tst_QImage::convertToImageFormat(Convert Format_RGBA8888_Premultiplied)
  PASS   : tst_QImage::invertPixelsRGB(invertPixels RGB16)
  PASS   : tst_QImage::invertPixelsRGB(invertPixels RGB32)
  PASS   : tst_QImage::invertPixelsRGB(invertPixels BGR30)
  PASS   : tst_QImage::invertPixelsRGB(invertPixels RGB444)
  PASS   : tst_QImage::invertPixelsRGB(invertPixels RGB555)
  PASS   : tst_QImage::invertPixelsRGB(invertPixels RGB888)
  PASS   : tst_QImage::invertPixelsRGB(invertPixels ARGB32)
  PASS   : tst_QImage::invertPixelsRGB(invertPixels ARGB32pm)
  PASS   : tst_QImage::invertPixelsRGB(invertPixels RGBA8888)
  PASS   : tst_QImage::invertPixelsRGB(invertPixels RGBA8888pm)
  PASS   : tst_QImage::invertPixelsRGB(invertPixels RGBA4444pm)
  PASS   : tst_QImage::exifOrientation(Orientation 1, Intel format)
  PASS   : tst_QImage::exifOrientation(Orientation 2, Intel format)
  PASS   : tst_QImage::exifOrientation(Orientation 3, Intel format)
  PASS   : tst_QImage::exifOrientation(Orientation 4, Intel format)
  PASS   : tst_QImage::exifOrientation(Orientation 5, Intel format)
  PASS   : tst_QImage::exifOrientation(Orientation 6, Intel format)
  PASS   : tst_QImage::exifOrientation(Orientation 6, Motorola format)
  PASS   : tst_QImage::exifOrientation(Orientation 7, Intel format)
  PASS   : tst_QImage::exifOrientation(Orientation 8, Intel format)
  PASS   : tst_QImage::cleanupFunctions()
  PASS   : tst_QImage::cleanupTestCase()
  Totals: 615 passed, 1 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QImage *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qimage: 6 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_05735/macx-clang_developer-build_OSX_10.9/log.txt.gz

  Tested changes (refs/builds/dev_1423756533):
    http://codereview.qt-project.org/105811 [PS1] - QOpenGLTexture: enable build on Windows CE
    http://codereview.qt-project.org/105519 [PS3] - Optimize generic conversion and remove now obsolete direct conversions



More information about the Ci-reports mailing list