aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-14 07:31:54 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-14 07:31:54 +0200
commit5ba4937ff764c8920df8edbedf7b96c8febc1494 (patch)
treef4007fc773e75e0d8cbd0d4bb7f448aef4f231b9 /testsuite
parent9c9195793dc72e91e2df4d509560e43da6c3424c (diff)
downloadghdl-5ba4937ff764c8920df8edbedf7b96c8febc1494.tar.gz
ghdl-5ba4937ff764c8920df8edbedf7b96c8febc1494.tar.bz2
ghdl-5ba4937ff764c8920df8edbedf7b96c8febc1494.zip
testsuite/gna/README: document naming convention.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/gna/README13
1 files changed, 11 insertions, 2 deletions
diff --git a/testsuite/gna/README b/testsuite/gna/README
index 37155ad33..58f99572e 100644
--- a/testsuite/gna/README
+++ b/testsuite/gna/README
@@ -1,8 +1,17 @@
Tests
-----
-This directory contains a regression testsuite. See the driver testsuite.sh
-for naming convention.
+This directory contains a regression testsuite.
+
+Each test correspond to one report, and is put in one directory (using
+the support/bug number)
+
+* bug0XX is for bugs not reported.
+* bug[1-9]XXX is for bugs reported on https://gna.org/bugs/?group=ghdl
+* srXXX is for support reported on https://gna.org/support/?group=ghdl
+* debXX is for bugs report on https://www.debian.org/Bugs/
+* ticketXX is from https://sourceforge.net/p/ghdl-updates/tickets/
+* issueXXX is from https://github.com/ghdl/ghdl/issues
The tests are run by a unix shell like bash (not a c-shell). This is fine
under Linux and MacOS-X, but creates issues on Windows.