summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-01-16 10:48:06 +0000
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-01-16 10:48:06 +0000
commit393e4a76253e3ef30215c8f3fb35b1fb7a16dd6d (patch)
tree2170bffd15a8193a33d30f5d46de747b581f72fa
parentdb61705a2b60756e4821ba795f31b4a8c1429050 (diff)
Disable test of IRQ preemption after CPU_SUSPEND
This test doesn't work on some configurations of FVP, so it has been disabled until a fix can be applied. Change-Id: Ia94af9cdafe0d82e9f891bcd1bdb9ff8792cb9a2 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
-rw-r--r--tests/tests-common.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tests-common.xml b/tests/tests-common.xml
index 8d96ada..170a89e 100644
--- a/tests/tests-common.xml
+++ b/tests/tests-common.xml
@@ -160,7 +160,8 @@
<testcase name="Resume preempted STD SMC from other CPUs" function="test_resume_preempted_std_smc_other_cpus" />
<testcase name="Resume STD SMC from different CPUs" function="test_resume_different_cpu_preempted_std_smc" />
<testcase name="Resume preempted STD SMC after PSCI CPU OFF/ON cycle" function="test_psci_cpu_on_off_preempted_std_smc" />
- <testcase name="Resume preempted STD SMC after PSCI CPU SUSPEND" function="test_psci_cpu_suspend_preempted_std_smc" />
+ <!-- The following test fails on some FVP configs. See GENFW-2230 -->
+ <!-- <testcase name="Resume preempted STD SMC after PSCI CPU SUSPEND" function="test_psci_cpu_suspend_preempted_std_smc" /> -->
<testcase name="Resume preempted STD SMC after PSCI SYSTEM SUSPEND" function="test_psci_system_suspend_preempted_std_smc" />
</testsuite>