Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 933705

Summary: media-libs/openh264-2.4.1 test fail DecodeMbAuxTest.TestIhdm_4x4_dc (GCC Graphite)
Product: Gentoo Linux Reporter: Arniii <lg3dx6fd>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: UNCONFIRMED ---    
Severity: normal CC: lg3dx6fd, media-video
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 915000    
Attachments: build.log
environment // profile default/linux/amd64/17.1/desktop/plasma gcc-13 O3 pipe march=native(verbose) lto graphite ggdb3
/etc/portage/make.conf // profile default/linux/amd64/17.1/desktop/plasma gcc-13 O3 pipe march=native(verbose) lto graphite ggdb3 testing FEATUREs : testing

Description Arniii 2024-06-06 21:24:38 UTC
from build.log:
```
[----------] 9 tests from DecodeMbAuxTest
[ RUN      ] DecodeMbAuxTest.TestIhdm_4x4_dc
test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: 2665
  W[i]
    Which is: 2917

test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: -81
  W[i]
    Which is: -711

test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: -299
  W[i]
    Which is: 179

test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: 179
  W[i]
    Which is: 197

test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: -73
  W[i]
    Which is: 325

test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: -139
  W[i]
    Which is: -332

test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: -241
  W[i]
    Which is: -224

test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: -107
  W[i]
    Which is: 370

test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: 155
  W[i]
    Which is: -379

test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: -419
  W[i]
    Which is: 320

test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: -121
  W[i]
    Which is: 166

test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: -527
  W[i]
    Which is: 242

test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: 117
  W[i]
    Which is: -563

test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: 255
  W[i]
    Which is: 1140

test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: -267
  W[i]
    Which is: -126

test/encoder/EncUT_DecodeMbAux.cpp:57: Failure
Expected equality of these values:
  Y[i]
    Which is: -137
  W[i]
    Which is: 183

[  FAILED  ] DecodeMbAuxTest.TestIhdm_4x4_dc (0 ms)

```

Reproducible: Always
Comment 1 Arniii 2024-06-06 21:25:38 UTC
Created attachment 895262 [details]
build.log
Comment 2 Arniii 2024-06-06 21:26:41 UTC
Created attachment 895263 [details]
environment // profile default/linux/amd64/17.1/desktop/plasma gcc-13 O3 pipe march=native(verbose) lto graphite ggdb3
Comment 3 Arniii 2024-06-06 21:27:34 UTC
Created attachment 895264 [details]
/etc/portage/make.conf // profile default/linux/amd64/17.1/desktop/plasma gcc-13 O3 pipe march=native(verbose) lto graphite ggdb3 testing FEATUREs : testing
Comment 4 Arniii 2025-01-14 17:49:30 UTC
reproducible with media-libs/openh264-2.5.0
Comment 5 Joonas Niilola gentoo-dev 2025-01-14 18:17:42 UTC
The tests works for me at least on amd64. Could be ggdb (didn't try that), could be graphite, could be something else broken if your whole system is compiled with those settings. There's nothing relevant in upstream issues either. So at least it doesn't seem like a common issue.
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-01-14 18:19:54 UTC
As I've asked before, please make an effort to reduce what's causing it.
Comment 7 Arniii 2025-02-28 10:23:11 UTC
reproducible with version 2.6.0

I'll try reduce it.
Comment 8 Arniii 2025-02-28 12:14:50 UTC
1. not reproducible wtihout LTO and Graphite
2. not reproducible without Graphite.

It's graphite issue.