Skip to content

Commit

Permalink
disable timer test for Quartz64
Browse files Browse the repository at this point in the history
There is no ltimer implementation available

Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
Axel Heider authored and lsf37 committed Nov 15, 2022
1 parent c02181c commit 91d8da8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@ if(NOT Sel4testAllowSettingsOverride)
elseif(
KernelPlatformZynqmp
OR KernelPlatformPolarfire
OR KernelPlatformQuartz64
OR (SIMULATION AND (KernelArchRiscV OR KernelArchARM))
)
# Frequency settings of the ZynqMP make the ltimer tests problematic
# Polarfire does not have a complete ltimer implementation
# Quartz64 does not have a complete ltimer implementation
set(Sel4testHaveTimer OFF CACHE BOOL "" FORCE)
else()
set(Sel4testHaveTimer ON CACHE BOOL "" FORCE)
Expand Down

0 comments on commit 91d8da8

Please sign in to comment.