Home
last modified time | relevance | path

Searched refs:expected2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-blockjob-txn.c148 static void test_pair_jobs(int expected1, int expected2) in test_pair_jobs() argument
158 job2 = test_block_job_start(2, true, expected2, &result2, txn); in test_pair_jobs()
171 if (expected2 == -ECANCELED) { in test_pair_jobs()
182 expected2 = -ECANCELED; in test_pair_jobs()
183 } else if (expected2 != 0) { in test_pair_jobs()
188 g_assert_cmpint(result2, ==, expected2); in test_pair_jobs()
/openbmc/qemu/tests/qtest/
H A Dhd-geo-test.c898 CHSResult expected[], CHSResult expected2[]) in test_override_hot_unplug() argument
917 read_bootdevices(fw_cfg, expected2); in test_override_hot_unplug()
941 CHSResult expected2[] = { in test_override_scsi_hot_unplug() local
954 test_override_hot_unplug(args, "scsi-disk0", expected, expected2); in test_override_scsi_hot_unplug()
971 CHSResult expected2[] = { in test_override_scsi_hot_unplug_q35() local
990 test_override_hot_unplug(args, "scsi-disk0", expected, expected2); in test_override_scsi_hot_unplug_q35()
1001 CHSResult expected2[] = { in test_override_virtio_hot_unplug() local
1013 test_override_hot_unplug(args, "virtio-disk0", expected, expected2); in test_override_virtio_hot_unplug()
1030 CHSResult expected2[] = { in test_override_virtio_hot_unplug_q35() local
1048 test_override_hot_unplug(args, "virtio-disk0", expected, expected2); in test_override_virtio_hot_unplug_q35()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_test.cpp1207 std::string expected2{"1 2\n3 4\n5 6\n7 8\n"}; in TEST_F() local
1228 checkJournalSection(optionalSections[numOptSections - 2], expected2); in TEST_F()