[rtems commit] testsuite: Add expected-fail to erc32, leon2, and leon3 BSPs

Chris Johns chrisj at rtems.org
Wed May 6 21:00:29 UTC 2020


Module:    rtems
Branch:    master
Commit:    7d002474975bae67a578e4a5afd474612d607d06
Changeset: http://git.rtems.org/rtems/commit/?id=7d002474975bae67a578e4a5afd474612d607d06

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed May  6 09:52:48 2020 +1000

testsuite: Add expected-fail to erc32, leon2, and leon3 BSPs

Updates #2962

---

 bsps/sparc/erc32/config/erc32-testsuite.tcfg | 7 +++++++
 bsps/sparc/leon2/config/leon2-testsuite.tcfg | 7 +++++++
 bsps/sparc/leon3/config/leon3-testsuite.tcfg | 7 +++++++
 bsps/sparc/sparc-testsuite.tcfg              | 7 +++++++
 4 files changed, 28 insertions(+)

diff --git a/bsps/sparc/erc32/config/erc32-testsuite.tcfg b/bsps/sparc/erc32/config/erc32-testsuite.tcfg
new file mode 100644
index 0000000..1c89c7e
--- /dev/null
+++ b/bsps/sparc/erc32/config/erc32-testsuite.tcfg
@@ -0,0 +1,7 @@
+#
+# ERC32 RTEMS Test Database.
+#
+# Format is one line per test that is _NOT_ built.
+#
+
+include: sparc-testsuite.tcfg
diff --git a/bsps/sparc/leon2/config/leon2-testsuite.tcfg b/bsps/sparc/leon2/config/leon2-testsuite.tcfg
new file mode 100644
index 0000000..750573c
--- /dev/null
+++ b/bsps/sparc/leon2/config/leon2-testsuite.tcfg
@@ -0,0 +1,7 @@
+#
+# LEON2 RTEMS Test Database.
+#
+# Format is one line per test that is _NOT_ built.
+#
+
+include: sparc-testsuite.tcfg
diff --git a/bsps/sparc/leon3/config/leon3-testsuite.tcfg b/bsps/sparc/leon3/config/leon3-testsuite.tcfg
new file mode 100644
index 0000000..0067d16
--- /dev/null
+++ b/bsps/sparc/leon3/config/leon3-testsuite.tcfg
@@ -0,0 +1,7 @@
+#
+# LEON3 RTEMS Test Database.
+#
+# Format is one line per test that is _NOT_ built.
+#
+
+include: sparc-testsuite.tcfg
diff --git a/bsps/sparc/sparc-testsuite.tcfg b/bsps/sparc/sparc-testsuite.tcfg
new file mode 100644
index 0000000..d8bdacd
--- /dev/null
+++ b/bsps/sparc/sparc-testsuite.tcfg
@@ -0,0 +1,7 @@
+#
+# SPARC RTEMS Test Database.
+#
+# Format is one line per test that is _NOT_ built.
+#
+
+expected-fail: psxfenv01



More information about the vc mailing list