From 3b4fcf471fc288d45cbedf5c31fce725f9dc398e Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Thu, 3 Oct 2019 16:36:24 -0700 Subject: [PATCH] The compliance test is poorly supported. In reaction to #412. Change-Id: I183bd8b4995c04e44cbc4f1c475eae391030fae6 --- src/target/riscv/riscv-013.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/target/riscv/riscv-013.c b/src/target/riscv/riscv-013.c index 3798244e1..1de894dde 100644 --- a/src/target/riscv/riscv-013.c +++ b/src/target/riscv/riscv-013.c @@ -4151,7 +4151,11 @@ void riscv013_clear_abstract_error(struct target *target) int riscv013_test_compliance(struct target *target) { - LOG_INFO("Testing Compliance against RISC-V Debug Spec v0.13"); + LOG_INFO("Basic compliance test against RISC-V Debug Spec v0.13"); + LOG_INFO("This test is not complete, and not well supported."); + LOG_INFO("Your core might pass this test without being compliant."); + LOG_INFO("Your core might fail this test while being compliant."); + LOG_INFO("Use your judgment, and please contribute improvements."); if (!riscv_rtos_enabled(target)) { LOG_ERROR("Please run with -rtos riscv to run compliance test.");