spec/aarch64: Enable previously unbuildable tests

The spconfig01 and spmisc01 tests were disabled for all AArch64 BSPs due
to a toolchain issue preventing them from compiling correctly. The
binutils version that contains the fix has been released and integrated
into RSB such that these two tests now build and operate correctly.
This commit is contained in:
Kinsey Moore
2021-10-19 15:50:49 -05:00
committed by Joel Sherrill
parent d03776e804
commit 087e4ec973
6 changed files with 0 additions and 23 deletions

View File

@@ -4,10 +4,6 @@ actions:
# expected to fail, don't compile these
minimum: exclude
# don't compile due to toolchain issues
spconfig01: exclude
spmisc01: exclude
# tests that are passing intermittently
spcpucounter01: indeterminate
rtmonuse: indeterminate

View File

@@ -4,10 +4,6 @@ actions:
# expected to fail, don't compile these
minimum: exclude
# don't compile due to toolchain issues
spconfig01: exclude
spmisc01: exclude
# tests that are passing intermittently
spcpucounter01: indeterminate
rtmonuse: indeterminate

View File

@@ -4,10 +4,6 @@ actions:
# expected to fail
minimum: exclude
# don't compile due to toolchain issues, see RTEMS issue #4218
spconfig01: exclude
spmisc01: exclude
build-type: option
copyrights:
- Copyright (C) 2021 Gedare Bloom <gedare@rtems.org>

View File

@@ -4,10 +4,6 @@ actions:
# expected to produce a fatal-error when run
minimum: exclude
# don't compile due to toolchain issues, see RTEMS issue #4218
spconfig01: exclude
spmisc01: exclude
build-type: option
copyrights:
- Copyright (C) 2021 Gedare Bloom <gedare@rtems.org>

View File

@@ -4,10 +4,6 @@ actions:
# expected to fail
minimum: exclude
# don't compile due to toolchain issues
spconfig01: exclude
spmisc01: exclude
# tests that are passing intermittently
spcpucounter01: indeterminate
rtmonuse: indeterminate

View File

@@ -4,9 +4,6 @@ actions:
# expected to produce a fatal-error when run
minimum: exclude
# don't compile due to toolchain issues, see RTEMS issue #4218
spconfig01: exclude
spmisc01: exclude
build-type: option
copyrights:
- Copyright (C) 2020 On-Line Applications Research (OAR)