The compliance test is poorly supported.

In reaction to #412.

Change-Id: I183bd8b4995c04e44cbc4f1c475eae391030fae6
bscan_optimization
Tim Newsome 2019-10-03 16:36:24 -07:00
parent 7c82a7b9d5
commit 3b4fcf471f
1 changed files with 5 additions and 1 deletions

View File

@ -4151,7 +4151,11 @@ void riscv013_clear_abstract_error(struct target *target)
int riscv013_test_compliance(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)) { if (!riscv_rtos_enabled(target)) {
LOG_ERROR("Please run with -rtos riscv to run compliance test."); LOG_ERROR("Please run with -rtos riscv to run compliance test.");