CMake/Tests/RunCMake/Syntax
Brad King 3a65606591 Fix assertion failure on unmatched foreach in function (#15572)
The lexical scope counting added by commit v3.2.0-rc1~332^2~1 (Track
nested loop levels in CMake language with a stack of counters,
2014-11-18) forgot to account for scopes popped by error messages about
unclosed scopes.  Teach the error handler to pop the lexical scope it
reports as unclosed.  Re-order the lexical scope RAII object to be
inside the variable scope RAII object scope so that the lexical scope
is fully closed before we check assertions about variable scopes.

Extend the RunCMake.Syntax test with a case covering this.
2015-05-18 11:13:05 -04:00
..
.gitattributes Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
AtWithVariable-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariable.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableAtOnly-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableAtOnly.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableAtOnlyFile-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableAtOnlyFile.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableEmptyExpansion-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableEmptyExpansion.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableEmptyExpansionAtOnly-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableEmptyExpansionAtOnly.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableFile-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableFile.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
BOM-UTF-8-stdout.txt cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-8.cmake cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-16-BE-result.txt cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-16-BE-stderr.txt cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-16-BE.cmake cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-16-LE-result.txt cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-16-LE-stderr.txt cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-16-LE.cmake cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-32-BE-result.txt cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-32-BE-stderr.txt cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-32-BE.cmake cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-32-LE-result.txt cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-32-LE-stderr.txt cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-32-LE.cmake cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
Bracket0-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
Bracket0.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
Bracket1-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
Bracket1.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
Bracket2-stdout.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
Bracket2.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketBackslash-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketBackslash-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketBackslash.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketCRLF-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketCRLF.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment0-stdout.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment0.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment1-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment1-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment1.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment2-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment2-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment2.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment3-stdout.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment3.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment4-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment4-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment4.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment5-stdout.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment5.cmake Add to RunCMake.Syntax test comments not separated by spaces 2013-10-29 09:55:43 -04:00
BracketNoSpace0-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace0-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace0.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace1-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace1-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace1.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace2-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace2-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace2.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace3-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace3-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace3.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace4-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace4-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace4.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace5-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace5-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace5.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
CMP0053-At-NEW-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-At-NEW.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-At-OLD-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-At-OLD.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-At-WARN-newlines-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-At-WARN-newlines.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-At-WARN-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-At-WARN.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NUL-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NUL.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithCarriageReturn-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithCarriageReturn-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithCarriageReturn.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithCarriageReturnQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedSpaces-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedSpaces-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedSpaces.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedSpacesQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedTabs-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedTabs-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedTabs.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedTabsQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithNewline-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithNewline-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithNewline.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithNewlineQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithSpaces-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithSpaces-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithSpaces.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithSpacesQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithSpacesQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithSpacesQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithTabs-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithTabs-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithTabs.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithTabsQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithTabsQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithTabsQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-ParenInENV-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-ParenInENV.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-ParenInQuotedENV-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-ParenInQuotedENV.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-WARN-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-WARN.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMakeLists.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CommandComments-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandComments.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError0-result.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError0-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError0.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError1-result.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError1-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError1.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError2-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
CommandError2-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
CommandError2.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
CommandNewlines-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandNewlines.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandSpaces-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandSpaces.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandTabs-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandTabs.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
Escape1-stderr.txt Add to RunCMake.Syntax test \-escape cases 2013-10-29 10:21:50 -04:00
Escape1.cmake Add to RunCMake.Syntax test \-escape cases 2013-10-29 10:21:50 -04:00
Escape2-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
Escape2-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
Escape2.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
EscapeChar-char-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
EscapeChar-char-stderr.txt.in EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
EscapeChar-char.cmake.in EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
EscapeCharsAllowed-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
EscapeCharsAllowed.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
EscapeCharsDisallowed.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
EscapeQuotes-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
EscapeQuotes.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
EscapedAt-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
EscapedAt.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
ExpandInAt-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
ExpandInAt.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
ForEachBracket1-stderr.txt Test foreach/function/macro handling of bracket arguments 2013-10-30 19:13:41 -04:00
ForEachBracket1.cmake Test foreach/function/macro handling of bracket arguments 2013-10-30 19:13:41 -04:00
FunctionBracket1-stderr.txt Test foreach/function/macro handling of bracket arguments 2013-10-30 19:13:41 -04:00
FunctionBracket1.cmake Test foreach/function/macro handling of bracket arguments 2013-10-30 19:13:41 -04:00
FunctionUnmatchedForeach-result.txt Fix assertion failure on unmatched foreach in function (#15572) 2015-05-18 11:13:05 -04:00
FunctionUnmatchedForeach-stderr.txt Fix assertion failure on unmatched foreach in function (#15572) 2015-05-18 11:13:05 -04:00
FunctionUnmatchedForeach.cmake Fix assertion failure on unmatched foreach in function (#15572) 2015-05-18 11:13:05 -04:00
MacroBracket1-stderr.txt Test foreach/function/macro handling of bracket arguments 2013-10-30 19:13:41 -04:00
MacroBracket1.cmake Test foreach/function/macro handling of bracket arguments 2013-10-30 19:13:41 -04:00
MacroUnmatchedForeach-result.txt Fix assertion failure on unmatched foreach in function (#15572) 2015-05-18 11:13:05 -04:00
MacroUnmatchedForeach-stderr.txt Fix assertion failure on unmatched foreach in function (#15572) 2015-05-18 11:13:05 -04:00
MacroUnmatchedForeach.cmake Fix assertion failure on unmatched foreach in function (#15572) 2015-05-18 11:13:05 -04:00
NameWithCarriageReturn-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithCarriageReturn-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithCarriageReturn.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithCarriageReturnQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithCarriageReturnQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithCarriageReturnQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedSpaces-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedSpaces-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedSpaces.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedSpacesQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedSpacesQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedSpacesQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedTabs-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedTabs-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedTabs.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedTabsQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedTabsQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedTabsQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithNewline-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithNewline-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithNewline.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithNewlineQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithNewlineQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithNewlineQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithSpaces-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithSpaces-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithSpaces.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithSpacesQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithSpacesQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithSpacesQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithTabs-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithTabs-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithTabs.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithTabsQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithTabsQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithTabsQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
OneLetter-stderr.txt cmListFileLexer: Allow command names with one letter (#14181) 2013-10-17 09:06:59 -04:00
OneLetter.cmake cmListFileLexer: Allow command names with one letter (#14181) 2013-10-17 09:06:59 -04:00
ParenInENV-result.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
ParenInENV-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
ParenInENV.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
ParenInQuotedENV-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
ParenInQuotedENV.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
ParenInVarName0-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
ParenInVarName0-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
ParenInVarName0.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
ParenInVarName1-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
ParenInVarName1-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
ParenInVarName1.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
ParenNoSpace0-stdout.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
ParenNoSpace0.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
ParenNoSpace1-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
ParenNoSpace1-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
ParenNoSpace1.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
ParenNoSpace2-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
ParenNoSpace2-stdout.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
ParenNoSpace2.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
RunCMakeTest.cmake Fix assertion failure on unmatched foreach in function (#15572) 2015-05-18 11:13:05 -04:00
String0-stderr.txt Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
String0.cmake Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
String1-stderr.txt Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
String1.cmake Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
StringBackslash-result.txt Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringBackslash-stderr.txt Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringBackslash.cmake Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringCRLF-stderr.txt cmListFileLexer: Convert CRLF -> LF newlines explicitly 2013-10-17 09:07:00 -04:00
StringCRLF.cmake cmListFileLexer: Convert CRLF -> LF newlines explicitly 2013-10-17 09:07:00 -04:00
StringContinuation1-result.txt Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringContinuation1-stderr.txt Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringContinuation1.cmake Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringContinuation2-result.txt Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringContinuation2-stderr.txt Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringContinuation2.cmake Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringNoSpace-stderr.txt Warn about arguments not separated by whitespace 2013-08-08 13:26:27 -04:00
StringNoSpace.cmake Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
Unquoted0-stderr.txt Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
Unquoted0.cmake Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
Unquoted1-stderr.txt cmListFileLexer: Fix lexing of single '[' character (#15092) 2014-08-18 10:18:20 -04:00
Unquoted1.cmake cmListFileLexer: Fix lexing of single '[' character (#15092) 2014-08-18 10:18:20 -04:00
Unquoted2-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
Unquoted2.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace0-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace0-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace0.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace1-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace1.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace2-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace2-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace2.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBracket0-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracket0-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracket0.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracket1-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracket1-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracket1.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracketComment-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracketComment-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracketComment.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedCall1-result.txt Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
UnterminatedCall1-stderr.txt Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
UnterminatedCall1.cmake Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
UnterminatedCall2-result.txt cmListFileLexer: Fix line number after backslash in string 2013-08-08 13:26:26 -04:00
UnterminatedCall2-stderr.txt cmListFileLexer: Fix line number after backslash in string 2013-08-08 13:26:26 -04:00
UnterminatedCall2.cmake cmListFileLexer: Fix line number after backslash in string 2013-08-08 13:26:26 -04:00
UnterminatedString-result.txt Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
UnterminatedString-stderr.txt Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
UnterminatedString.cmake Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
atfile.txt.in tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00