From 3c764a65e14d34aca0821a75d64ef401fe5e8f71 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 19 Feb 2019 20:56:31 -0800 Subject: [PATCH] Revert 054 fuzzer. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/054-pip-fan-alt/Makefile | 3 ++- fuzzers/054-pip-fan-alt/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fuzzers/054-pip-fan-alt/Makefile b/fuzzers/054-pip-fan-alt/Makefile index 0183bbfe..7b6add6d 100644 --- a/fuzzers/054-pip-fan-alt/Makefile +++ b/fuzzers/054-pip-fan-alt/Makefile @@ -1,4 +1,5 @@ -MAKETODO_FLAGS=--re "^INT_[LR].(?!IMUX)[^\.]+.\.GFAN[0-9]$$" +#MAKETODO_FLAGS=--re "^INT_[LR].(?!IMUX)[^\.]+.\.GFAN[0-9]$$" +MAKETODO_FLAGS=--re "^INT_[LR].FAN_ALT.*GFAN" GENERATE_FLAGS=--todo ../todo.txt N = 48 SEGMATCH_FLAGS=-m 30 -M 45 -c 2 diff --git a/fuzzers/054-pip-fan-alt/README.md b/fuzzers/054-pip-fan-alt/README.md index 11b14713..670d7cc7 100644 --- a/fuzzers/054-pip-fan-alt/README.md +++ b/fuzzers/054-pip-fan-alt/README.md @@ -1,5 +1,5 @@ -Fuzzer for the ALT_FAN.*GFAN PIPs and BYP_ALT.*GFAN PIPs +Fuzzer for the ALT_FAN.*GFAN PIPs --------------------------------- This fuzzer solves the ALT_FAN.GFAN PIPs which had collisions with the GFAN PIPs.