Bobby R. Bruce has submitted this change. ( 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
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/53504
Reviewed-by: Jason Lowe-Power <power...@gmail.com>
Maintainer: Jason Lowe-Power <power...@gmail.com>
Tested-by: kokoro <noreply+kok...@google.com>
---
M tests/gem5/x86-boot-tests/test_linux_boot.py
M tests/gem5/riscv-boot-tests/test_linux_boot.py
2 files changed, 65 insertions(+), 37 deletions(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass




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: 2
Gerrit-Owner: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Jason Lowe-Power <power...@gmail.com>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to