skufog / libyuv

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

3496 - [ FAILED ] libyuvTest.I444ToARGB_Invert (3496 ms) #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by phthor...@gmail.com on 25 Apr 2013 at 5:17

GoogleCodeExporter commented 9 years ago
Normal version works
d:\src\libyuv\trunk>out\release\libyuv_unittest --gtest_filter=*I444ToARGB*
Note: Google Test filter = *I444ToARGB*
[==========] Running 4 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 4 tests from libyuvTest
[ RUN      ] libyuvTest.I444ToARGB_Any
[       OK ] libyuvTest.I444ToARGB_Any (1 ms)
[ RUN      ] libyuvTest.I444ToARGB_Unaligned
[       OK ] libyuvTest.I444ToARGB_Unaligned (1 ms)
[ RUN      ] libyuvTest.I444ToARGB_Invert
[       OK ] libyuvTest.I444ToARGB_Invert (1 ms)
[ RUN      ] libyuvTest.I444ToARGB_Opt
[       OK ] libyuvTest.I444ToARGB_Opt (1 ms)
[----------] 4 tests from libyuvTest (4 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test case ran. (4 ms total)
[  PASSED  ] 4 tests.

Original comment by fbarch...@chromium.org on 25 Apr 2013 at 5:27

GoogleCodeExporter commented 9 years ago
Only affects Arm
chronos@localhost $ ./runyuv I444ToARGB*
out/Release/libyuv_unittest --gtest_filter=*
Note: Google Test filter = *I444ToARGB*
[==========] Running 4 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 4 tests from libyuvTest
[ RUN      ] libyuvTest.I444ToARGB_Any
unit_test/convert_test.cc:484: Failure
Expected: (max_diff) <= (2), actual: 255 vs 2
[  FAILED  ] libyuvTest.I444ToARGB_Any (8 ms)
[ RUN      ] libyuvTest.I444ToARGB_Unaligned
unit_test/convert_test.cc:484: Failure
Expected: (max_diff) <= (2), actual: 255 vs 2
[  FAILED  ] libyuvTest.I444ToARGB_Unaligned (6 ms)
[ RUN      ] libyuvTest.I444ToARGB_Invert
unit_test/convert_test.cc:484: Failure
Expected: (max_diff) <= (2), actual: 255 vs 2
[  FAILED  ] libyuvTest.I444ToARGB_Invert (5 ms)
[ RUN      ] libyuvTest.I444ToARGB_Opt
unit_test/convert_test.cc:484: Failure
Expected: (max_diff) <= (2), actual: 255 vs 2
[  FAILED  ] libyuvTest.I444ToARGB_Opt (6 ms)
[----------] 4 tests from libyuvTest (27 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test case ran. (29 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 4 tests, listed below:
[  FAILED  ] libyuvTest.I444ToARGB_Any
[  FAILED  ] libyuvTest.I444ToARGB_Unaligned
[  FAILED  ] libyuvTest.I444ToARGB_Invert
[  FAILED  ] libyuvTest.I444ToARGB_Opt

 4 FAILED TESTS

Original comment by fbarch...@chromium.org on 25 Apr 2013 at 5:31

GoogleCodeExporter commented 9 years ago
fixed in r680

Original comment by fbarch...@chromium.org on 25 Apr 2013 at 6:31