Summary: | make check optimization-test regression | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | mesa-dev |
Severity: | normal | ||
Priority: | medium | CC: | brianp, kusmabite, mattst88 |
Version: | git | Keywords: | bisected, regression |
Hardware: | x86-64 (AMD64) | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Fix for test-regression |
Description
Vinson Lee
2015-06-29 20:45:47 UTC
Without seeing what the actual problem is (it's lacking from the report), my guess would be that Matt's work-around from <CAEdQ38GjR6AzKRy4UPePsFhTTcnEqvix0PnDvmXae2NSR8hRXg@mail.gmail.com> is the remedy you're looking for: sed -i -e 's/strtod\.cpp/strtod.c/' src/util/.deps/libmesautil_la-strtod.Plo Reproduced with a clean checkout and build. ====== Testing optimization passes ====== Testing ./lower_jumps/lower_returns_main_false.opt_test...FAIL Traceback (most recent call last): File "src/glsl/tests/compare_ir", line 43, in <module> ir2 = sort_decls(parse_sexp(f.read())) File "src/glsl/tests/sexps.py", line 66, in parse_sexp raise Exception('Multiple sexps') Created attachment 116806 [details] [review] Fix for test-regression Yeah, seems like there were another user of the compiler-internals. And it doesn't pull in any compiler-init stuff. Here's a patch. attachment 116806 [details] [review] fixes the make check regression. Tested-by: Vinson Lee <vlee@freedesktop.org> Fixed by commit 83984f134b4a1e2829cb238c404bc82c98be6082 Author: Erik Faye-Lund <kusmabite@gmail.com> Date: Fri Jul 3 09:46:01 2015 +0200 glsl: add a missing call to _mesa_locale_init |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.