Home
last modified time | relevance | path

Searched refs:expected1 (Results 1 – 2 of 2) 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
157 job1 = test_block_job_start(1, true, expected1, &result1, txn); in test_pair_jobs()
168 if (expected1 == -ECANCELED) { in test_pair_jobs()
181 if (expected1 != 0) { in test_pair_jobs()
184 expected1 = -ECANCELED; in test_pair_jobs()
187 g_assert_cmpint(result1, ==, expected1); in test_pair_jobs()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_test.cpp1220 std::string expected1{"A B\nC D\nE F\n"}; in TEST_F() local
1240 checkJournalSection(optionalSections[numOptSections - 3], expected1); in TEST_F()