From f870c755fa6b8f85c4708b087b0730d7848d2906 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Thu, 9 Jul 2026 20:45:55 -0700 Subject: [PATCH] ivtest: Run nested enum tests through vlog95 The br_gh1385a, br_gh1385b, and br_gh1385c JSON descriptors mark the vlog95 variants as compile errors. The enum typedefs are translated correctly, so the compile error expectation causes the tests to fail when compilation succeeds. Remove the stale overrides and run the translated tests through vlog95. Fixes: 10349287a030 ("Add regression tests for enum typedefs in nested scopes") Signed-off-by: Lars-Peter Clausen --- ivtest/vvp_tests/br_gh1385a.json | 6 +----- ivtest/vvp_tests/br_gh1385b.json | 6 +----- ivtest/vvp_tests/br_gh1385c.json | 6 +----- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/ivtest/vvp_tests/br_gh1385a.json b/ivtest/vvp_tests/br_gh1385a.json index 82757362e..86da73c46 100644 --- a/ivtest/vvp_tests/br_gh1385a.json +++ b/ivtest/vvp_tests/br_gh1385a.json @@ -1,9 +1,5 @@ { "type" : "normal", "source" : "br_gh1385a.v", - "iverilog-args" : [ "-g2005-sv" ], - "vlog95" : { - "__comment" : "Enum typedefs are not translated", - "type" : "CE" - } + "iverilog-args" : [ "-g2005-sv" ] } diff --git a/ivtest/vvp_tests/br_gh1385b.json b/ivtest/vvp_tests/br_gh1385b.json index c2e17a36d..1949f3d57 100644 --- a/ivtest/vvp_tests/br_gh1385b.json +++ b/ivtest/vvp_tests/br_gh1385b.json @@ -1,9 +1,5 @@ { "type" : "normal", "source" : "br_gh1385b.v", - "iverilog-args" : [ "-g2005-sv" ], - "vlog95" : { - "__comment" : "Enum typedefs are not translated", - "type" : "CE" - } + "iverilog-args" : [ "-g2005-sv" ] } diff --git a/ivtest/vvp_tests/br_gh1385c.json b/ivtest/vvp_tests/br_gh1385c.json index 8f0c46a12..0e6955bc5 100644 --- a/ivtest/vvp_tests/br_gh1385c.json +++ b/ivtest/vvp_tests/br_gh1385c.json @@ -1,9 +1,5 @@ { "type" : "normal", "source" : "br_gh1385c.v", - "iverilog-args" : [ "-g2005-sv" ], - "vlog95" : { - "__comment" : "Enum typedefs are not translated", - "type" : "CE" - } + "iverilog-args" : [ "-g2005-sv" ] }