sayrer / libyuv

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

AddRow AVX2 gcc fail #501

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
fbarchard@fbarchard-linux:~/src/libyuv/libyuv$ runyuv ScaleDownBy3_Box
out/Release/libyuv_unittest --gtest_filter=*
Note: Google Test filter = *ScaleDownBy3_Box
[==========] Running 2 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 2 tests from libyuvTest
[ RUN      ] libyuvTest.ARGBScaleDownBy3_Box
filter 3 -       18 us C -       15 us OPT
[       OK ] libyuvTest.ARGBScaleDownBy3_Box (1 ms)
[ RUN      ] libyuvTest.ScaleDownBy3_Box
filter 3 -      313 us C -       95 us OPT
../../unit_test/scale_test.cc:312: Failure
Expected: (diff) <= (3), actual: 197 vs 3
[  FAILED  ] libyuvTest.ScaleDownBy3_Box (1 ms)
[----------] 2 tests from libyuvTest (2 ms total)

[----------] Global test environment tear-down
[==========] 2 tests from 1 test case ran. (3 ms total)
[  PASSED  ] 1 test.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] libyuvTest.ScaleDownBy3_Box

 1 FAILED TEST
fbarchard@fbarchard-linux:~/src/libyuv/libyuv$ LIBYUV_DISABLE_AVX2=1 runyuv 
ScaleDownBy3_Box
out/Release/libyuv_unittest --gtest_filter=*
Note: Google Test filter = *ScaleDownBy3_Box
[==========] Running 2 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 2 tests from libyuvTest
[ RUN      ] libyuvTest.ARGBScaleDownBy3_Box
filter 3 -       10 us C -       10 us OPT
[       OK ] libyuvTest.ARGBScaleDownBy3_Box (2 ms)
[ RUN      ] libyuvTest.ScaleDownBy3_Box
filter 3 -       96 us C -       41 us OPT
[       OK ] libyuvTest.ScaleDownBy3_Box (0 ms)
[----------] 2 tests from libyuvTest (2 ms total)

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

Original issue reported on code.google.com by fbarch...@chromium.org on 7 Oct 2015 at 5:26

GoogleCodeExporter commented 8 years ago

Original comment by fbarch...@chromium.org on 7 Oct 2015 at 6:04