On Wed, Nov 28, 2012 at 9:38 PM, Carl Worth <cwo...@cworth.org> wrote:
> This test file is very similar to test 113-line-and-file-macros but
> uses token pasting for cleaner quiz answers (without spaces between
> the digits). This test happens to fail currently because the token
> paster does not support the pasting of INTEGER tokens.
>
> (Note that this test is distinct from test 059-token-pasting-integer which
> pastes integers parsed from the source. Those are parsed to INTEGER_STRING
> tokens and are already pasted correctly as verified by that test. The only way
> to generate the INTEGER tokens which currently fail to paste is with an
> internal define such as __LINE__ that results in an integer.)
> ---

Can we swap patches 6 and 7's order? Since the glcpp tests are run on
make check now, we'd have this test fail for a single commit.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to