summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/all_tapsets.stp
Commit message (Collapse)AuthorAgeFilesLines
* PR11405: Warn and continue for parsing errors in tapsetsJosh Stone2010-03-201-0/+5
When we start seeing tapsets provided by third parties, any errors in their files should not be fatal to us. Since we don't really know which tapsets are our own, this leniency applies to all. * main.cxx (main): Warn on tapset errors, but continue unless -W. * testsuite/parseko/bad_tapset/foo.stp: New bogus tapset. * testsuite/parseko/bad_tapset.stp: Check that "-W -I bad_tapset" fails. * testsuite/parseok/bad_tapset.stp: Check that "-I bad_tapset" succeeds. * testsuite/parseok/all_tapsets.stp: Check -W with the default tapsets.