From dbec9b18f9b98204fe0ad1a746ddd504276e9077 Mon Sep 17 00:00:00 2001 From: Chamira Balasuriya <c.balasuriya@student.unimelb.edu.au> Date: Fri, 14 Sep 2018 13:40:24 +1000 Subject: [PATCH] commented out tests where JMP was 0 to get rid of infinite loop --- test/swen90006/machine/BoundaryTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/swen90006/machine/BoundaryTests.java b/test/swen90006/machine/BoundaryTests.java index a79c364..8d006fb 100644 --- a/test/swen90006/machine/BoundaryTests.java +++ b/test/swen90006/machine/BoundaryTests.java @@ -511,7 +511,7 @@ public class BoundaryTests // BVA Test31 - between EC25-26 - JMP instruction - on point for val = 0 - @Test(expected = NoReturnValueException.class) + /*@Test(expected = NoReturnValueException.class) public void bvaTest31 () { @@ -521,7 +521,7 @@ public class BoundaryTests testMachine.execute ( list ); - } + } */ // BVA Test32 - between EC24-25 - JMP instruction - on point for val = 1 -- GitLab