From 05762018d3861a7ec9a5e0343e1e94434bf44242 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Mon, 20 Jul 2020 08:03:36 -0700 Subject: [PATCH] Increase the IOB sample count to attempt to decouple HDIO solutions. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/031-iob-spec/Makefile | 2 +- fuzzers/031-iob-spec/top.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzzers/031-iob-spec/Makefile b/fuzzers/031-iob-spec/Makefile index 055e9ce..156c058 100644 --- a/fuzzers/031-iob-spec/Makefile +++ b/fuzzers/031-iob-spec/Makefile @@ -7,7 +7,7 @@ # SPDX-License-Identifier: ISC BUILD_DIR = build -N := 226 +N := 301 SPECIMENS := $(addprefix $(BUILD_DIR)/specimen_,$(shell seq -f '%03.0f' $(N))) SPECIMENS_OK := $(addsuffix /OK,$(SPECIMENS)) diff --git a/fuzzers/031-iob-spec/top.py b/fuzzers/031-iob-spec/top.py index 0db36f8..8e7245b 100644 --- a/fuzzers/031-iob-spec/top.py +++ b/fuzzers/031-iob-spec/top.py @@ -15,7 +15,7 @@ from utils import spec_top SPECS = ( - (io, 125), + (io, 200), (iologic, 100), (empty, 1), )