Commit 4b70772b by Bruce Korb

Clarify how tests are handled

From-SVN: r117185
parent c8bd30dd
...@@ -106,6 +106,10 @@ MAKING CHANGES TO INCLHACK.DEF ...@@ -106,6 +106,10 @@ MAKING CHANGES TO INCLHACK.DEF
rules, except that the backslash is processed before rules, except that the backslash is processed before
'\\', '\'' and '#' characters (using C character syntax). '\\', '\'' 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: Examples of test specifications:
hackname = broken_assert_stdio; hackname = broken_assert_stdio;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment