OSDN Git Service

Clarify how tests are handled
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Sep 2006 20:12:50 +0000 (20:12 +0000)
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Sep 2006 20:12:50 +0000 (20:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117185 138bc75d-0d04-0410-961f-82ee72b054a4

fixincludes/README

index d597913..c94986c 100644 (file)
@@ -106,6 +106,10 @@ MAKING CHANGES TO INCLHACK.DEF
         rules, except that the backslash is processed before
         '\\', '\'' and '#' characters (using C character syntax).
 
         rules, except that the backslash is processed before
         '\\', '\'' and '#' characters (using C character syntax).
 
+    Each test must pass or the fix is not applied.  For example,
+    all "select" expressions must be found and not one "bypass"
+    selection may be found.
+
     Examples of test specifications:
 
       hackname = broken_assert_stdio;
     Examples of test specifications:
 
       hackname = broken_assert_stdio;