11.2.0-rc1: llvmpipe tests fail if built on skylake
Bug #1549849 reported by
Timo Aaltonen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mesa |
Confirmed
|
Medium
|
|||
mesa (Ubuntu) |
Fix Released
|
Undecided
|
Timo Aaltonen |
Bug Description
if built on broadwell all is well. 11.1 was fine, so it's a regression in 11.2.x
Changed in mesa (Ubuntu): | |
assignee: | nobody → Timo Aaltonen (tjaalton) |
status: | New → Triaged |
Changed in mesa: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
To post a comment you must log in.
building on skylake will fail on llvmpipe tests:
make check-TESTS /build/ src/gallium/ drivers/ llvmpipe' /build/ src/gallium/ drivers/ llvmpipe' ./../.. /bin/test- driver: line 107: 32508 Illegal instruction (core dumped) "$@" > $log_file 2>&1 ./../.. /bin/test- driver: line 107: 32509 Illegal instruction (core dumped) "$@" > $log_file 2>&1 ./../.. /bin/test- driver: line 107: 32513 Illegal instruction (core dumped) "$@" > $log_file 2>&1 ./../.. /bin/test- driver: line 107: 32511 Illegal instruction (core dumped) "$@" > $log_file 2>&1
make[5]: Entering directory '/«PKGBUILDDIR»
make[6]: Entering directory '/«PKGBUILDDIR»
PASS: lp_test_printf
../../.
FAIL: lp_test_conv
../../.
FAIL: lp_test_blend
../../.
../../.
FAIL: lp_test_arit
FAIL: lp_test_format
broadwell is fine, and using the same llvm version (3.8-rc) on 11.1.x works fine, so this is a regression in the 11.2 branch