Lines Matching refs:ts_regex
532 const char *ts_regex = "[0-9]+\\.[0-9]{1,6}, "; in ATF_TEST_CASE_BODY() local
601 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()
661 expss << "tc-end: " << ts_regex << "passtc, passed\n"; in ATF_TEST_CASE_BODY()
665 expss << "tc-start: " << ts_regex << "failtc\n"; in ATF_TEST_CASE_BODY()
669 expss << "tc-end: " << ts_regex << "failtc, failed, The reason\n"; in ATF_TEST_CASE_BODY()
673 expss << "tc-start: " << ts_regex << "skiptc\n"; in ATF_TEST_CASE_BODY()
677 expss << "tc-end: " << ts_regex << "skiptc, skipped, The reason\n"; in ATF_TEST_CASE_BODY()
681 expss << "tp-end: " << ts_regex << "thetp\n"; in ATF_TEST_CASE_BODY()
697 expss << "tp-start: " << ts_regex << "thetp, 1\n"; in ATF_TEST_CASE_BODY()
701 expss << "tc-start: " << ts_regex << "thetc\n"; in ATF_TEST_CASE_BODY()
717 expss << "tc-end: " << ts_regex << "thetc, passed\n"; in ATF_TEST_CASE_BODY()
721 expss << "tp-end: " << ts_regex << "thetp\n"; in ATF_TEST_CASE_BODY()
737 expss << "tp-start: " << ts_regex << "thetp, 0\n"; in ATF_TEST_CASE_BODY()
741 expss << "tp-end: " << ts_regex << "thetp\n"; in ATF_TEST_CASE_BODY()