Lines Matching defs:unit_test_state
57 struct unit_test_state { struct
58 struct ut_stats cur;
59 struct ut_stats total;
60 int run_count;
61 const struct suite *worst;
62 int worst_ms;
63 struct mallinfo start;
64 struct device_node *of_root;
65 bool of_live;
66 struct udevice *root;
67 struct udevice *testdev;
68 int force_fail_alloc;
69 int skip_post_probe;
70 uint fdt_chksum;
71 void *fdt_copy;
72 uint fdt_size;
73 void *other_fdt;
74 int other_fdt_size;
75 struct device_node *of_other;
76 int runs_per_test;
77 bool force_run;
78 void *old_bloblist;
79 char expect_str[512];
80 char actual_str[512];