summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests
AgeCommit message (Expand)Author
2011-03-03glcpp/tests: Update 063-comments.c.expected to match output.Kenneth Graunke
2011-01-29Revert "glcpp: Demote "macro redefined" from an error to a warning"Carl Worth
2011-01-28glcpp: Demote "macro redefined" from an error to a warningCarl Worth
2011-01-04glcpp: Add test for recursive #define.Vinson Lee
2011-01-04glcpp: Add division by zero test cases.Vinson Lee
2010-12-27glcpp: Add negative tests for redefintions with valueless macros.Vinson Lee
2010-08-23glcpp: Fix test suite to avoid flagging failed tests as valgrind errors.Carl Worth
2010-08-23glcpp: Add new test for #line directive.Carl Worth
2010-08-23glcpp: Add test for the #error directive.Carl Worth
2010-08-17glcpp: Add two new tests for testing redefined macros.Carl Worth
2010-08-17glcpp: Fix 064-version.c expected result to track recent change.Carl Worth
2010-08-17glcpp: Add testcase for #if handling bug that breaks Savage2.Eric Anholt
2010-08-11glcpp: Fix "unterminated if" diagnostic.Carl Worth
2010-08-11glcpp: Add an explicit diagnostic for #if with no expression.Carl Worth
2010-08-11glcpp: Reword diagnostic for #elif with no expressionCarl Worth
2010-08-11glcpp: Add several tests for diagnostics.Carl Worth
2010-08-11glcpp-test: Capture the stderr output of the preprocessor.Carl Worth
2010-08-11glcpp: Clean up intermediate file when test suite is interrupted.Carl Worth
2010-08-11glcpp: Additional fixes for not evaluating skipped #if/#elif expressions.Carl Worth
2010-08-10glcpp/tests: Commit forgotten file 074-elif-undef.c.expected.Kenneth Graunke
2010-08-10glcpp: Discard output of cmp when running the test suite.Carl Worth
2010-08-10glcpp: Fix expected result for the 064-version.c test.Carl Worth
2010-08-04glcpp/tests: Add a corollary to testcase 073 for testing #elif.Kenneth Graunke
2010-08-04glcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not #if.Kenneth Graunke
2010-08-01glcpp: Add a testcase for the failure in compiling xonotic's shader.Eric Anholt
2010-07-28glcpp: Add expected output for a recently-added test.Carl Worth
2010-07-22glcpp: Fix function-like macros with an argument used multiple times.Carl Worth
2010-07-20glcpp: Avoid accidental token pasting in preprocessed result.Carl Worth
2010-07-20glcpp: Fix support for nested #ifdef and nested #ifndefCarl Worth
2010-07-20glcpp: Support #if(expression) with no intervening space.Carl Worth
2010-07-20glcpp: Make test suite test for valgrind cleanliness.Carl Worth
2010-07-20glcpp: Make test suite report final count of passed/total tests.Carl Worth
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt