laarid / package_debian-mesa

Mesa 3D graphics library (mirror; no pull requests here please)
http://mesa3d.org
1 stars 1 forks source link

make check fails on armhf: glsl/tests/cache-test and src/gallium/drivers/llvmpipe/lp_test_arit #5

Open vicamo opened 7 years ago

vicamo commented 7 years ago

https://travis-ci.org/laarid/package_debian-mesa/jobs/213638433

TOTAL: 5

PASS: 4

SKIP: 0

XFAIL: 0

FAIL: 1

XPASS: 0

ERROR: 0

.. contents:: :depth: 2

FAIL: lp_test_arit

round.v1(-0.5): ref = -0, out = -1, precision = -inf bits, FAIL round.v1(0.5): ref = 0, out = 1, precision = -inf bits, FAIL round.v4(-0.5): ref = -0, out = -1, precision = -inf bits, FAIL round.v4(0.5): ref = 0, out = 1, precision = -inf bits, FAIL floor.v2(-1.40129846e-45): ref = -1, out = 0, precision = -0.000000 bits, FAIL floor.v4(-1.40129846e-45): ref = -1, out = 0, precision = -0.000000 bits, FAIL ceil.v2(1.40129846e-45): ref = 1, out = 0, precision = -0.000000 bits, FAIL ceil.v4(1.40129846e-45): ref = 1, out = 0, precision = -0.000000 bits, FAIL fract.v2(1.40129846e-45): ref = 1.40129846e-45, out = 0, precision = -0.000000 bits, FAIL fract.v2(-1.40129846e-45): ref = 0.99999994, out = -0, precision = -0.000000 bits, FAIL fract.v2(5.8799997e-39): ref = 5.8799997e-39, out = 0, precision = -0.000000 bits, FAIL fract.v4(1.40129846e-45): ref = 1.40129846e-45, out = 0, precision = -0.000000 bits, FAIL fract.v4(-1.40129846e-45): ref = 0.99999994, out = -0, precision = -0.000000 bits, FAIL fract.v4(5.8799997e-39): ref = 5.8799997e-39, out = 0, precision = -0.000000 bits, FAIL FAIL lp_test_arit (exit status: 1)


* glsl/tests/cache-test

$ cat build/src/compiler/test-suite.log

Mesa 13.0.5: src/compiler/test-suite.log

TOTAL: 10

PASS: 9

SKIP: 0

XFAIL: 0

FAIL: 1

XPASS: 0

ERROR: 0

.. contents:: :depth: 2

FAIL: glsl/tests/cache-test

Mesa warning: Failed to create ./cache-test-tmp/xdg-cache-home for shader cache (No such file or directory)---disabling.

Mesa warning: Failed to create ./cache-test-tmp/mesa-glsl-cache-dir for shader cache (No such file or directory)---disabling.

Error: Test 'no eviction before overflow with MAX_SIZE=1M' failed: Expected=3, Actual=0 Error: Test 'eviction after overflow with MAX_SIZE=1M' failed: Expected=2, Actual=0 FAIL glsl/tests/cache-test (exit status: 1)

vicamo commented 7 years ago

See also #3 for possible similar lp_test_arit fail on arm64.