summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/scala/chiselTests/CompatibilityInteroperabilitySpec.scala12
1 files changed, 0 insertions, 12 deletions
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._