Gamaru / libyuv

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

UYVYToARGB and I420ToUYVY unittests fail #494

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
build and run unittests
[  PASSED  ] 833 tests.
[  FAILED  ] 13 tests, listed below:
[  FAILED  ] libyuvTest.I420ToUYVY_Any
[  FAILED  ] libyuvTest.I420ToUYVY_Unaligned
[  FAILED  ] libyuvTest.I420ToUYVY_Invert
[  FAILED  ] libyuvTest.I420ToUYVY_Opt
[  FAILED  ] libyuvTest.I422ToUYVY_Any
[  FAILED  ] libyuvTest.I422ToUYVY_Unaligned
[  FAILED  ] libyuvTest.I422ToUYVY_Invert
[  FAILED  ] libyuvTest.I422ToUYVY_Opt
[  FAILED  ] libyuvTest.UYVYToARGB_Any
[  FAILED  ] libyuvTest.UYVYToARGB_Unaligned
[  FAILED  ] libyuvTest.UYVYToARGB_Invert
[  FAILED  ] libyuvTest.UYVYToARGB_Opt
[  FAILED  ] libyuvTest.UYVYToARGB_Random

13 FAILED TESTS

tested on windows, 32 bit visual c build

Original issue reported on code.google.com by fbarch...@google.com on 23 Sep 2015 at 12:31

GoogleCodeExporter commented 8 years ago
was a git merge issue that left 2 pointer increments in READUYVY.

Original comment by fbarch...@google.com on 23 Sep 2015 at 12:46

GoogleCodeExporter commented 8 years ago

Original comment by fbarch...@google.com on 23 Sep 2015 at 6:22