From 6dbf8b4a422295510d26d74900b2a610f551f38b Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 22 Mar 2021 13:20:25 -0700 Subject: [PATCH] tests: Remove references to resolved Jira Issues in asmtests A comment in tests/gem5/asmtest/tests.py refers to failing tests due to issues outlined in https://gem5.atlassian.net/browse/GEM5-494 and https://gem5.atlassian.net/browse/GEM5-497. Though, theses tests now pass, and these issues have been resolved. This patch updates this comment to no longer refer to these Jira issues. Change-Id: Ic1b477e1570765f33a41c5e852bf80a09c172545 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/43445 Reviewed-by: Bobby R. Bruce Maintainer: Bobby R. Bruce Tested-by: kokoro --- tests/gem5/asmtest/tests.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/gem5/asmtest/tests.py b/tests/gem5/asmtest/tests.py index f267b91168..6f2c7117f3 100755 --- a/tests/gem5/asmtest/tests.py +++ b/tests/gem5/asmtest/tests.py @@ -90,11 +90,8 @@ def asm_test(test, #The full path of the test cpu_types = ('AtomicSimpleCPU', 'TimingSimpleCPU', 'MinorCPU', 'DerivO3CPU') # The following lists the RISCV binaries. Those commented out presently result -# in a test failure. They are outlined in the following Jira Issues: -# -# https://gem5.atlassian.net/browse/GEM5-494 +# in a test failure. This is outlined in the following Jira issue: # https://gem5.atlassian.net/browse/GEM5-496 -# https://gem5.atlassian.net/browse/GEM5-497 binaries = ( 'rv64samt-ps-sysclone_d', 'rv64samt-ps-sysfutex1_d',