From aed6c4c58e67fb8ab9bde9569b00069224dfce8c Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 25 Sep 2024 22:14:48 -0400 Subject: [PATCH] Blacklist some broken tests --- conf/generators/meta-path/hdlconvertor_std2017.json | 1 + generators/ivtest | 2 ++ 2 files changed, 3 insertions(+) diff --git a/conf/generators/meta-path/hdlconvertor_std2017.json b/conf/generators/meta-path/hdlconvertor_std2017.json index 1669ecf44fe4d..ca083ce0a46c4 100644 --- a/conf/generators/meta-path/hdlconvertor_std2017.json +++ b/conf/generators/meta-path/hdlconvertor_std2017.json @@ -18,6 +18,7 @@ "p188_3.sv", "p191.sv", "p196_2.sv", + "p197.sv", "p201.sv", "p220.sv", "p221.sv", diff --git a/generators/ivtest b/generators/ivtest index 16247c3bd4d05..a17044d2355d5 100755 --- a/generators/ivtest +++ b/generators/ivtest @@ -279,6 +279,8 @@ ivtest_file_exclude = [ 'pr1698659', 'pr2076425', 'shellho1', + # needs data text file that this test harness doesn't enable finding + 'pr2800985a', # primitive table rows are invalid, fails on multiple commercial tools "pr3587570", ]