mesa/src/glsl/glcpp/tests
Carl Worth da6b10a7eb glcpp: Fix "unterminated if" diagnostic.
This was previously being appended to the output string *after* a copy
of the supposedly final string was made and handed to the caller. So
the diagnostic was never actually visible to the user.

We fix this by moving the check for an unterminated #if from
glcpp_parser_destroy to the calling function, preprocess.

This fixes the test case 083-unterminated-if.c.
2010-08-11 14:38:04 -07:00
..
000-content-with-spaces.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
000-content-with-spaces.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
001-define.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
001-define.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
002-define-chain.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
002-define-chain.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
003-define-chain-reverse.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
003-define-chain-reverse.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
004-define-recursive.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
004-define-recursive.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
005-define-composite-chain.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
005-define-composite-chain.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
006-define-composite-chain-reverse.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
006-define-composite-chain-reverse.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
007-define-composite-recursive.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
007-define-composite-recursive.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
008-define-empty.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
008-define-empty.c.expected glcpp: Avoid accidental token pasting in preprocessed result. 2010-07-20 17:01:12 -07:00
009-undef.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
009-undef.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
010-undef-re-define.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
010-undef-re-define.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
011-define-func-empty.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
011-define-func-empty.c.expected glcpp: Avoid accidental token pasting in preprocessed result. 2010-07-20 17:01:12 -07:00
012-define-func-no-args.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
012-define-func-no-args.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
013-define-func-1-arg-unused.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
013-define-func-1-arg-unused.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
014-define-func-2-arg-unused.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
014-define-func-2-arg-unused.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
015-define-object-with-parens.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
015-define-object-with-parens.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
016-define-func-1-arg.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
016-define-func-1-arg.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
017-define-func-2-args.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
017-define-func-2-args.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
018-define-func-macro-as-parameter.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
018-define-func-macro-as-parameter.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
019-define-func-1-arg-multi.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
019-define-func-1-arg-multi.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
020-define-func-2-arg-multi.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
020-define-func-2-arg-multi.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
021-define-func-compose.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
021-define-func-compose.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
022-define-func-arg-with-parens.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
022-define-func-arg-with-parens.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
023-define-extra-whitespace.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
023-define-extra-whitespace.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
024-define-chain-to-self-recursion.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
024-define-chain-to-self-recursion.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
025-func-macro-as-non-macro.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
025-func-macro-as-non-macro.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
026-define-func-extra-newlines.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
026-define-func-extra-newlines.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
027-define-chain-obj-to-func.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
027-define-chain-obj-to-func.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
028-define-chain-obj-to-non-func.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
028-define-chain-obj-to-non-func.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
029-define-chain-obj-to-func-with-args.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
029-define-chain-obj-to-func-with-args.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
030-define-chain-obj-to-func-compose.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
030-define-chain-obj-to-func-compose.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
031-define-chain-func-to-func-compose.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
031-define-chain-func-to-func-compose.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
032-define-func-self-recurse.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
032-define-func-self-recurse.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
033-define-func-self-compose.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
033-define-func-self-compose.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
034-define-func-self-compose-non-func.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
034-define-func-self-compose-non-func.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
035-define-func-self-compose-non-func-multi-token-argument.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
035-define-func-self-compose-non-func-multi-token-argument.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
036-define-func-non-macro-multi-token-argument.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
036-define-func-non-macro-multi-token-argument.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
037-finalize-unexpanded-macro.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
037-finalize-unexpanded-macro.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
038-func-arg-with-commas.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
038-func-arg-with-commas.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
039-func-arg-obj-macro-with-comma.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
039-func-arg-obj-macro-with-comma.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
040-token-pasting.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
040-token-pasting.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
041-if-0.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
041-if-0.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
042-if-1.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
042-if-1.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
043-if-0-else.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
043-if-0-else.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
044-if-1-else.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
044-if-1-else.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
045-if-0-elif.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
045-if-0-elif.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
046-if-1-elsif.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
046-if-1-elsif.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
047-if-elif-else.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
047-if-elif-else.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
048-if-nested.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
048-if-nested.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
049-if-expression-precedence.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
049-if-expression-precedence.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
050-if-defined.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
050-if-defined.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
051-if-relational.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
051-if-relational.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
052-if-bitwise.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
052-if-bitwise.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
053-if-divide-and-shift.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
053-if-divide-and-shift.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
054-if-with-macros.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
054-if-with-macros.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
055-define-chain-obj-to-func-parens-in-text.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
055-define-chain-obj-to-func-parens-in-text.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
056-macro-argument-with-comma.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
056-macro-argument-with-comma.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
057-empty-arguments.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
057-empty-arguments.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
058-token-pasting-empty-arguments.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
058-token-pasting-empty-arguments.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
059-token-pasting-integer.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
059-token-pasting-integer.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
060-left-paren-in-macro-right-paren-in-text.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
060-left-paren-in-macro-right-paren-in-text.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
061-define-chain-obj-to-func-multi.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
061-define-chain-obj-to-func-multi.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
062-if-0-skips-garbage.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
062-if-0-skips-garbage.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
063-comments.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
063-comments.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
064-version.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
064-version.c.expected glcpp: Fix expected result for the 064-version.c test. 2010-08-10 18:25:30 -07:00
065-if-defined-parens.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
065-if-defined-parens.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
066-if-nospace-expression.c glcpp: Support #if(expression) with no intervening space. 2010-07-20 17:01:11 -07:00
066-if-nospace-expression.c.expected glcpp: Support #if(expression) with no intervening space. 2010-07-20 17:01:11 -07:00
067-nested-ifdef-ifndef.c glcpp: Fix support for nested #ifdef and nested #ifndef 2010-07-20 17:01:11 -07:00
067-nested-ifdef-ifndef.c.expected glcpp: Fix support for nested #ifdef and nested #ifndef 2010-07-20 17:01:11 -07:00
068-accidental-pasting.c glcpp: Avoid accidental token pasting in preprocessed result. 2010-07-20 17:01:12 -07:00
068-accidental-pasting.c.expected glcpp: Avoid accidental token pasting in preprocessed result. 2010-07-20 17:01:12 -07:00
069-repeated-argument.c glcpp: Fix function-like macros with an argument used multiple times. 2010-07-22 16:38:12 -07:00
069-repeated-argument.c.expected glcpp: Add expected output for a recently-added test. 2010-07-28 13:48:32 -07:00
070-undefined-macro-in-expression.c glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
070-undefined-macro-in-expression.c.expected glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
071-punctuator.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
071-punctuator.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
072-token-pasting-same-line.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
072-token-pasting-same-line.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
073-if-in-ifdef.c glcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not #if. 2010-08-04 23:37:19 -07:00
073-if-in-ifdef.c.expected glcpp: Add a testcase for the failure in compiling xonotic's shader. 2010-08-01 11:40:07 -07:00
074-elif-undef.c glcpp/tests: Add a corollary to testcase 073 for testing #elif. 2010-08-04 23:37:19 -07:00
074-elif-undef.c.expected glcpp/tests: Commit forgotten file 074-elif-undef.c.expected. 2010-08-10 19:18:44 -07:00
075-elif-elif-undef.c glcpp: Additional fixes for not evaluating skipped #if/#elif expressions. 2010-08-11 12:43:44 -07:00
075-elif-elif-undef.c.expected glcpp: Additional fixes for not evaluating skipped #if/#elif expressions. 2010-08-11 12:43:44 -07:00
076-elif-undef-nested.c glcpp: Additional fixes for not evaluating skipped #if/#elif expressions. 2010-08-11 12:43:44 -07:00
076-elif-undef-nested.c.expected glcpp: Additional fixes for not evaluating skipped #if/#elif expressions. 2010-08-11 12:43:44 -07:00
077-else-without-if.c glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
077-else-without-if.c.expected glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
078-elif-without-if.c glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
078-elif-without-if.c.expected glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
079-endif-without-if.c glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
079-endif-without-if.c.expected glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
080-if-without-expression.c glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
080-if-without-expression.c.expected glcpp: Add an explicit diagnostic for #if with no expression. 2010-08-11 14:38:04 -07:00
081-elif-without-expression.c glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
081-elif-without-expression.c.expected glcpp: Reword diagnostic for #elif with no expression 2010-08-11 14:38:03 -07:00
082-invalid-paste.c glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
082-invalid-paste.c.expected glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
083-unterminated-if.c glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
083-unterminated-if.c.expected glcpp: Fix "unterminated if" diagnostic. 2010-08-11 14:38:04 -07:00
084-unbalanced-parentheses.c glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
085-incorrect-argument-count.c glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
085-incorrect-argument-count.c.expected glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
086-reserved-macro-names.c glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
086-reserved-macro-names.c.expected glcpp: Add several tests for diagnostics. 2010-08-11 14:38:03 -07:00
099-c99-example.c glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
099-c99-example.c.expected glsl2: Move the compiler to the subdirectory it will live in in Mesa. 2010-06-24 15:36:00 -07:00
glcpp-test glcpp-test: Capture the stderr output of the preprocessor. 2010-08-11 14:38:03 -07:00