summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests
Commit message (Expand)AuthorAgeFilesLines
* glcpp: Add several tests for diagnostics.Carl Worth2010-08-1120-0/+72
* glcpp-test: Capture the stderr output of the preprocessor.Carl Worth2010-08-111-1/+1
* glcpp: Clean up intermediate file when test suite is interrupted.Carl Worth2010-08-111-0/+2
* glcpp: Additional fixes for not evaluating skipped #if/#elif expressions.Carl Worth2010-08-114-0/+20
* glcpp/tests: Commit forgotten file 074-elif-undef.c.expected.Kenneth Graunke2010-08-101-0/+4
* glcpp: Discard output of cmp when running the test suite.Carl Worth2010-08-101-1/+1
* glcpp: Fix expected result for the 064-version.c test.Carl Worth2010-08-101-0/+1
* glcpp/tests: Add a corollary to testcase 073 for testing #elif.Kenneth Graunke2010-08-041-0/+3
* glcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not #if.Kenneth Graunke2010-08-041-1/+1
* glcpp: Add a testcase for the failure in compiling xonotic's shader.Eric Anholt2010-08-012-0/+9
* glcpp: Add expected output for a recently-added test.Carl Worth2010-07-281-0/+3
* glcpp: Fix function-like macros with an argument used multiple times.Carl Worth2010-07-221-0/+2
* glcpp: Avoid accidental token pasting in preprocessed result.Carl Worth2010-07-204-2/+25
* glcpp: Fix support for nested #ifdef and nested #ifndefCarl Worth2010-07-202-0/+81
* glcpp: Support #if(expression) with no intervening space.Carl Worth2010-07-202-0/+7
* glcpp: Make test suite test for valgrind cleanliness.Carl Worth2010-07-201-1/+21
* glcpp: Make test suite report final count of passed/total tests.Carl Worth2010-07-201-2/+22
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-24139-0/+889