OrenHg / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Randomization and inversion bugs #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applying some new tests, 6 functions are found to be failing
[  PASSED  ] 508 tests.
[  FAILED  ] 6 tests, listed below:
[  FAILED  ] libyuvTest.ARGBToBayerBGGR_Random
[  FAILED  ] libyuvTest.ARGBToBayerRGGB_Random
[  FAILED  ] libyuvTest.ARGBToBayerGBRG_Random
[  FAILED  ] libyuvTest.ARGBToBayerGRBG_Random
[  FAILED  ] libyuvTest.YUY2ToARGB_Invert
[  FAILED  ] libyuvTest.UYVYToARGB_Invert

Original issue reported on code.google.com by fbarch...@chromium.org on 4 Nov 2012 at 3:25

GoogleCodeExporter commented 9 years ago
[  FAILED  ] 4 tests, listed below:
[  FAILED  ] libyuvTest.BayerBGGRToARGB_Invert
[  FAILED  ] libyuvTest.BayerRGGBToARGB_Invert
[  FAILED  ] libyuvTest.BayerGBRGToARGB_Invert
[  FAILED  ] libyuvTest.BayerGRBGToARGB_Invert

Original comment by fbarch...@chromium.org on 4 Nov 2012 at 3:33

GoogleCodeExporter commented 9 years ago
These were new unittests that didn't allocate enough memory.  Fixed in next 
release.

Original comment by fbarch...@chromium.org on 4 Nov 2012 at 4:44