Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: bison/src/bison/2.4.1/bison-2.4.1-src/tests/testsuite.at

Issue 10807020: Add native Windows binary for bison. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Test suite for GNU Bison. -*- Autotest -*-
2
3 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software
4 # Foundation, Inc.
5
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
10 #
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18
19
20 # Testing resistance to user bugs.
21 m4_include([input.at])
22
23 # Testing output file names.
24 m4_include([output.at])
25
26 # Testing skeleton support.
27 m4_include([skeletons.at])
28
29 # Testing the part of the engine that computes FOLLOW etc.
30 m4_include([sets.at])
31
32 # Testing grammar reduction.
33 m4_include([reduce.at])
34
35 # Testing that #lines are correct.
36 m4_include([synclines.at])
37
38 # Testing that headers are sane.
39 m4_include([headers.at])
40
41 # Testing that user actions are properly performed.
42 m4_include([actions.at])
43
44 # Testing conflicts detection and resolution.
45 m4_include([conflicts.at])
46
47 # Fulling testing (compilation and execution of the parser) on calc.
48 m4_include([calc.at])
49
50 # Huge artificial grammars.
51 # Torturing the stack expansion at runtime.
52 m4_include([torture.at])
53
54 # Checking big, real world grammars.
55 m4_include([existing.at])
56
57 # Some old bugs.
58 m4_include([regression.at])
59
60 # Some C++ specific tests.
61 m4_include([c++.at])
62
63 # And some Java specific tests.
64 m4_include([java.at])
65
66 # GLR tests:
67 # C++ types, simplified
68 m4_include([cxx-type.at])
69 # Regression tests
70 m4_include([glr-regression.at])
71
72 # Push parsing specific tests.
73 m4_include([push.at])
OLDNEW
« no previous file with comments | « bison/src/bison/2.4.1/bison-2.4.1-src/tests/synclines.at ('k') | bison/src/bison/2.4.1/bison-2.4.1-src/tests/torture.at » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698