glcpp: Add test for recursive #define.
[mesa.git] / src / glsl / glcpp / tests /
2011-01-05 Vinson Leeglcpp: Add test for recursive #define.
2011-01-04 Vinson Leeglcpp: Add division by zero test cases.
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-28 Vinson Leeglcpp: Add negative tests for redefintions with valuele...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-23 Carl Worthglcpp: Fix test suite to avoid flagging failed tests...
2010-08-23 Carl Worthglcpp: Add new test for #line directive.
2010-08-23 Carl Worthglcpp: Add test for the #error directive.
2010-08-18 Carl Worthglcpp: Add two new tests for testing redefined macros.
2010-08-18 Carl Worthglcpp: Fix 064-version.c expected result to track recen...
2010-08-18 Eric Anholtglcpp: Add testcase for #if handling bug that breaks...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-11 Carl Worthglcpp: Fix "unterminated if" diagnostic.
2010-08-11 Carl Worthglcpp: Add an explicit diagnostic for #if with no expre...
2010-08-11 Carl Worthglcpp: Reword diagnostic for #elif with no expression
2010-08-11 Carl Worthglcpp: Add several tests for diagnostics.
2010-08-11 Carl Worthglcpp-test: Capture the stderr output of the preprocessor.
2010-08-11 Carl Worthglcpp: Clean up intermediate file when test suite is...
2010-08-11 Carl Worthglcpp: Additional fixes for not evaluating skipped...
2010-08-11 Kenneth Graunkeglcpp/tests: Commit forgotten file 074-elif-undef.c...
2010-08-11 Carl Worthglcpp: Discard output of cmp when running the test...
2010-08-11 Carl Worthglcpp: Fix expected result for the 064-version.c test.
2010-08-05 Kenneth Graunkeglcpp/tests: Add a corollary to testcase 073 for testin...
2010-08-05 Kenneth Graunkeglcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not...
2010-08-01 Eric Anholtglcpp: Add a testcase for the failure in compiling...
2010-07-28 Carl Worthglcpp: Add expected output for a recently-added test.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Carl Worthglcpp: Fix function-like macros with an argument used...
2010-07-21 Carl Worthglcpp: Avoid accidental token pasting in preprocessed...
2010-07-21 Carl Worthglcpp: Fix support for nested #ifdef and nested #ifndef
2010-07-21 Carl Worthglcpp: Support #if(expression) with no intervening...
2010-07-21 Carl Worthglcpp: Make test suite test for valgrind cleanliness.
2010-07-21 Carl Worthglcpp: Make test suite report final count of passed...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...