GP-0: Disabling some tests that fail on CI's GDB 9.2

This commit is contained in:
Dan 2021-06-24 09:40:05 -04:00
parent 7f50d8f430
commit f00ae5b189
4 changed files with 12 additions and 0 deletions

View file

@ -15,8 +15,11 @@
*/
package agent.gdb.model.invm;
import org.junit.Ignore;
import agent.gdb.model.AbstractModelForGdbScenarioForkExitTest;
@Ignore
public class InVmModelForGdbScenarioForkExitTest extends AbstractModelForGdbScenarioForkExitTest {
@Override
public ModelHost modelHost() throws Throwable {

View file

@ -15,8 +15,11 @@
*/
package agent.gdb.model.invm;
import org.junit.Ignore;
import agent.gdb.model.AbstractModelForGdbScenarioMemoryTest;
@Ignore
public class InVmModelForGdbScenarioMemoryTest extends AbstractModelForGdbScenarioMemoryTest {
@Override
public ModelHost modelHost() throws Throwable {

View file

@ -15,8 +15,11 @@
*/
package agent.gdb.model.invm;
import org.junit.Ignore;
import agent.gdb.model.AbstractModelForGdbScenarioStackTest;
@Ignore
public class InVmModelForGdbScenarioStackTest extends AbstractModelForGdbScenarioStackTest {
@Override
public ModelHost modelHost() throws Throwable {

View file

@ -15,8 +15,11 @@
*/
package agent.gdb.model.invm;
import org.junit.Ignore;
import agent.gdb.model.AbstractModelForGdbThreadActivationTest;
@Ignore
public class InVmModelForGdbThreadActivationTest extends AbstractModelForGdbThreadActivationTest {
@Override
public ModelHost modelHost() throws Throwable {