dinhminhquoi / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

[AVX2] convolve tests failing under win32 builds #804

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
v1.3.0-3064-gb9a569d
--target=x86-win32-vs12

likely the cause of the TestVector tests failing too.
with:
https://gerrit.chromium.org/gerrit/#/c/70448/

$ ./Win32/Release/test_libvpx.exe \
  --gtest_filter=\*AVX2\* --gtest_also_run_disabled_tests

---
...
[ RUN      ] DISABLED_AVX2/ConvolveTest.MatchesReferenceSubpixelFilter/0
test\convolve_test.cc(378): error: Value of: out[y * kOutputStride + x]
  Actual: '\xB5' (181)
Expected: ref[y * kOutputStride + x]
Which is: '%' (37, 0x25)
mismatch at (8,0), filters (0,0,1)
...
[  FAILED  ] DISABLED_AVX2/ConvolveTest.MatchesReferenceSubpixelFilter/0, where 
GetParam() = (16, 8, 00D86190)
[  FAILED  ] DISABLED_AVX2/ConvolveTest.MatchesReferenceSubpixelFilter/1, where 
GetParam() = (16, 16, 00D86190)
[  FAILED  ] DISABLED_AVX2/ConvolveTest.MatchesReferenceSubpixelFilter/2, where 
GetParam() = (32, 16, 00D86190)
[  FAILED  ] DISABLED_AVX2/ConvolveTest.MatchesReferenceSubpixelFilter/3, where 
GetParam() = (16, 32, 00D86190)
[  FAILED  ] DISABLED_AVX2/ConvolveTest.MatchesReferenceSubpixelFilter/4, where 
GetParam() = (32, 32, 00D86190)
[  FAILED  ] DISABLED_AVX2/ConvolveTest.MatchesReferenceSubpixelFilter/5, where 
GetParam() = (64, 32, 00D86190)
[  FAILED  ] DISABLED_AVX2/ConvolveTest.MatchesReferenceSubpixelFilter/6, where 
GetParam() = (32, 64, 00D86190)
[  FAILED  ] DISABLED_AVX2/ConvolveTest.MatchesReferenceSubpixelFilter/7, where 
GetParam() = (64, 64, 00D86190)
[  FAILED  ] DISABLED_AVX2/ConvolveTest.CheckScalingFiltering/0, where 
GetParam() = (16, 8, 00D86190)
[  FAILED  ] DISABLED_AVX2/ConvolveTest.CheckScalingFiltering/1, where 
GetParam() = (16, 16, 00D86190)
[  FAILED  ] DISABLED_AVX2/ConvolveTest.CheckScalingFiltering/2, where 
GetParam() = (32, 16, 00D86190)
[  FAILED  ] DISABLED_AVX2/ConvolveTest.CheckScalingFiltering/3, where 
GetParam() = (16, 32, 00D86190)
[  FAILED  ] DISABLED_AVX2/ConvolveTest.CheckScalingFiltering/4, where 
GetParam() = (32, 32, 00D86190)
[  FAILED  ] DISABLED_AVX2/ConvolveTest.CheckScalingFiltering/5, where 
GetParam() = (64, 32, 00D86190)
[  FAILED  ] DISABLED_AVX2/ConvolveTest.CheckScalingFiltering/6, where 
GetParam() = (32, 64, 00D86190)
[  FAILED  ] DISABLED_AVX2/ConvolveTest.CheckScalingFiltering/7, where 
GetParam() = (64, 64, 00D86190)

Original issue reported on code.google.com by jz...@google.com on 10 Jun 2014 at 2:15

GoogleCodeExporter commented 8 years ago

Original comment by yunqingw...@google.com on 23 Jul 2014 at 10:27

GoogleCodeExporter commented 8 years ago
This bug is fixed here:
https://gerrit.chromium.org/gerrit/#/c/71003/

Thanks,
Tamar

Original comment by levytama...@gmail.com on 7 Aug 2014 at 9:28

GoogleCodeExporter commented 8 years ago

Original comment by jz...@google.com on 7 Aug 2014 at 9:38

GoogleCodeExporter commented 8 years ago

Original comment by jz...@google.com on 7 Aug 2014 at 9:49

GoogleCodeExporter commented 8 years ago
https://gerrit.chromium.org/gerrit/#/c/71003/ is merged. 

Original comment by ya...@google.com on 3 Oct 2014 at 3:40