[Mesa-dev] [PATCH 6/7] glcpp: Add test involving token pasting of INTEGER tokens.

Matt Turner mattst88 at gmail.com
Thu Nov 29 10:11:21 PST 2012


On Wed, Nov 28, 2012 at 9:38 PM, Carl Worth <cworth at 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.


More information about the mesa-dev mailing list