forked from Imagelibrary/rtems
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:
committed by
Joel Sherrill
parent
d03776e804
commit
087e4ec973
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user