Searched refs:expected1 (Results 1 – 2 of 2) sorted by relevance
148 static void test_pair_jobs(int expected1, int expected2) in test_pair_jobs() argument157 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()
1220 std::string expected1{"A B\nC D\nE F\n"}; in TEST_F() local1240 checkJournalSection(optionalSections[numOptSections - 3], expected1); in TEST_F()