Searched refs:ts_regex (Results 1 – 1 of 1) sorted by relevance
532 const char *ts_regex = "[0-9]+\\.[0-9]{1,6}, "; in ATF_TEST_CASE_BODY() local601 expss << "tp-start: " << ts_regex << "foo, 0\n"; in ATF_TEST_CASE_BODY()605 expss << "tp-end: " << ts_regex << "foo\n"; in ATF_TEST_CASE_BODY()609 expss << "tp-start: " << ts_regex << "bar, 0\n"; in ATF_TEST_CASE_BODY()613 expss << "tp-end: " << ts_regex << "bar, failed program\n"; in ATF_TEST_CASE_BODY()629 expss << "tp-start: " << ts_regex << "foo, 1\n"; in ATF_TEST_CASE_BODY()633 expss << "tc-start: " << ts_regex << "brokentc\n"; in ATF_TEST_CASE_BODY()637 expss << "tp-end: " << ts_regex << "foo, aborted\n"; in ATF_TEST_CASE_BODY()653 expss << "tp-start: " << ts_regex << "thetp, 3\n"; in ATF_TEST_CASE_BODY()657 expss << "tc-start: " << ts_regex << "passtc\n"; in ATF_TEST_CASE_BODY()[all …]