<div dir="ltr">On 21 May 2017 at 19:33, Roland Scheidegger <span dir="ltr"><<a href="mailto:sroland@vmware.com" target="_blank">sroland@vmware.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I suppose the s3tc problems should go away rather sooner than later, but<br>
isn't it possible to just disable the formats tests?<br></blockquote><div><br></div><div>Yes, see USE_TXC_DXTN that was introduced in <span class="gmail-float-right"><span class="gmail-sha-block"><span class="gmail-sha gmail-user-select-contain">29322daef2b77c4d869d2945fa1226e6b433c68<br></span></span></span></div><div><span class="gmail-float-right"><span class="gmail-sha-block"><span class="gmail-sha gmail-user-select-contain">to address this issue with a small subset of the tests run by scons.<br></span></span></span></div><div><br></div><div>It's objective was to provide this option prior to October 2, 2017 when this should all fall away.<br><br></div><div>Does that achieve what you are looking to do Eric?<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<span class="gmail-HOEnZb"><font color="#888888"><br>
Roland<br>
</font></span><div class="gmail-HOEnZb"><div class="gmail-h5"><br>
Am 18.05.2017 um 23:27 schrieb Eric Anholt:<br>
> Every push a developer does to a travis-enabled github comes back as fail,<br>
> because the unit tests are already failing:<br>
><br>
>     Testing util_format_dxt5_rgba_pack_<wbr>rgba_float ...<br>
><br>
>     FAILED: 40 bd 48 90 20 01 12 20 53 76 ab 32 00 10 15 50 obtained<br>
>             f8 11 c5 0c 9a 73 b4 9c f6 8f ab 32 2a 9a 95 5a expected<br>
><br>
>     Testing util_format_dxt5_rgba_unpack_<wbr>rgba_float ...<br>
><br>
>     FAILED: {0.549020, 1.000000, 0.709804, 0.972549},<br>
>             {0.192157, 0.333333, 0.352941, 0.972549},<br>
>             {0.549020, 1.000000, 0.709804, 0.972549},<br>
>             {0.549020, 1.000000, 0.709804, 0.066667},<br>
><br>
> Disable them from CI until someone cares to fix them.<br>
> ---<br>
>  .travis.yml | 10 ++++++----<br>
>  1 file changed, 6 insertions(+), 4 deletions(-)<br>
><br>
> diff --git a/.travis.yml b/.travis.yml<br>
> index 5e060d0335cb..20a97c013913 100644<br>
> --- a/.travis.yml<br>
> +++ b/.travis.yml<br>
> @@ -208,8 +208,9 @@ matrix:<br>
>          - SCONSFLAGS="-j4"<br>
>          # Explicitly disable.<br>
>          - SCONS_TARGET="llvm=0"<br>
> -        # Keep it symmetrical to the make build.<br>
> -        - SCONS_CHECK_COMMAND="scons llvm=0 check"<br>
> +        # Disable scons check until the gallium unit tests pass.<br>
> +        #- SCONS_CHECK_COMMAND="scons llvm=0 check"<br>
> +        - SCONS_CHECK_COMMAND="true"<br>
>        addons:<br>
>          apt:<br>
>            packages:<br>
> @@ -225,8 +226,9 @@ matrix:<br>
>          - BUILD=scons<br>
>          - SCONSFLAGS="-j4"<br>
>          - SCONS_TARGET="llvm=1"<br>
> -        # Keep it symmetrical to the make build.<br>
> -        - SCONS_CHECK_COMMAND="scons llvm=1 check"<br>
> +        # Disable scons check until the gallium unit tests pass.<br>
> +        # - SCONS_CHECK_COMMAND="scons llvm=1 check"<br>
> +        - SCONS_CHECK_COMMAND="true"<br>
>          - LLVM_VERSION=3.3<br>
>          - LLVM_CONFIG="llvm-config-${<wbr>LLVM_VERSION}"<br>
>        addons:<br>
><br>
<br>
</div></div><div class="gmail-HOEnZb"><div class="gmail-h5">______________________________<wbr>_________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/mesa-dev</a><br>
</div></div></blockquote></div><br></div></div>