Project

General

Profile

Actions

Bug #10696

open

Error: Failed to load custom data generators for plasma.

Added by Alexander Protsenko about 3 years ago. Updated 9 months ago.

Status:
New
Priority:
Normal
Category:
Configuration
Target version:
Start date:
01/29/2021
Due date:
% Done:

0%

Estimated time:
Detected in build:
git
Platform:
Published in build:

Description

В качестве примера используется проект: MicroTESK for Plasma

Пример лога:

ru.ispras.microtesk.model.plasma.InstructionAluTestCase > test STANDARD_OUT
    Command line: -g -ae -tl -cl -cfp instruction_alu plasma src/main/arch/plasma/templates/instruction_alu.rb
    Error: Failed to load custom data generators for plasma.

Этого можно добиться, убрав ссылки в settings.xml

 <extension name="beq-if-then"     path="ru.ispras.microtesk.mips.test.branch.MipsEqDataGenerator"/>

Или в сборке

    '-ed',
    "${project.projectDir}/build/target/arch/plasma/extensions" 

Что нужно сделать:
1. Описать в документации (и возможно подробнее в логе) что же такое эти "custom data generators", зачем они нужны (например, в пустом тесте) и как их создать.
2. Если это возможно, сделать генератор по умолчанию.

Actions

Also available in: Atom PDF