summaryrefslogtreecommitdiff
path: root/sim-scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-10 21:20:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-10 21:20:59 +0000
commitd3a20a3ad26c29ce27e11277ffbdc5da67654f66 (patch)
treeb6367aaade9a2d02749cff1239d538ccfdf75bd0 /sim-scripts
parent353a1d409ea1251a7099b59438752e3f916a6ee0 (diff)
2011-02-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
* gdb-sim-run.in: Add math tests as link only.
Diffstat (limited to 'sim-scripts')
-rw-r--r--sim-scripts/ChangeLog4
-rwxr-xr-xsim-scripts/gdb-sim-run.in4
2 files changed, 8 insertions, 0 deletions
diff --git a/sim-scripts/ChangeLog b/sim-scripts/ChangeLog
index f1b2fd2..5610bb4 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * gdb-sim-run.in: Add math tests as link only.
+
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* gdb-sim-run.in: Match ACATS failure messages correctly.
diff --git a/sim-scripts/gdb-sim-run.in b/sim-scripts/gdb-sim-run.in
index 274137e..4b5e718 100755
--- a/sim-scripts/gdb-sim-run.in
+++ b/sim-scripts/gdb-sim-run.in
@@ -413,6 +413,10 @@ do
warn "skipping interactive ${toRun}"
continue
;;
+ math*)
+ warn "skipping link only ${toRun}"
+ continue
+ ;;
*-node2*)
fatal "MP tests not supported"
warn "Skipping ${toRun}; 'runtest' runs both nodes when for *-node1"