Рефакторинг, удалени логика однопоточности. сделан режим тестирование для тестирование тестирование.
This commit is contained in:
parent
9126670a8a
commit
11a7dff4b4
4 changed files with 293 additions and 79 deletions
|
|
@ -59,9 +59,6 @@ void error_write_info(size_t i, struct tred_pizdec* meta, uint32_t expected){
|
|||
error_str->expected = expected;
|
||||
error_str->actual = meta->mem[i];
|
||||
if (!meta->test_stats->test_local_stats[id]->error_int){
|
||||
if (meta->test_stats->test_local_stats[id] != NULL){
|
||||
|
||||
}
|
||||
meta->test_stats->test_local_stats[id]->error_info = error_str;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue