OSDN Git Service

test suite: Add expected output for every test.
[android-x86/external-mesa.git] / tests / glcpp-test
2010-06-02 Carl Worthtest suite: Add expected output for every test.
2010-06-01 Carl WorthImplement comment handling in the lexer (with test).
2010-05-29 Carl WorthMerge branch 'take-2'
2010-05-28 Carl WorthStop interrupting the test suite at the first failure.
2010-05-27 Carl WorthRemove blank lines from output files before comparing.
2010-05-26 Carl WorthImplement #if and friends.
2010-05-25 Carl WorthImplement expansion of object-like macros.
2010-05-25 Carl WorthMake the lexer pass whitespace through (as OTHER tokens...
2010-05-25 Carl WorthStore parsed tokens as token list and print all text...
2010-05-25 Carl WorthStarting over with the C99 grammar for the preprocessor.
2010-05-21 Carl WorthImplement #if, #else, #elif, and #endif with tests.
2010-05-20 Carl WorthStop ignoring whitespace while testing.
2010-05-17 Carl WorthFix (and add test for) function-like macro invocation...
2010-05-15 Carl WorthDon't return SPACE tokens unless strictly needed.
2010-05-10 Carl WorthAdd a very simple test for the pre-processor.