aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/README
diff options
context:
space:
mode:
authorBruce Korb <bkorb@gnu.org>2012-10-29 16:44:34 +0000
committerBruce Korb <korbb@gcc.gnu.org>2012-10-29 16:44:34 +0000
commit7e41654136975b1ee18cc8e7c97e16e9f6206452 (patch)
tree041ab47b1a5538f005ec95ec88d8276481253110 /fixincludes/README
parent99a0106fa74a2d33ebb62ee5407e154508f59d83 (diff)
downloadgcc-7e41654136975b1ee18cc8e7c97e16e9f6206452.zip
gcc-7e41654136975b1ee18cc8e7c97e16e9f6206452.tar.gz
gcc-7e41654136975b1ee18cc8e7c97e16e9f6206452.tar.bz2
Omit testing wrap and replacement fixes during testing.
This exposes a missing result and tests a test that got hidden before. From-SVN: r192952
Diffstat (limited to 'fixincludes/README')
-rw-r--r--fixincludes/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/fixincludes/README b/fixincludes/README
index c7144a0..9b48210 100644
--- a/fixincludes/README
+++ b/fixincludes/README
@@ -44,6 +44,9 @@ To make your fix, you will need to do several things:
Make sure it is now properly handled. Add tests to the
"test_text" entry(ies) that validate your fix. This will
help ensure that future fixes won't negate your work.
+ Do *NOT* specify test text for "wrap" or "replacement" fixes.
+ There is no real possibility that these fixes will fail.
+ If they do, you will surely know straight away.
5. Go into the fixincludes build directory and type, "make check".
You are guaranteed to have issues printed out as a result.