summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2018-03-06 15:42:07 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2018-03-07 13:50:44 +0000
commit3ef07dcf8b1ce2b79a515d87bb885b85803c5993 (patch)
tree942e9c2a742d19c9584cdfe33dbbb2ca6aaaa53a
parentf74cf29eac110e776c01f3098318fc18a97e4599 (diff)
Disable PSCI system suspend tests on AArch32 Juno.
PSCI system suspend is not supported on AArch32 Juno. Change-Id: I62c7182735097204ebb1ac8675dd48aa3859f8b5 Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
-rw-r--r--plat/arm/board/juno/juno32_tests_to_skip.txt4
-rw-r--r--plat/arm/board/juno/platform.mk5
2 files changed, 9 insertions, 0 deletions
diff --git a/plat/arm/board/juno/juno32_tests_to_skip.txt b/plat/arm/board/juno/juno32_tests_to_skip.txt
new file mode 100644
index 0000000..271d974
--- /dev/null
+++ b/plat/arm/board/juno/juno32_tests_to_skip.txt
@@ -0,0 +1,4 @@
+# System suspend is not supported on AArch32 Juno.
+PSCI System Suspend Validation
+PSCI STAT/Stats test cases after system suspend
+IRQ support in TSP/Resume preempted STD SMC after PSCI SYSTEM SUSPEND
diff --git a/plat/arm/board/juno/platform.mk b/plat/arm/board/juno/platform.mk
index 4361db7..df36356 100644
--- a/plat/arm/board/juno/platform.mk
+++ b/plat/arm/board/juno/platform.mk
@@ -43,6 +43,11 @@ PLAT_SOURCES := drivers/arm/gic/arm_gic_v2.c \
TESTS_SOURCES += tests/runtime_services/trusted_os/tsp/test_irq_spurious_gicv2.c
+# Some tests are not supported on Juno AArch32.
+ifeq (${ARCH},aarch32)
+PLAT_TESTS_SKIP_LIST := plat/arm/board/juno/juno32_tests_to_skip.txt
+endif
+
PLAT_SUPPORTS_NS_RESET := 1
# Process PLAT_SUPPORTS_NS_RESET flag