tests: Removed realview tests from .testignore

The tests still fail, as recorded in
https://gem5.atlassian.net/browse/GEM5-364, though they have been
removed from the .testignore file as part of our goal of removing the
.testignore directory: https://gem5.atlassian.net/browse/GEM5-361.

Change-Id: I74f8a6c86e24835acbb4891ab4c88320baf12346
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33134
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Bobby R. Bruce
2020-08-19 01:10:42 -07:00
parent a05d814475
commit b4f0e632d4
2 changed files with 8 additions and 4 deletions

View File

@@ -10,5 +10,3 @@ test-insttest-linux-AtomicSimpleCPU-SPARC-aarch64-debug
test-insttest-linux-TimingSimpleCPU-SPARC-aarch64-debug
test-insttest-linux-AtomicSimpleCPU-SPARC-aarch64-fast
test-insttest-linux-TimingSimpleCPU-SPARC-aarch64-fast
realview-o3-checker-ARM-x86_64-opt
realview64-o3-checker-ARM-x86_64-opt

View File

@@ -58,13 +58,11 @@ arm_fs_long_tests = [
'realview-switcheroo-atomic',
'realview-switcheroo-timing',
'realview-o3',
'realview-o3-checker',
'realview-minor',
'realview-switcheroo-noncaching-timing',
'realview-switcheroo-o3',
'realview-switcheroo-full',
'realview64-o3',
'realview64-o3-checker',
'realview64-o3-dual',
'realview64-minor',
'realview64-minor-dual',
@@ -74,12 +72,20 @@ arm_fs_long_tests = [
'realview64-simple-timing-ruby',
'realview64-simple-timing-dual-ruby',
# The following tests fail. These are recorded in the GEM5-640 and GEM5-364
# Jira issues.
#
# https://gem5.atlassian.net/browse/GEM5-640
#'realview-simple-atomic-dual',
#'realview-simple-timing-dual',
#'realview-o3-dual',
#'realview-minor-dual',
#'realview-simple-timing-dual-ruby',
#
# https://gem5.atlassian.net/browse/GEM5-364
#'realview-o3-checker',
#'realview64-o3-checker',
]
tarball = 'aarch-system-201901106.tar.bz2'