Project

General

Profile

Actions

Task #4810

closed

Combinatorial test program generation based on test templates with branch instructions

Added by Alexander Kamkin about 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Category:
Test Engine
Target version:
Start date:
04/02/2014
Due date:
04/30/2014
% Done:

0%

Estimated time:
Detected in build:
svn
Published in build:

Description

Combinatorial test program generation based on test templates with branch instructions should be implemented as it was done in MicroTESK 1.0.

Actions #1

Updated by Alexander Kamkin about 10 years ago

Make an example.

Actions #2

Updated by Alexander Kamkin about 10 years ago

One should implement an engine that takes branch and non-branch instructions as well as blocks and generates various control flows and execution traces.

block(:engine => BRANCH, :max-trace-length = 10, :control-flow = EXHAUSTIVE|RANDOM, :count = 100) {
  bne
  j
  block {
    add r1, r2, r3
    sub r4, r5, r5
  }
  fdiv f1, f2, f3
  nop
}
Actions #3

Updated by Alexander Kamkin over 9 years ago

  • Target version changed from 2.0 to 2.1
Actions #4

Updated by Alexander Kamkin about 9 years ago

  • Subject changed from [generator] Combinatorial test program generation based on test templates with branch instructions to Combinatorial test program generation based on test templates with branch instructions
  • Category set to Test Engine
Actions #5

Updated by Alexander Kamkin about 9 years ago

  • Target version changed from 2.1 to 2.2
Actions #6

Updated by Andrei Tatarnikov over 6 years ago

  • Status changed from New to Resolved

Implemented a long time ago.

Actions #7

Updated by Alexander Kamkin over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF