aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2020-03-02 11:25:42 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-03-02 11:25:42 +0000
commit226ba6d580b07e21b812910b8111d1ba0478c415 (patch)
treeb248126cd6ee2cc1615b41452be5eb6e715c112e
parent953347792146abb23ae3cc8ff291f1dc2f33a1a9 (diff)
parentac992f39836e4571f14cf3863458b206b9d72fc8 (diff)
downloadtf-a-tests-226ba6d580b07e21b812910b8111d1ba0478c415.tar.gz
Merge "FVP: Temporarily disable "Stats test cases after system suspend" test"
-rw-r--r--plat/arm/fvp/fvp_tests_to_skip.txt9
-rw-r--r--plat/arm/fvp/platform.mk2
2 files changed, 11 insertions, 0 deletions
diff --git a/plat/arm/fvp/fvp_tests_to_skip.txt b/plat/arm/fvp/fvp_tests_to_skip.txt
new file mode 100644
index 000000000..9a79c877b
--- /dev/null
+++ b/plat/arm/fvp/fvp_tests_to_skip.txt
@@ -0,0 +1,9 @@
+#
+# Copyright (c) 2020, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+# Fails on FVP_Base_Cortex-A55x4+Cortex-A76x2.
+# This is under investigation. Disable the test in the meantime.
+PSCI STAT/Stats test cases after system suspend
diff --git a/plat/arm/fvp/platform.mk b/plat/arm/fvp/platform.mk
index 27874e2e1..34f6051a8 100644
--- a/plat/arm/fvp/platform.mk
+++ b/plat/arm/fvp/platform.mk
@@ -36,4 +36,6 @@ CACTUS_SOURCES += plat/arm/fvp/${ARCH}/plat_helpers.S
# Firmware update is implemented on FVP.
FIRMWARE_UPDATE := 1
+PLAT_TESTS_SKIP_LIST := plat/arm/fvp/fvp_tests_to_skip.txt
+
include plat/arm/common/arm_common.mk