heyfluke / libyuv

Automatically exported from code.google.com/p/libyuv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UYVYToARGB and I420ToUYVY unittests fail

GoogleCodeExporter opened this issue · comments

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

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

  • Changed state: Started

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

  • Changed state: Fixed