Bug 469007: Reference MIExpressionsNonStopTest in test suites
authorJonah Graham <jonah@kichwacoders.com>
Mon, 1 Jun 2015 15:19:42 +0000 (16:19 +0100)
committerGerrit Code Review @ Eclipse.org <gerrit@eclipse.org>
Mon, 1 Jun 2015 19:08:22 +0000 (15:08 -0400)
Change-Id: If29de1ee2941a2bb3cb5c27dd9a61741b76165e6
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
20 files changed:
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_0/Suite_7_0.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_0/Suite_Remote_7_0.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_1/Suite_7_1.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_1/Suite_Remote_7_1.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_2/Suite_7_2.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_2/Suite_Remote_7_2.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_3/Suite_7_3.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_3/Suite_Remote_7_3.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_4/Suite_7_4.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_4/Suite_Remote_7_4.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_5/Suite_7_5.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_5/Suite_Remote_7_5.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_6/Suite_7_6.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_6/Suite_Remote_7_6.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_7/Suite_7_7.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_7/Suite_Remote_7_7.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_8/Suite_7_8.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_8/Suite_Remote_7_8.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_9/Suite_7_9.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_9/Suite_Remote_7_9.java

index 98d6800..519ec96 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     Ericsson                          - Initial Implementation
  *     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;
 
@@ -34,6 +35,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_0.class,
        MIRunControlNonStopTargetAvailableTest_7_0.class,
        MIExpressionsTest_7_0.class,
+       MIExpressionsNonStopTest_7_0.class,
        GDBPatternMatchingExpressionsTest_7_0.class,
        MIMemoryTest_7_0.class,
        MIBreakpointsTest_7_0.class,
index f47884f..5cc7ef6 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     Ericsson                          - Initial Implementation
  *     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;
 
@@ -36,6 +37,7 @@ import org.junit.runners.Suite;
        MIRunControlNonStopTargetAvailableTest_7_0.class,
        MIRunControlTest_7_0.class,
        MIExpressionsTest_7_0.class,
+       MIExpressionsNonStopTest_7_0.class,
        GDBPatternMatchingExpressionsTest_7_0.class,
        MIMemoryTest_7_0.class,
        MIBreakpointsTest_7_0.class,
index e0fb23b..af55612 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     Ericsson                          - Initial Implementation
  *     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;
 
@@ -34,6 +35,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_1.class,
        MIRunControlNonStopTargetAvailableTest_7_1.class,
        MIExpressionsTest_7_1.class,
+       MIExpressionsNonStopTest_7_1.class,
        GDBPatternMatchingExpressionsTest_7_1.class,
        MIMemoryTest_7_1.class,
        MIBreakpointsTest_7_1.class,
index b0903ce..c45d6ed 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     Ericsson                          - Initial Implementation
  *     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;
 
@@ -36,6 +37,7 @@ import org.junit.runners.Suite;
        MIRunControlNonStopTargetAvailableTest_7_1.class,
        MIRunControlTest_7_1.class,
        MIExpressionsTest_7_1.class,
+       MIExpressionsNonStopTest_7_1.class,
        GDBPatternMatchingExpressionsTest_7_1.class,
        MIMemoryTest_7_1.class,
        MIBreakpointsTest_7_1.class,
index 3b27630..5bf8f81 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     Ericsson                          - Initial Implementation
  *     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;
 
@@ -34,6 +35,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_2.class,
        MIRunControlNonStopTargetAvailableTest_7_2.class,
        MIExpressionsTest_7_2.class,
+       MIExpressionsNonStopTest_7_2.class,
        GDBPatternMatchingExpressionsTest_7_2.class,
        MIMemoryTest_7_2.class,
        MIBreakpointsTest_7_2.class,
index 0e4eb64..75ea270 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     Ericsson                          - Initial Implementation
  *     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;
 
@@ -36,6 +37,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_2.class,
        MIRunControlNonStopTargetAvailableTest_7_2.class,
        MIExpressionsTest_7_2.class,
+       MIExpressionsNonStopTest_7_2.class,
        GDBPatternMatchingExpressionsTest_7_2.class,
        MIMemoryTest_7_2.class,
        MIBreakpointsTest_7_2.class,
index 1f8e58d..12ce9b4 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     Ericsson                          - Initial Implementation
  *     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;
 
@@ -34,6 +35,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_3.class,
        MIRunControlNonStopTargetAvailableTest_7_3.class,
        MIExpressionsTest_7_3.class,
+       MIExpressionsNonStopTest_7_3.class,
        GDBPatternMatchingExpressionsTest_7_3.class,
        MIMemoryTest_7_3.class,
        MIBreakpointsTest_7_3.class,
index 88fff0d..c21826e 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     Ericsson                          - Initial Implementation
  *     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;
 
@@ -36,6 +37,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_3.class,
        MIRunControlNonStopTargetAvailableTest_7_3.class,
        MIExpressionsTest_7_3.class,
+       MIExpressionsNonStopTest_7_3.class,
        GDBPatternMatchingExpressionsTest_7_3.class,
        MIMemoryTest_7_3.class,
        MIBreakpointsTest_7_3.class,
index 09b6aab..7bc11b0 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     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
+ *     Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_4 to suite
  *******************************************************************************/
 package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_4;
 
@@ -34,6 +35,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_4.class,
        MIRunControlNonStopTargetAvailableTest_7_4.class,
        MIExpressionsTest_7_4.class,
+       MIExpressionsNonStopTest_7_4.class,
        GDBPatternMatchingExpressionsTest_7_4.class,
        MIMemoryTest_7_4.class,
        MIBreakpointsTest_7_4.class,
index 24cbdf2..f050324 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     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
+ *     Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_4 to suite
  *******************************************************************************/
 package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_4;
 
@@ -36,6 +37,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_4.class,
        MIRunControlNonStopTargetAvailableTest_7_4.class,
        MIExpressionsTest_7_4.class,
+       MIExpressionsNonStopTest_7_4.class,
        GDBPatternMatchingExpressionsTest_7_4.class,
        MIMemoryTest_7_4.class,
        MIBreakpointsTest_7_4.class,
index 62aa6e6..b802725 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     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
+ *     Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_5 to suite
  *******************************************************************************/
 package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_5;
 
@@ -35,6 +36,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_5.class,
        MIRunControlNonStopTargetAvailableTest_7_5.class,
        MIExpressionsTest_7_5.class,
+       MIExpressionsNonStopTest_7_5.class,
        GDBPatternMatchingExpressionsTest_7_5.class,
        MIMemoryTest_7_5.class,
        MIBreakpointsTest_7_5.class,
index ec7199a..6c52b23 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     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
+ *     Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_5 to suite
  *******************************************************************************/
 package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_5;
 
@@ -36,6 +37,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_5.class,
        MIRunControlNonStopTargetAvailableTest_7_5.class,
        MIExpressionsTest_7_5.class,
+       MIExpressionsNonStopTest_7_5.class,
        GDBPatternMatchingExpressionsTest_7_5.class,
        MIMemoryTest_7_5.class,
        MIBreakpointsTest_7_5.class,
index f7ef616..b65944a 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     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
+ *     Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_6 to suite
  *******************************************************************************/
 package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_6;
 
@@ -34,6 +35,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_6.class,
        MIRunControlNonStopTargetAvailableTest_7_6.class,
        MIExpressionsTest_7_6.class,
+       MIExpressionsNonStopTest_7_6.class,
        GDBPatternMatchingExpressionsTest_7_6.class,
        MIMemoryTest_7_6.class,
        MIBreakpointsTest_7_6.class,
index 21e2c5d..9749fbd 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     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
+ *     Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_6 to suite
  *******************************************************************************/
 package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_6;
 
@@ -37,6 +38,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_6.class,
        MIRunControlNonStopTargetAvailableTest_7_6.class,
        MIExpressionsTest_7_6.class,
+       MIExpressionsNonStopTest_7_6.class,
        GDBPatternMatchingExpressionsTest_7_6.class,
        MIMemoryTest_7_6.class,
        MIBreakpointsTest_7_6.class,
index cebe158..dc876d1 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     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
+ *     Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_7 to suite
  *******************************************************************************/
 package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_7;
 
@@ -34,6 +35,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_7.class,
        MIRunControlNonStopTargetAvailableTest_7_7.class,
        MIExpressionsTest_7_7.class,
+       MIExpressionsNonStopTest_7_7.class,
        GDBPatternMatchingExpressionsTest_7_7.class,
        MIMemoryTest_7_7.class,
        MIBreakpointsTest_7_7.class,
index e1cd745..3e8698f 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     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
+ *     Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_7 to suite
  *******************************************************************************/
 package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_7;
 
@@ -37,6 +38,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_7.class,
        MIRunControlNonStopTargetAvailableTest_7_7.class,
        MIExpressionsTest_7_7.class,
+       MIExpressionsNonStopTest_7_7.class,
        GDBPatternMatchingExpressionsTest_7_7.class,
        MIMemoryTest_7_7.class,
        MIBreakpointsTest_7_7.class,
index d02da3f..411ee55 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     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
+ *     Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_8 to suite
  *******************************************************************************/
 package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_8;
 
@@ -34,6 +35,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_8.class,
        MIRunControlNonStopTargetAvailableTest_7_8.class,
        MIExpressionsTest_7_8.class,
+       MIExpressionsNonStopTest_7_8.class,
        GDBPatternMatchingExpressionsTest_7_8.class,
        MIMemoryTest_7_8.class,
        MIBreakpointsTest_7_8.class,
index 24a8ce9..1624d29 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
  * Contributors:
  *     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
+ *     Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_8 to suite
  *******************************************************************************/
 package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_8;
 
@@ -37,6 +38,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_8.class,
        MIRunControlNonStopTargetAvailableTest_7_8.class,
        MIExpressionsTest_7_8.class,
+       MIExpressionsNonStopTest_7_8.class,
        GDBPatternMatchingExpressionsTest_7_8.class,
        MIMemoryTest_7_8.class,
        MIBreakpointsTest_7_8.class,
index 005ff79..9c54742 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -7,6 +7,7 @@
  * 
  * Contributors:
  *     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;
 
@@ -33,6 +34,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_9.class,
        MIRunControlNonStopTargetAvailableTest_7_9.class,
        MIExpressionsTest_7_9.class,
+       MIExpressionsNonStopTest_7_9.class,
        GDBPatternMatchingExpressionsTest_7_9.class,
        MIMemoryTest_7_9.class,
        MIBreakpointsTest_7_9.class,
index 2a39ef2..71f8b36 100644 (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
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -7,6 +7,7 @@
  * 
  * Contributors:
  *     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;
 
@@ -36,6 +37,7 @@ import org.junit.runners.Suite;
        MIRunControlTargetAvailableTest_7_9.class,
        MIRunControlNonStopTargetAvailableTest_7_9.class,
        MIExpressionsTest_7_9.class,
+       MIExpressionsNonStopTest_7_9.class,
        GDBPatternMatchingExpressionsTest_7_9.class,
        MIMemoryTest_7_9.class,
        MIBreakpointsTest_7_9.class,