summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-11-22Fix enum names that were not updated in the tests.Geoff Lang
2013-11-22Update gclient configuation for DEPS and git repository.Geoff Lang
2013-09-27Fix some syntax errors in the gyp build configuration, and make some modifica...Jamie Madill
2013-09-25Fix compiler test initialization issues.Zhenyao Mo
2013-09-23Restructure the tests gyp so they can be included in chromiumZhenyao Mo
2013-05-29Add expression complexity and call stack depth limits.shannonwoods@chromium.org
2013-03-05Fixed compile error for preprocessor tests.shannon.woods@transgaming.com
2012-10-17Add Variable Packing checks to ANGLEgman@chromium.org
2012-07-09Fixed compile error on android. It was complaining about tolower. This patch ...alokp@chromium.org
2012-07-03Make sure that #version occurs before anything else, except for comments and ...alokp@chromium.org
2012-06-29Handled the case where int and float are of correct format, but large. The GL...alokp@chromium.org
2012-06-28Replaced pp::Token::value with pp::Token::text. The term value will be used f...alokp@chromium.org
2012-06-28More expression tests for division by zero.alokp@chromium.org
2012-06-26Implemented conditional processing.alokp@chromium.org
2012-06-19Hooked up the new preprocessor behind a compile-time flag ANGLE_USE_NEW_PREPR...alokp@chromium.org
2012-06-19Added support for pre-defined macros.alokp@chromium.org
2012-06-15Implemented line directive.alokp@chromium.org
2012-06-14Implemented macro expansion.alokp@chromium.org
2012-05-31Added PreprocessorTest::preprocess that preprocesses the input string and com...alokp@chromium.org
2012-05-31Fixed the location of EOF token. Added three new location tests for EOF.alokp@chromium.org
2012-05-30Updated VersionTest to use the same pattern as other tests.alokp@chromium.org
2012-05-30Removed the unnecessary usage of GTEST_HAS_PARAM_TEST and GTEST_HAS_COMBINE. ...alokp@chromium.org
2012-05-25Refactored all tests to derive from a common PreprocessorTest. This avoids so...alokp@chromium.org
2012-05-24Renamed UNEXPECTED_TOKEN_IN_DIRECTIVE to UNEXPECTED_TOKEN.alokp@chromium.org
2012-05-24Implemented #extension and #version directives.alokp@chromium.org
2012-05-24Implemented #error and #pragma directives. Added new tests and updated old on...alokp@chromium.org
2012-05-22Token::value now contains text for all types of tokens - not just CONST_INT, ...alokp@chromium.org
2012-05-17Fixed compile errors and warnings on linux.alokp@chromium.org
2012-05-17Moved error-handling to a separate class - Diagnostics. We were earlier retur...alokp@chromium.org
2012-05-16Added DEPS for gmock library.alokp@chromium.org
2012-05-01Using yy_scan_string, which flushes the old buffer does not work. GLSL requir...alokp@chromium.org
2012-04-30Added operator test.alokp@chromium.org
2012-04-27Changes to handle comments properly and associated tests.alokp@chromium.org
2012-04-26Added tests for token location.alokp@chromium.org
2012-04-26Replaced Token::Location::string with Token::Location::file.alokp@chromium.org
2012-04-25Fixed the usage of testing::Range. I was assuming that the range is closed in...alokp@chromium.org
2012-04-24Drastically simplified Input class. Now most of the heavy lifting is done by ...alokp@chromium.org
2012-04-23Added tests for the whole character set.alokp@chromium.org
2012-04-19Added a catch-rule for invalid numbers.alokp@chromium.org
2012-04-14Added tests for identifiers.alokp@chromium.org
2012-04-13Added tests for number types.alokp@chromium.org
2012-04-13Removed unnecessary includion of Token.h in various files.alokp@chromium.org
2012-04-13Added tests for pp::Token interface and white-space handling by the preproces...alokp@chromium.org
2012-04-11Added infrastructure for adding gtest-based tests. I need to use it for the n...alokp@chromium.org