Feature #6545
closed
Invoke BenchExec task with several C files
Added by Ilja Zakharov almost 9 years ago.
Updated about 7 years ago.
Category:
Tasks generation
Description
Implement checking tasks with several files with BenchExec in native scheduler without cilling.
- Category set to Scheduling
- Subject changed from Invoke benchexec task with several c files to Invoke BenchExec task with several C files
- Description updated (diff)
Here is my related question to Philipp and his answer:
How to pass several input files to the verifier? If several files
are specified as follows: <tasks> <include>file1.c</include>
<include>file2.c</include> ... </tasks> the verifier is launched
for each individual file rather than for all of them.
Currently this can be done with an <append> tag inside a <tasks> tag.
All files specified in the <append> tag are appended to all tasks from
this <tasks> tag.
We do not know yet what the best way would be to specify multiple files,
and would like to hear suggestions on this.
- Priority changed from Low to High
- Tracker changed from Bug to Feature
- Category changed from Scheduling to Tasks generation
Indeed this isn't a bug. In addition verification tasks (benchmarks) are generated within Core now, so, I specified the proper category.
- Assignee set to Ilja Zakharov
- Priority changed from High to Urgent
- Target version set to 0.2
I guess that this feature can be trivially implemented. But let's do that after completing Core refactoring.
- Status changed from New to Resolved
Done in 6545-multiple-files.
- Status changed from Resolved to Closed
After minor improvements I merged the branch to master in 74336519.
So, now there is an easy way to run verifiers with multiple input files. BTW, coverage looks better in this case.
Also available in: Atom
PDF