struct trc_exp_result
Overview
Expected test result. More…
#include <te_trc.h> struct trc_exp_result { // fields char* tags_str; logic_expr* tags_expr; tqh_strings* tags; trc_exp_result_entry_head results; char* key; char* notes; // methods STAILQ_ENTRY(trc_exp_result); };
Detailed Documentation
Expected test result.
Fields
char* tags_str
String representation of tags logical expression
logic_expr* tags_expr
Tags logical expression
tqh_strings* tags
Tag strings merged when updating from logs
trc_exp_result_entry_head results
Results expected for such tags logical expression
char* key
BugID-like information
char* notes
Any kind of notes
Methods
STAILQ_ENTRY(trc_exp_result)
List links