dinhminhquoi / webm

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

[AVX2] vp9 16x16 DCT tests failing under win32/win64 builds #805

Closed GoogleCodeExporter closed 8 years ago

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

with:
https://gerrit.chromium.org/gerrit/#/c/70449/

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

---
...
[ RUN      ] DISABLED_AVX2/Trans16x16DCT.CoeffCheck/0
test\dct16x16_test.cc(351): error: Value of: output_ref_block[j]
  Actual: -1029
Expected: output_block[j]
...
[  FAILED  ] DISABLED_AVX2/Trans16x16DCT.CoeffCheck/0, where GetParam() = 
(00007FF766E65B10, 00007FF766E470C0, 0)
[  FAILED  ] DISABLED_AVX2/Trans16x16DCT.MemCheck/0, where GetParam() = 
(00007FF766E65B10, 00007FF766E470C0, 0)
[  FAILED  ] DISABLED_AVX2/Trans16x16HT.CoeffCheck/0, where GetParam() = 
(00007FF766E69650, 00007FF766E47920, 0)
[  FAILED  ] DISABLED_AVX2/Trans16x16HT.CoeffCheck/1, where GetParam() = 
(00007FF766E69650, 00007FF766E47920, 1)
[  FAILED  ] DISABLED_AVX2/Trans16x16HT.CoeffCheck/2, where GetParam() = 
(00007FF766E69650, 00007FF766E47920, 2)
[  FAILED  ] DISABLED_AVX2/Trans16x16HT.MemCheck/0, where GetParam() = 
(00007FF766E69650, 00007FF766E47920, 0)

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

GoogleCodeExporter commented 8 years ago
--target=x86_64-win64-vs12

but either one will work in this case

Original comment by jz...@google.com on 10 Jun 2014 at 2:23

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
Hi All,

The bug is fixed and merged here:
https://gerrit.chromium.org/gerrit/#/c/70979/

Thanks,
Tamar

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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago

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