From a2d0995a37bf881ee06d71083776dbb3069b22d0 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Fri, 22 May 2015 15:37:13 -0500 Subject: [PATCH] Update debug option for tests --- .../runtime/test/templates/ParserErrors/ContextListGetters.stg | 2 +- .../test/templates/ParserErrors/DuplicatedLeftRecursiveCall.stg | 2 +- .../runtime/test/templates/ParserErrors/InvalidEmptyInput.stg | 2 +- .../runtime/test/templates/ParserExec/PredicatedIfIfElse.stg | 2 +- .../SemPredEvalParser/ActionsHidePredsInGlobalFOLLOW.stg | 2 +- .../templates/SemPredEvalParser/DepedentPredsInGlobalFOLLOW.stg | 2 +- .../DependentPredNotInOuterCtxShouldBeIgnored.stg | 2 +- .../test/templates/SemPredEvalParser/DisabledAlternative.stg | 2 +- .../IndependentPredNotPassedOuterCtxToAvoidCastException.stg | 2 +- .../templates/SemPredEvalParser/PredTestedEvenWhenUnAmbig.stg | 2 +- .../templates/SemPredEvalParser/PredicateDependentOnArg.stg | 2 +- .../templates/SemPredEvalParser/PredicateDependentOnArg2.stg | 2 +- .../test/templates/SemPredEvalParser/PredsInGlobalFOLLOW.stg | 2 +- .../test/templates/SemPredEvalParser/RewindBeforePredEval.stg | 2 +- .../antlr4/runtime/test/templates/SemPredEvalParser/Simple.stg | 2 +- .../runtime/test/templates/SemPredEvalParser/SimpleValidate.stg | 2 +- .../test/templates/SemPredEvalParser/SimpleValidate2.stg | 2 +- .../antlr4/runtime/test/templates/SemPredEvalParser/ToLeft.stg | 2 +- .../templates/SemPredEvalParser/ToLeftWithVaryingPredicate.stg | 2 +- .../test/templates/SemPredEvalParser/UnpredicatedPathsInAlt.stg | 2 +- .../runtime/test/templates/SemPredEvalParser/ValidateInDFA.stg | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserErrors/ContextListGetters.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserErrors/ContextListGetters.stg index cfe60b896..25ee778f4 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserErrors/ContextListGetters.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserErrors/ContextListGetters.stg @@ -6,7 +6,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": false + "Debug": true ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserErrors/DuplicatedLeftRecursiveCall.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserErrors/DuplicatedLeftRecursiveCall.stg index 95ce24f73..eabd78f6b 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserErrors/DuplicatedLeftRecursiveCall.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserErrors/DuplicatedLeftRecursiveCall.stg @@ -1,7 +1,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": false + "Debug": true ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserErrors/InvalidEmptyInput.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserErrors/InvalidEmptyInput.stg index 4ca8543ea..6692b4245 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserErrors/InvalidEmptyInput.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserErrors/InvalidEmptyInput.stg @@ -6,7 +6,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": false + "Debug": true ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserExec/PredicatedIfIfElse.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserExec/PredicatedIfIfElse.stg index 9338f7762..d9125b00b 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserExec/PredicatedIfIfElse.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/ParserExec/PredicatedIfIfElse.stg @@ -6,7 +6,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": false + "Debug": true ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ActionsHidePredsInGlobalFOLLOW.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ActionsHidePredsInGlobalFOLLOW.stg index e61091c05..f1ec9bc9f 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ActionsHidePredsInGlobalFOLLOW.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ActionsHidePredsInGlobalFOLLOW.stg @@ -7,7 +7,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/DepedentPredsInGlobalFOLLOW.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/DepedentPredsInGlobalFOLLOW.stg index e035e01ce..705de777c 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/DepedentPredsInGlobalFOLLOW.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/DepedentPredsInGlobalFOLLOW.stg @@ -5,7 +5,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/DependentPredNotInOuterCtxShouldBeIgnored.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/DependentPredNotInOuterCtxShouldBeIgnored.stg index 42ac6b8b7..29f2641bc 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/DependentPredNotInOuterCtxShouldBeIgnored.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/DependentPredNotInOuterCtxShouldBeIgnored.stg @@ -3,7 +3,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/DisabledAlternative.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/DisabledAlternative.stg index 5af1398ba..d78e9e157 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/DisabledAlternative.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/DisabledAlternative.stg @@ -6,7 +6,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/IndependentPredNotPassedOuterCtxToAvoidCastException.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/IndependentPredNotPassedOuterCtxToAvoidCastException.stg index 7740b7240..715b0b754 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/IndependentPredNotPassedOuterCtxToAvoidCastException.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/IndependentPredNotPassedOuterCtxToAvoidCastException.stg @@ -1,7 +1,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredTestedEvenWhenUnAmbig.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredTestedEvenWhenUnAmbig.stg index c8b07769c..13b3f1f2d 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredTestedEvenWhenUnAmbig.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredTestedEvenWhenUnAmbig.stg @@ -1,7 +1,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredicateDependentOnArg.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredicateDependentOnArg.stg index a06dfad91..19173ed2d 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredicateDependentOnArg.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredicateDependentOnArg.stg @@ -8,7 +8,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredicateDependentOnArg2.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredicateDependentOnArg2.stg index 2dac96b88..c092804e5 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredicateDependentOnArg2.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredicateDependentOnArg2.stg @@ -12,7 +12,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredsInGlobalFOLLOW.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredsInGlobalFOLLOW.stg index 66af3d509..f12acd023 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredsInGlobalFOLLOW.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/PredsInGlobalFOLLOW.stg @@ -5,7 +5,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/RewindBeforePredEval.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/RewindBeforePredEval.stg index aef9f484b..f50048962 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/RewindBeforePredEval.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/RewindBeforePredEval.stg @@ -5,7 +5,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/Simple.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/Simple.stg index edae9b3ee..c2ef0ac30 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/Simple.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/Simple.stg @@ -1,7 +1,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/SimpleValidate.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/SimpleValidate.stg index 89ccf09b1..b0d67c9f6 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/SimpleValidate.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/SimpleValidate.stg @@ -1,7 +1,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/SimpleValidate2.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/SimpleValidate2.stg index 5cc7c4a97..901d344dd 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/SimpleValidate2.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/SimpleValidate2.stg @@ -1,7 +1,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ToLeft.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ToLeft.stg index c47f4c8cf..bdf34f315 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ToLeft.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ToLeft.stg @@ -1,7 +1,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ToLeftWithVaryingPredicate.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ToLeftWithVaryingPredicate.stg index 882ec127d..abc856745 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ToLeftWithVaryingPredicate.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ToLeftWithVaryingPredicate.stg @@ -7,7 +7,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/UnpredicatedPathsInAlt.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/UnpredicatedPathsInAlt.stg index baab3cd2f..baa024f09 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/UnpredicatedPathsInAlt.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/UnpredicatedPathsInAlt.stg @@ -1,7 +1,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [ diff --git a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ValidateInDFA.stg b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ValidateInDFA.stg index d1ba43393..e37b031b3 100644 --- a/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ValidateInDFA.stg +++ b/antlr4-testgen-maven-plugin/resources/org/antlr4/runtime/test/templates/SemPredEvalParser/ValidateInDFA.stg @@ -1,7 +1,7 @@ TestType() ::= "Parser" Options ::= [ - "Debug": true + "Debug": false ] Grammar ::= [