mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0: Disabling some tests that fail on CI's GDB 9.2
This commit is contained in:
parent
7f50d8f430
commit
f00ae5b189
4 changed files with 12 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue