1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 21:35:40 +02:00

Bug 469007: Reference MIExpressionsNonStopTest in test suites

Change-Id: If29de1ee2941a2bb3cb5c27dd9a61741b76165e6
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
This commit is contained in:
Jonah Graham 2015-06-01 16:19:42 +01:00 committed by Gerrit Code Review @ Eclipse.org
parent f2e7ffec54
commit 8282a1767e
20 changed files with 60 additions and 20 deletions

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2009, 2014 Ericsson and others. * Copyright (c) 2009, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Ericsson - Initial Implementation * Ericsson - Initial Implementation
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_0 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_0; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_0;
@ -34,6 +35,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_0.class, MIRunControlTargetAvailableTest_7_0.class,
MIRunControlNonStopTargetAvailableTest_7_0.class, MIRunControlNonStopTargetAvailableTest_7_0.class,
MIExpressionsTest_7_0.class, MIExpressionsTest_7_0.class,
MIExpressionsNonStopTest_7_0.class,
GDBPatternMatchingExpressionsTest_7_0.class, GDBPatternMatchingExpressionsTest_7_0.class,
MIMemoryTest_7_0.class, MIMemoryTest_7_0.class,
MIBreakpointsTest_7_0.class, MIBreakpointsTest_7_0.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2009, 2014 Ericsson and others. * Copyright (c) 2009, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Ericsson - Initial Implementation * Ericsson - Initial Implementation
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_0 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_0; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_0;
@ -36,6 +37,7 @@ import org.junit.runners.Suite;
MIRunControlNonStopTargetAvailableTest_7_0.class, MIRunControlNonStopTargetAvailableTest_7_0.class,
MIRunControlTest_7_0.class, MIRunControlTest_7_0.class,
MIExpressionsTest_7_0.class, MIExpressionsTest_7_0.class,
MIExpressionsNonStopTest_7_0.class,
GDBPatternMatchingExpressionsTest_7_0.class, GDBPatternMatchingExpressionsTest_7_0.class,
MIMemoryTest_7_0.class, MIMemoryTest_7_0.class,
MIBreakpointsTest_7_0.class, MIBreakpointsTest_7_0.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2010, 2014 Ericsson and others. * Copyright (c) 2010, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Ericsson - Initial Implementation * Ericsson - Initial Implementation
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_1 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_1; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_1;
@ -34,6 +35,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_1.class, MIRunControlTargetAvailableTest_7_1.class,
MIRunControlNonStopTargetAvailableTest_7_1.class, MIRunControlNonStopTargetAvailableTest_7_1.class,
MIExpressionsTest_7_1.class, MIExpressionsTest_7_1.class,
MIExpressionsNonStopTest_7_1.class,
GDBPatternMatchingExpressionsTest_7_1.class, GDBPatternMatchingExpressionsTest_7_1.class,
MIMemoryTest_7_1.class, MIMemoryTest_7_1.class,
MIBreakpointsTest_7_1.class, MIBreakpointsTest_7_1.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2010, 2014 Ericsson and others. * Copyright (c) 2010, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Ericsson - Initial Implementation * Ericsson - Initial Implementation
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_1 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_1; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_1;
@ -36,6 +37,7 @@ import org.junit.runners.Suite;
MIRunControlNonStopTargetAvailableTest_7_1.class, MIRunControlNonStopTargetAvailableTest_7_1.class,
MIRunControlTest_7_1.class, MIRunControlTest_7_1.class,
MIExpressionsTest_7_1.class, MIExpressionsTest_7_1.class,
MIExpressionsNonStopTest_7_1.class,
GDBPatternMatchingExpressionsTest_7_1.class, GDBPatternMatchingExpressionsTest_7_1.class,
MIMemoryTest_7_1.class, MIMemoryTest_7_1.class,
MIBreakpointsTest_7_1.class, MIBreakpointsTest_7_1.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2010, 2014 Ericsson and others. * Copyright (c) 2010, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Ericsson - Initial Implementation * Ericsson - Initial Implementation
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_2 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_2; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_2;
@ -34,6 +35,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_2.class, MIRunControlTargetAvailableTest_7_2.class,
MIRunControlNonStopTargetAvailableTest_7_2.class, MIRunControlNonStopTargetAvailableTest_7_2.class,
MIExpressionsTest_7_2.class, MIExpressionsTest_7_2.class,
MIExpressionsNonStopTest_7_2.class,
GDBPatternMatchingExpressionsTest_7_2.class, GDBPatternMatchingExpressionsTest_7_2.class,
MIMemoryTest_7_2.class, MIMemoryTest_7_2.class,
MIBreakpointsTest_7_2.class, MIBreakpointsTest_7_2.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2010, 2014 Ericsson and others. * Copyright (c) 2010, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Ericsson - Initial Implementation * Ericsson - Initial Implementation
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_2 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_2; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_2;
@ -36,6 +37,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_2.class, MIRunControlTargetAvailableTest_7_2.class,
MIRunControlNonStopTargetAvailableTest_7_2.class, MIRunControlNonStopTargetAvailableTest_7_2.class,
MIExpressionsTest_7_2.class, MIExpressionsTest_7_2.class,
MIExpressionsNonStopTest_7_2.class,
GDBPatternMatchingExpressionsTest_7_2.class, GDBPatternMatchingExpressionsTest_7_2.class,
MIMemoryTest_7_2.class, MIMemoryTest_7_2.class,
MIBreakpointsTest_7_2.class, MIBreakpointsTest_7_2.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2011, 2014 Ericsson and others. * Copyright (c) 2011, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Ericsson - Initial Implementation * Ericsson - Initial Implementation
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_3 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_3; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_3;
@ -34,6 +35,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_3.class, MIRunControlTargetAvailableTest_7_3.class,
MIRunControlNonStopTargetAvailableTest_7_3.class, MIRunControlNonStopTargetAvailableTest_7_3.class,
MIExpressionsTest_7_3.class, MIExpressionsTest_7_3.class,
MIExpressionsNonStopTest_7_3.class,
GDBPatternMatchingExpressionsTest_7_3.class, GDBPatternMatchingExpressionsTest_7_3.class,
MIMemoryTest_7_3.class, MIMemoryTest_7_3.class,
MIBreakpointsTest_7_3.class, MIBreakpointsTest_7_3.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2011, 2014 Ericsson and others. * Copyright (c) 2011, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Ericsson - Initial Implementation * Ericsson - Initial Implementation
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_3 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_3; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_3;
@ -36,6 +37,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_3.class, MIRunControlTargetAvailableTest_7_3.class,
MIRunControlNonStopTargetAvailableTest_7_3.class, MIRunControlNonStopTargetAvailableTest_7_3.class,
MIExpressionsTest_7_3.class, MIExpressionsTest_7_3.class,
MIExpressionsNonStopTest_7_3.class,
GDBPatternMatchingExpressionsTest_7_3.class, GDBPatternMatchingExpressionsTest_7_3.class,
MIMemoryTest_7_3.class, MIMemoryTest_7_3.class,
MIBreakpointsTest_7_3.class, MIBreakpointsTest_7_3.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2012, 2014 Ericsson and others. * Copyright (c) 2012, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Marc Khouzam (Ericsson) - Initial implementation of Test cases * Marc Khouzam (Ericsson) - Initial implementation of Test cases
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_4 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_4; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_4;
@ -34,6 +35,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_4.class, MIRunControlTargetAvailableTest_7_4.class,
MIRunControlNonStopTargetAvailableTest_7_4.class, MIRunControlNonStopTargetAvailableTest_7_4.class,
MIExpressionsTest_7_4.class, MIExpressionsTest_7_4.class,
MIExpressionsNonStopTest_7_4.class,
GDBPatternMatchingExpressionsTest_7_4.class, GDBPatternMatchingExpressionsTest_7_4.class,
MIMemoryTest_7_4.class, MIMemoryTest_7_4.class,
MIBreakpointsTest_7_4.class, MIBreakpointsTest_7_4.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2012, 2014 Ericsson and others. * Copyright (c) 2012, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Marc Khouzam (Ericsson) - Initial implementation of Test cases * Marc Khouzam (Ericsson) - Initial implementation of Test cases
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_4 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_4; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_4;
@ -36,6 +37,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_4.class, MIRunControlTargetAvailableTest_7_4.class,
MIRunControlNonStopTargetAvailableTest_7_4.class, MIRunControlNonStopTargetAvailableTest_7_4.class,
MIExpressionsTest_7_4.class, MIExpressionsTest_7_4.class,
MIExpressionsNonStopTest_7_4.class,
GDBPatternMatchingExpressionsTest_7_4.class, GDBPatternMatchingExpressionsTest_7_4.class,
MIMemoryTest_7_4.class, MIMemoryTest_7_4.class,
MIBreakpointsTest_7_4.class, MIBreakpointsTest_7_4.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2012, 2014 Ericsson and others. * Copyright (c) 2012, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Marc Khouzam (Ericsson) - Initial implementation of Test cases * Marc Khouzam (Ericsson) - Initial implementation of Test cases
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_5 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_5; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_5;
@ -35,6 +36,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_5.class, MIRunControlTargetAvailableTest_7_5.class,
MIRunControlNonStopTargetAvailableTest_7_5.class, MIRunControlNonStopTargetAvailableTest_7_5.class,
MIExpressionsTest_7_5.class, MIExpressionsTest_7_5.class,
MIExpressionsNonStopTest_7_5.class,
GDBPatternMatchingExpressionsTest_7_5.class, GDBPatternMatchingExpressionsTest_7_5.class,
MIMemoryTest_7_5.class, MIMemoryTest_7_5.class,
MIBreakpointsTest_7_5.class, MIBreakpointsTest_7_5.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2012, 2014 Ericsson and others. * Copyright (c) 2012, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Marc Khouzam (Ericsson) - Initial implementation of Test cases * Marc Khouzam (Ericsson) - Initial implementation of Test cases
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_5 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_5; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_5;
@ -36,6 +37,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_5.class, MIRunControlTargetAvailableTest_7_5.class,
MIRunControlNonStopTargetAvailableTest_7_5.class, MIRunControlNonStopTargetAvailableTest_7_5.class,
MIExpressionsTest_7_5.class, MIExpressionsTest_7_5.class,
MIExpressionsNonStopTest_7_5.class,
GDBPatternMatchingExpressionsTest_7_5.class, GDBPatternMatchingExpressionsTest_7_5.class,
MIMemoryTest_7_5.class, MIMemoryTest_7_5.class,
MIBreakpointsTest_7_5.class, MIBreakpointsTest_7_5.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2012, 2014 Ericsson and others. * Copyright (c) 2012, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Marc Khouzam (Ericsson) - Initial implementation of Test cases * Marc Khouzam (Ericsson) - Initial implementation of Test cases
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_6 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_6; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_6;
@ -34,6 +35,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_6.class, MIRunControlTargetAvailableTest_7_6.class,
MIRunControlNonStopTargetAvailableTest_7_6.class, MIRunControlNonStopTargetAvailableTest_7_6.class,
MIExpressionsTest_7_6.class, MIExpressionsTest_7_6.class,
MIExpressionsNonStopTest_7_6.class,
GDBPatternMatchingExpressionsTest_7_6.class, GDBPatternMatchingExpressionsTest_7_6.class,
MIMemoryTest_7_6.class, MIMemoryTest_7_6.class,
MIBreakpointsTest_7_6.class, MIBreakpointsTest_7_6.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2012, 2014 Ericsson and others. * Copyright (c) 2012, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Marc Khouzam (Ericsson) - Initial implementation of Test cases * Marc Khouzam (Ericsson) - Initial implementation of Test cases
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_6 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_6; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_6;
@ -37,6 +38,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_6.class, MIRunControlTargetAvailableTest_7_6.class,
MIRunControlNonStopTargetAvailableTest_7_6.class, MIRunControlNonStopTargetAvailableTest_7_6.class,
MIExpressionsTest_7_6.class, MIExpressionsTest_7_6.class,
MIExpressionsNonStopTest_7_6.class,
GDBPatternMatchingExpressionsTest_7_6.class, GDBPatternMatchingExpressionsTest_7_6.class,
MIMemoryTest_7_6.class, MIMemoryTest_7_6.class,
MIBreakpointsTest_7_6.class, MIBreakpointsTest_7_6.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2014 Ericsson and others. * Copyright (c) 2014, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Marc Khouzam (Ericsson) - Initial implementation of Test cases * Marc Khouzam (Ericsson) - Initial implementation of Test cases
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_7 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_7; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_7;
@ -34,6 +35,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_7.class, MIRunControlTargetAvailableTest_7_7.class,
MIRunControlNonStopTargetAvailableTest_7_7.class, MIRunControlNonStopTargetAvailableTest_7_7.class,
MIExpressionsTest_7_7.class, MIExpressionsTest_7_7.class,
MIExpressionsNonStopTest_7_7.class,
GDBPatternMatchingExpressionsTest_7_7.class, GDBPatternMatchingExpressionsTest_7_7.class,
MIMemoryTest_7_7.class, MIMemoryTest_7_7.class,
MIBreakpointsTest_7_7.class, MIBreakpointsTest_7_7.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2014 Ericsson and others. * Copyright (c) 2014, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Marc Khouzam (Ericsson) - Initial implementation of Test cases * Marc Khouzam (Ericsson) - Initial implementation of Test cases
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_7 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_7; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_7;
@ -37,6 +38,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_7.class, MIRunControlTargetAvailableTest_7_7.class,
MIRunControlNonStopTargetAvailableTest_7_7.class, MIRunControlNonStopTargetAvailableTest_7_7.class,
MIExpressionsTest_7_7.class, MIExpressionsTest_7_7.class,
MIExpressionsNonStopTest_7_7.class,
GDBPatternMatchingExpressionsTest_7_7.class, GDBPatternMatchingExpressionsTest_7_7.class,
MIMemoryTest_7_7.class, MIMemoryTest_7_7.class,
MIBreakpointsTest_7_7.class, MIBreakpointsTest_7_7.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2014 Ericsson and others. * Copyright (c) 2014, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Marc Khouzam (Ericsson) - Initial implementation of Test cases * Marc Khouzam (Ericsson) - Initial implementation of Test cases
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_8 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_8; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_8;
@ -34,6 +35,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_8.class, MIRunControlTargetAvailableTest_7_8.class,
MIRunControlNonStopTargetAvailableTest_7_8.class, MIRunControlNonStopTargetAvailableTest_7_8.class,
MIExpressionsTest_7_8.class, MIExpressionsTest_7_8.class,
MIExpressionsNonStopTest_7_8.class,
GDBPatternMatchingExpressionsTest_7_8.class, GDBPatternMatchingExpressionsTest_7_8.class,
MIMemoryTest_7_8.class, MIMemoryTest_7_8.class,
MIBreakpointsTest_7_8.class, MIBreakpointsTest_7_8.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2014 Ericsson and others. * Copyright (c) 2014, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Marc Khouzam (Ericsson) - Initial implementation of Test cases * Marc Khouzam (Ericsson) - Initial implementation of Test cases
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair * Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_8 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_8; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_8;
@ -37,6 +38,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_8.class, MIRunControlTargetAvailableTest_7_8.class,
MIRunControlNonStopTargetAvailableTest_7_8.class, MIRunControlNonStopTargetAvailableTest_7_8.class,
MIExpressionsTest_7_8.class, MIExpressionsTest_7_8.class,
MIExpressionsNonStopTest_7_8.class,
GDBPatternMatchingExpressionsTest_7_8.class, GDBPatternMatchingExpressionsTest_7_8.class,
MIMemoryTest_7_8.class, MIMemoryTest_7_8.class,
MIBreakpointsTest_7_8.class, MIBreakpointsTest_7_8.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2014 Ericsson and others. * Copyright (c) 2014, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -7,6 +7,7 @@
* *
* Contributors: * Contributors:
* Marc Khouzam (Ericsson) - Initial implementation of Test cases * Marc Khouzam (Ericsson) - Initial implementation of Test cases
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_9 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_9; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_9;
@ -33,6 +34,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_9.class, MIRunControlTargetAvailableTest_7_9.class,
MIRunControlNonStopTargetAvailableTest_7_9.class, MIRunControlNonStopTargetAvailableTest_7_9.class,
MIExpressionsTest_7_9.class, MIExpressionsTest_7_9.class,
MIExpressionsNonStopTest_7_9.class,
GDBPatternMatchingExpressionsTest_7_9.class, GDBPatternMatchingExpressionsTest_7_9.class,
MIMemoryTest_7_9.class, MIMemoryTest_7_9.class,
MIBreakpointsTest_7_9.class, MIBreakpointsTest_7_9.class,

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2014 Ericsson and others. * Copyright (c) 2014, 2015 Ericsson and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -7,6 +7,7 @@
* *
* Contributors: * Contributors:
* Marc Khouzam (Ericsson) - Initial implementation of Test cases * Marc Khouzam (Ericsson) - Initial implementation of Test cases
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_9 to suite
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_9; package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_9;
@ -36,6 +37,7 @@ import org.junit.runners.Suite;
MIRunControlTargetAvailableTest_7_9.class, MIRunControlTargetAvailableTest_7_9.class,
MIRunControlNonStopTargetAvailableTest_7_9.class, MIRunControlNonStopTargetAvailableTest_7_9.class,
MIExpressionsTest_7_9.class, MIExpressionsTest_7_9.class,
MIExpressionsNonStopTest_7_9.class,
GDBPatternMatchingExpressionsTest_7_9.class, GDBPatternMatchingExpressionsTest_7_9.class,
MIMemoryTest_7_9.class, MIMemoryTest_7_9.class,
MIBreakpointsTest_7_9.class, MIBreakpointsTest_7_9.class,