From: Bobby R. Bruce Date: Wed, 19 Aug 2020 08:10:42 +0000 (-0700) Subject: tests: Removed realview tests from .testignore X-Git-Tag: v20.1.0.0~145 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4f0e632d4498c05cd3bb7f04bfd463e35e87b96;p=gem5.git 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 Maintainer: Giacomo Travaglini Tested-by: kokoro --- diff --git a/tests/gem5/.testignore b/tests/gem5/.testignore index 366a622af..40934ff56 100644 --- a/tests/gem5/.testignore +++ b/tests/gem5/.testignore @@ -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 diff --git a/tests/gem5/fs/linux/arm/test.py b/tests/gem5/fs/linux/arm/test.py index d68e434bb..a7eacec43 100644 --- a/tests/gem5/fs/linux/arm/test.py +++ b/tests/gem5/fs/linux/arm/test.py @@ -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'