From 4b70772b2e9eb4f2b5afdcea2c49fbb32c28aff7 Mon Sep 17 00:00:00 2001 From: Bruce Korb Date: Sun, 24 Sep 2006 20:12:50 +0000 Subject: [PATCH] Clarify how tests are handled From-SVN: r117185 --- fixincludes/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fixincludes/README b/fixincludes/README index d59791332a6..c94986cd411 100644 --- a/fixincludes/README +++ b/fixincludes/README @@ -106,6 +106,10 @@ MAKING CHANGES TO INCLHACK.DEF 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;