From c70e5bebaeaf5b0bd54ee84dc644ddd6973a1b86 Mon Sep 17 00:00:00 2001 From: mergify[bot] Date: Thu, 10 Nov 2022 23:55:25 +0000 Subject: Update CompatibilityInteroperabilitySpec.scala (#2840) (#2842) (cherry picked from commit aa596b98d5e030294041f2e90eee1f78ca1e401b) Co-authored-by: Megan Wachs --- .../chiselTests/CompatibilityInteroperabilitySpec.scala | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/test/scala/chiselTests') diff --git a/src/test/scala/chiselTests/CompatibilityInteroperabilitySpec.scala b/src/test/scala/chiselTests/CompatibilityInteroperabilitySpec.scala index eb5aaaba..d388c093 100644 --- a/src/test/scala/chiselTests/CompatibilityInteroperabilitySpec.scala +++ b/src/test/scala/chiselTests/CompatibilityInteroperabilitySpec.scala @@ -488,8 +488,6 @@ class CompatibilityInteroperabilitySpec extends ChiselFlatSpec { "A chisel3.Bundle with only unspecified directions" should "work with D/I" in { - // This test is NOT expected to work on 3.5.x, it should throw an error in the IO construction. - object Chisel3 { import chisel3._ import chisel3.experimental.hierarchy.{instantiable, public, Instance} @@ -518,8 +516,6 @@ class CompatibilityInteroperabilitySpec extends ChiselFlatSpec { "A chisel3.Bundle with mixed Specified and Unspecified directions" should "work with D/I" in { - // This test is NOT expected to work on 3.5.x, it should throw an error in the IO construction. - object Chisel3 { import chisel3._ import chisel3.experimental.hierarchy.{instantiable, public, Instance} @@ -548,8 +544,6 @@ class CompatibilityInteroperabilitySpec extends ChiselFlatSpec { "A chisel3.Bundle with only unspecified vec direction" should "work with D/I" in { - // This test is NOT expected to work on 3.5.x, it should throw an error in the IO construction - object Chisel3 { import chisel3._ import chisel3.experimental.hierarchy.{instantiable, public, Instance} @@ -578,8 +572,6 @@ class CompatibilityInteroperabilitySpec extends ChiselFlatSpec { "A chisel3.Bundle with only unspecified vec direction within an unspecified direction parent Bundle" should "work with D/I" in { - // This test is NOT expected to work in 3.5.x, it should throw an error in the IO construction. - object Chisel3 { import chisel3._ import chisel3.experimental.hierarchy.{instantiable, public, Instance} @@ -613,8 +605,6 @@ class CompatibilityInteroperabilitySpec extends ChiselFlatSpec { "A undirectioned Chisel.Bundle used in a MixedVec " should "bulk connect in import chisel3._ code correctly" in { - // This test is NOT expected to work on 3.5.x, it should throw an error in the IO construction. - object Compat { import Chisel._ @@ -648,8 +638,6 @@ class CompatibilityInteroperabilitySpec extends ChiselFlatSpec { "A undirectioned Chisel.Bundle with Records with undirectioned and directioned fields " should "work" in { - // This test should fail on 3.5.x - object Compat { import Chisel._ -- cgit v1.2.3