Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 916946 - media-libs/mesa-23.1.9: stablereq
Summary: media-libs/mesa-23.1.9: stablereq
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: CC-ARCHES
Depends on:
Blocks:
 
Reported: 2023-11-05 19:00 UTC by Matt Turner
Modified: 2023-11-28 16:02 UTC (History)
0 users

See Also:
Package list:
=media-libs/mesa-23.1.9
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2023-11-05 19:00:34 UTC
Please stabilize
Comment 1 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2023-11-11 20:40:28 UTC
arm done
Comment 2 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2023-11-11 20:40:30 UTC
arm64 done
Comment 3 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2023-11-28 05:30:18 UTC
ppc done
Comment 4 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2023-11-28 05:30:19 UTC
ppc64 done
Comment 5 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2023-11-28 05:30:21 UTC
x86 done
Comment 6 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2023-11-28 05:30:22 UTC
amd64 done
Comment 7 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2023-11-28 05:30:24 UTC
sparc done

all arches done
Comment 8 matoro archtester 2023-11-28 16:02:14 UTC
ppc64le:

36/62 mesa:llvmpipe / lp_test_arit                FAIL               0.17s   exit status 1

ppc64:

22/57 mesa:compiler+nir / nir_tests               FAIL               0.07s   exit status 1

sparc:

21/57 mesa:compiler+nir / nir_tests               FAIL               0.55s   exit status 1


lp_test_arit failure on ppc64le:

round.v1(-0.5): ref = -0, out = -1, precision = -inf bits, FAIL
round.v1(0.5): ref = 0, out = 1, precision = -inf bits, FAIL

Long-standing issue?  https://gitlab.freedesktop.org/mesa/mesa/-/issues/3264


nir_tests failure on big-endian:

[----------] 14 tests from nir_loop_unroll_test
[ RUN      ] nir_loop_unroll_test.iadd
[       OK ] nir_loop_unroll_test.iadd (0 ms)
[ RUN      ] nir_loop_unroll_test.iadd_rev
[       OK ] nir_loop_unroll_test.iadd_rev (1 ms)
[ RUN      ] nir_loop_unroll_test.fadd
../mesa-23.1.9/src/compiler/nir/tests/loop_unroll_tests.cpp:149: Failure
Value of: nir_opt_loop_unroll(bld.shader)
  Actual: false
Expected: true
../mesa-23.1.9/src/compiler/nir/tests/loop_unroll_tests.cpp:149: Failure
Expected equality of these values:
  6
  count_instr(nir_op_fadd)
    Which is: 1
../mesa-23.1.9/src/compiler/nir/tests/loop_unroll_tests.cpp:149: Failure
Expected equality of these values:
  0
  count_loops()
    Which is: 1
[  FAILED  ] nir_loop_unroll_test.fadd (0 ms)
[ RUN      ] nir_loop_unroll_test.fadd_rev
../mesa-23.1.9/src/compiler/nir/tests/loop_unroll_tests.cpp:151: Failure
Value of: nir_opt_loop_unroll(bld.shader)
  Actual: false
Expected: true
../mesa-23.1.9/src/compiler/nir/tests/loop_unroll_tests.cpp:151: Failure
Expected equality of these values:
  7
  count_instr(nir_op_fadd)
    Which is: 1
../mesa-23.1.9/src/compiler/nir/tests/loop_unroll_tests.cpp:151: Failure
Expected equality of these values:
  0
  count_loops()
    Which is: 1
[  FAILED  ] nir_loop_unroll_test.fadd_rev (0 ms)



The BE failures seem to already have an #ifndef __s390x__, so maybe that should be extended to all BE.