* tests/torture.at (Big triangle): New.

(GNU AWK Grammar, GNU Cim Grammar): Move to...
* tests/existing.at: here.
This commit is contained in:
Akim Demaille
2002-04-07 17:44:38 +00:00
parent 5123689ba0
commit 817e9f41d1
6 changed files with 1348 additions and 1199 deletions

View File

@@ -49,7 +49,7 @@ TESTSUITE_AT = \
output.at sets.at reduce.at \
synclines.at headers.at actions.at conflicts.at \
calc.at \
torture.at regression.at \
torture.at existing.at regression.at \
semantic.at
TESTSUITE = $(srcdir)/testsuite

1209
tests/existing.at Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# Process this file with autom4te to create testsuite. -*- Autotest -*-
# Test suite for GNU Bison.
# Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -52,10 +52,13 @@ m4_include([conflicts.at])
# Fulling testing (compilation and execution of the parser) on calc.
m4_include([calc.at])
# Huge artificial grammars.
# Torturing the stack expansion at runtime.
# Checking big, real world grammars.
m4_include([torture.at])
# Checking big, real world grammars.
m4_include([existing.at])
# Some old bugs.
m4_include([regression.at])

File diff suppressed because it is too large Load Diff