Lines Matching +full:123 +full:- +full:db
34 #include <atf-c++.hpp>
152 atf::utils::create_file("fake-out", F("stdout file %s") % j); in add_tests()
153 tx.put_test_case_file("__STDOUT__", fs::path("fake-out"), tc_id); in add_tests()
154 atf::utils::create_file("fake-err", F("stderr file %s") % j); in add_tests()
155 tx.put_test_case_file("__STDERR__", fs::path("fake-err"), tc_id); in add_tests()
213 .set_required_memory(units::bytes(123)) in ATF_TEST_CASE_BODY()
231 + "required_memory = 123\n" in ATF_TEST_CASE_BODY()
245 "Start time: 2015-06-12T01:02:35.123456Z\n" in ATF_TEST_CASE_BODY()
246 "End time: 2016-07-13T18:47:10.000001Z\n" in ATF_TEST_CASE_BODY()
262 fs::path("test.db")); in ATF_TEST_CASE_BODY()
271 drivers::scan_results::drive(fs::path("test.db"), in ATF_TEST_CASE_BODY()
276 "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n" in ATF_TEST_CASE_BODY()
303 fs::path("test.db")); in ATF_TEST_CASE_BODY()
306 add_tests(tx, "dir/prog-1", results1, false, false); in ATF_TEST_CASE_BODY()
307 add_tests(tx, "dir/sub/prog-2", results2, true, true); in ATF_TEST_CASE_BODY()
314 drivers::scan_results::drive(fs::path("test.db"), in ATF_TEST_CASE_BODY()
319 "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n" in ATF_TEST_CASE_BODY()
327 "<testcase classname=\"dir.prog-1\" name=\"t0\" time=\"0.500\">\n" in ATF_TEST_CASE_BODY()
329 "<system-err>" in ATF_TEST_CASE_BODY()
333 "Start time: 1970-01-01T00:00:00.000000Z\n" in ATF_TEST_CASE_BODY()
334 "End time: 1970-01-01T00:00:00.500000Z\n" in ATF_TEST_CASE_BODY()
338 "</system-err>\n" in ATF_TEST_CASE_BODY()
341 "<testcase classname=\"dir.prog-1\" name=\"t1\" time=\"1.500\">\n" in ATF_TEST_CASE_BODY()
342 "<system-err>" in ATF_TEST_CASE_BODY()
344 "-------------------------------\n" in ATF_TEST_CASE_BODY()
351 "Start time: 1970-01-01T00:00:00.000000Z\n" in ATF_TEST_CASE_BODY()
352 "End time: 1970-01-01T00:00:01.500000Z\n" in ATF_TEST_CASE_BODY()
356 "</system-err>\n" in ATF_TEST_CASE_BODY()
359 "<testcase classname=\"dir.prog-1\" name=\"t2\" time=\"2.500\">\n" in ATF_TEST_CASE_BODY()
361 "<system-err>" in ATF_TEST_CASE_BODY()
365 "Start time: 1970-01-01T00:00:00.000000Z\n" in ATF_TEST_CASE_BODY()
366 "End time: 1970-01-01T00:00:02.500000Z\n" in ATF_TEST_CASE_BODY()
370 "</system-err>\n" in ATF_TEST_CASE_BODY()
373 "<testcase classname=\"dir.sub.prog-2\" name=\"t0\" time=\"0.500\">\n" in ATF_TEST_CASE_BODY()
374 "<system-out>stdout file 0</system-out>\n" in ATF_TEST_CASE_BODY()
375 "<system-err>" in ATF_TEST_CASE_BODY()
379 "Start time: 1970-01-01T00:00:00.000000Z\n" in ATF_TEST_CASE_BODY()
380 "End time: 1970-01-01T00:00:00.500000Z\n" in ATF_TEST_CASE_BODY()
383 "stderr file 0</system-err>\n" in ATF_TEST_CASE_BODY()
386 "<testcase classname=\"dir.sub.prog-2\" name=\"t1\" time=\"1.500\">\n" in ATF_TEST_CASE_BODY()
388 "<system-out>stdout file 1</system-out>\n" in ATF_TEST_CASE_BODY()
389 "<system-err>" in ATF_TEST_CASE_BODY()
391 "----------------------\n" in ATF_TEST_CASE_BODY()
398 "Start time: 1970-01-01T00:00:00.000000Z\n" in ATF_TEST_CASE_BODY()
399 "End time: 1970-01-01T00:00:01.500000Z\n" in ATF_TEST_CASE_BODY()
402 "stderr file 1</system-err>\n" in ATF_TEST_CASE_BODY()