Lines Matching full:test
2 * Test code for VMState
133 /* We test with zero size */ in load_vmstate()
138 * able to test in the middle */ in load_vmstate()
142 /* We test with size - 2. We can't test size - 1 due to EOF tricks */ in load_vmstate()
146 /* Test with size/2, first half of real state */ in load_vmstate()
150 /* Test with size/2, second half of real state */ in load_vmstate()
159 /* Test struct that we are going to use for our tests */
173 /* Object instantiation, we are going to use it in more than one test */
193 you are expected to add a test here */
220 * save test
224 * load test
288 /* Object instantiation, we are going to use it in more than one test */
295 you are expected to add a test here */
340 .name = "test/versioned",
411 .name = "test/skip",
523 .name = "test/tst",
532 /* test array migration */
541 .name = "test/arps",
629 .name = "test/arps",
668 /* test QTAILQ migration */
684 .name = "test/queue-element",
695 .name = "test/queue",
926 /* test QLIST Migration */
939 .name = "test/queue list",
962 .name = "test/container/qlist",
1415 .name = "test/tmp_child_parent",
1423 .name = "test/tmp_child",
1435 .name = "test/with_tmp",
1483 g_autofree char *temp_file = g_strdup_printf("%s/vmst.test.XXXXXX", in main()