Lines Matching +full:sub +full:- +full:units

34 #include <atf-c++.hpp>
49 #include "utils/units.hpp"
53 namespace units = utils::units;
154 atf::utils::create_file("fake-out", F("stdout file %s") % j); in add_tests()
155 tx.put_test_case_file("__STDOUT__", fs::path("fake-out"), tc_id); in add_tests()
156 atf::utils::create_file("fake-err", F("stderr file %s") % j); in add_tests()
157 tx.put_test_case_file("__STDERR__", fs::path("fake-err"), tc_id); in add_tests()
213 .set_required_disk_space(units::bytes(456)) in ATF_TEST_CASE_BODY()
215 .set_required_memory(units::bytes(123)) in ATF_TEST_CASE_BODY()
248 "Start time: 2015-06-12T01:02:35.123456Z\n" in ATF_TEST_CASE_BODY()
249 "End time: 2016-07-13T18:47:10.000001Z\n" in ATF_TEST_CASE_BODY()
279 "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n" in ATF_TEST_CASE_BODY()
309 add_tests(tx, "dir/prog-1", results1, false, false); in ATF_TEST_CASE_BODY()
310 add_tests(tx, "dir/sub/prog-2", results2, true, true); in ATF_TEST_CASE_BODY()
322 "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n" in ATF_TEST_CASE_BODY()
330 "<testcase classname=\"dir.prog-1\" name=\"t0\" time=\"0.500\">\n" in ATF_TEST_CASE_BODY()
332 "<system-err>" in ATF_TEST_CASE_BODY()
336 "Start time: 1970-01-01T00:00:00.000000Z\n" in ATF_TEST_CASE_BODY()
337 "End time: 1970-01-01T00:00:00.500000Z\n" in ATF_TEST_CASE_BODY()
341 "</system-err>\n" in ATF_TEST_CASE_BODY()
344 "<testcase classname=\"dir.prog-1\" name=\"t1\" time=\"1.500\">\n" in ATF_TEST_CASE_BODY()
345 "<system-err>" in ATF_TEST_CASE_BODY()
347 "-------------------------------\n" in ATF_TEST_CASE_BODY()
354 "Start time: 1970-01-01T00:00:00.000000Z\n" in ATF_TEST_CASE_BODY()
355 "End time: 1970-01-01T00:00:01.500000Z\n" in ATF_TEST_CASE_BODY()
359 "</system-err>\n" in ATF_TEST_CASE_BODY()
362 "<testcase classname=\"dir.prog-1\" name=\"t2\" time=\"2.500\">\n" in ATF_TEST_CASE_BODY()
364 "<system-err>" in ATF_TEST_CASE_BODY()
368 "Start time: 1970-01-01T00:00:00.000000Z\n" in ATF_TEST_CASE_BODY()
369 "End time: 1970-01-01T00:00:02.500000Z\n" in ATF_TEST_CASE_BODY()
373 "</system-err>\n" in ATF_TEST_CASE_BODY()
376 "<testcase classname=\"dir.sub.prog-2\" name=\"t0\" time=\"0.500\">\n" in ATF_TEST_CASE_BODY()
377 "<system-out>stdout file 0</system-out>\n" in ATF_TEST_CASE_BODY()
378 "<system-err>" in ATF_TEST_CASE_BODY()
382 "Start time: 1970-01-01T00:00:00.000000Z\n" in ATF_TEST_CASE_BODY()
383 "End time: 1970-01-01T00:00:00.500000Z\n" in ATF_TEST_CASE_BODY()
386 "stderr file 0</system-err>\n" in ATF_TEST_CASE_BODY()
389 "<testcase classname=\"dir.sub.prog-2\" name=\"t1\" time=\"1.500\">\n" in ATF_TEST_CASE_BODY()
391 "<system-out>stdout file 1</system-out>\n" in ATF_TEST_CASE_BODY()
392 "<system-err>" in ATF_TEST_CASE_BODY()
394 "----------------------\n" in ATF_TEST_CASE_BODY()
401 "Start time: 1970-01-01T00:00:00.000000Z\n" in ATF_TEST_CASE_BODY()
402 "End time: 1970-01-01T00:00:01.500000Z\n" in ATF_TEST_CASE_BODY()
405 "stderr file 1</system-err>\n" in ATF_TEST_CASE_BODY()