Bobby R. Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/53504 )
Change subject: tests: Disable failing tests until root cause determined
......................................................................
tests: Disable failing tests until root cause determined
This should be a temporary change. Due to an issue, outlined here:
https://gem5.atlassian.net/browse/GEM5-1120, these tests have been
disabled. One of these tests, if not a combination of them, is causing a
timeout event to occur in the Nightly tests. They have therefore been
disabled until the exact cause of failure is established.
Change-Id: I4303e7b157dcf32a7879b014a9f5a88efa62b756
---
M tests/gem5/x86-boot-tests/test_linux_boot.py
M tests/gem5/riscv-boot-tests/test_linux_boot.py
2 files changed, 61 insertions(+), 37 deletions(-)
diff --git a/tests/gem5/riscv-boot-tests/test_linux_boot.py
b/tests/gem5/riscv-boot-tests/test_linux_boot.py
index 7c70d1d..9eb9ae3 100644
--- a/tests/gem5/riscv-boot-tests/test_linux_boot.py
+++ b/tests/gem5/riscv-boot-tests/test_linux_boot.py
@@ -140,37 +140,41 @@
#### The long (Nightly) tests ####
-test_boot(
- cpu="atomic",
- num_cpus=1,
- cache_type="classic",
- length=constants.long_tag,
-)
+# Due to Nightly test timeout issues, outlined here:
+# https://gem5.atlassian.net/browse/GEM5-1120, these tests have been
disabled
+# until the exact error causing the Nightly tests to timeout is
established.
-test_boot(
- cpu="timing",
- num_cpus=1,
- cache_type="mi_example",
- length=constants.long_tag,
-)
+#test_boot(
+# cpu="atomic",
+# num_cpus=1,
+# cache_type="classic",
+# length=constants.long_tag,
+#)
-test_boot(
- cpu="timing",
- num_cpus=4,
- cache_type="mi_example",
- length=constants.long_tag,
-)
+#test_boot(
+# cpu="timing",
+# num_cpus=1,
+# cache_type="mi_example",
+# length=constants.long_tag,
+#)
-test_boot(
- cpu="atomic",
- num_cpus=4,
- cache_type="classic",
- length=constants.long_tag,
-)
+#test_boot(
+# cpu="timing",
+# num_cpus=4,
+# cache_type="mi_example",
+# length=constants.long_tag,
+#)
-test_boot(
- cpu="o3",
- num_cpus=8,
- cache_type="mi_example",
- length=constants.long_tag,
-)
+#test_boot(
+# cpu="atomic",
+# num_cpus=4,
+# cache_type="classic",
+# length=constants.long_tag,
+#)
+
+#test_boot(
+# cpu="o3",
+# num_cpus=8,
+# cache_type="mi_example",
+# length=constants.long_tag,
+#)
diff --git a/tests/gem5/x86-boot-tests/test_linux_boot.py
b/tests/gem5/x86-boot-tests/test_linux_boot.py
index 600d04b..ebf520e 100644
--- a/tests/gem5/x86-boot-tests/test_linux_boot.py
+++ b/tests/gem5/x86-boot-tests/test_linux_boot.py
@@ -170,13 +170,18 @@
length=constants.long_tag,
)
-test_boot(
- cpu="o3",
- num_cpus=2,
- mem_system="mesi_two_level",
- boot_type="init",
- length=constants.long_tag,
-)
+
+# Due to Nightly test timeout issues, outlined here:
+# https://gem5.atlassian.net/browse/GEM5-1120, this test has been disabled
+# until the exact error causing the Nightly tests to timeout is
established.
+
+#test_boot(
+# cpu="o3",
+# num_cpus=2,
+# mem_system="mesi_two_level",
+# boot_type="init",
+# length=constants.long_tag,
+#)
#### The very-long (Weekly) tests ####
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/53504
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I4303e7b157dcf32a7879b014a9f5a88efa62b756
Gerrit-Change-Number: 53504
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby R. Bruce <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s