mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
tests: clean up push.at test group titles.
* tests/push.at: Remove "Push Parsing: " from test group titles because these are already under the banner "Push Parsing Tests".
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2009-09-13 Joel E. Denny <jdenny@clemson.edu>
|
||||||
|
|
||||||
|
tests: clean up push.at test group titles.
|
||||||
|
* tests/push.at: Remove "Push Parsing: " from test group titles
|
||||||
|
because these are already under the banner "Push Parsing Tests".
|
||||||
|
|
||||||
2009-09-12 Alex Rozenman <rozenman@gmail.com>
|
2009-09-12 Alex Rozenman <rozenman@gmail.com>
|
||||||
|
|
||||||
Provide an additional sub-message for clarity.
|
Provide an additional sub-message for clarity.
|
||||||
|
|||||||
@@ -16,11 +16,11 @@
|
|||||||
|
|
||||||
AT_BANNER([[Push Parsing Tests]])
|
AT_BANNER([[Push Parsing Tests]])
|
||||||
|
|
||||||
## ---------------------------------------------- ##
|
## -------------------------------- ##
|
||||||
## Push Parsing: Memory Leak for Early Deletion. ##
|
## Memory Leak for Early Deletion. ##
|
||||||
## ---------------------------------------------- ##
|
## -------------------------------- ##
|
||||||
|
|
||||||
AT_SETUP([[Push Parsing: Memory Leak for Early Deletion]])
|
AT_SETUP([[Memory Leak for Early Deletion]])
|
||||||
|
|
||||||
# Requires Valgrind.
|
# Requires Valgrind.
|
||||||
|
|
||||||
@@ -77,11 +77,11 @@ AT_PARSER_CHECK([[./input]])
|
|||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|
||||||
## ----------------------------------------- ##
|
## --------------------------- ##
|
||||||
## Push Parsing: Multiple impure instances. ##
|
## Multiple impure instances. ##
|
||||||
## ----------------------------------------- ##
|
## --------------------------- ##
|
||||||
|
|
||||||
AT_SETUP([[Push Parsing: Multiple impure instances]])
|
AT_SETUP([[Multiple impure instances]])
|
||||||
|
|
||||||
m4_pushdef([AT_MULTIPLE_IMPURE_INSTANCES_CHECK], [
|
m4_pushdef([AT_MULTIPLE_IMPURE_INSTANCES_CHECK], [
|
||||||
AT_DATA_GRAMMAR([[input.y]],
|
AT_DATA_GRAMMAR([[input.y]],
|
||||||
@@ -148,11 +148,11 @@ m4_popdef([AT_MULTIPLE_IMPURE_INSTANCES_CHECK])
|
|||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|
||||||
## ------------------------------------- ##
|
## ----------------------- ##
|
||||||
## Push Parsing: Unsupported Skeletons. ##
|
## Unsupported Skeletons. ##
|
||||||
## ------------------------------------- ##
|
## ----------------------- ##
|
||||||
|
|
||||||
AT_SETUP([[Push Parsing: Unsupported Skeletons]])
|
AT_SETUP([[Unsupported Skeletons]])
|
||||||
|
|
||||||
AT_DATA([[input.y]],
|
AT_DATA([[input.y]],
|
||||||
[[%glr-parser
|
[[%glr-parser
|
||||||
|
|||||||
Reference in New Issue
Block a user