Lines Matching refs:syntax_error
645 syntax_error("The option 'timeout' needs a parameter"); in parse_testcase_option()
650 syntax_error("The option 'timeout' expects an integer " in parse_testcase_option()
657 syntax_error("The option 'timeout' needs a parameter"); in parse_testcase_option()
662 syntax_error("The option 'timeout' expects an integer " in parse_testcase_option()
673 syntax_error("The option 'pre' needs a parameter"); in parse_testcase_option()
680 syntax_error("The option 'post' needs a parameter"); in parse_testcase_option()
687 syntax_error("The option 'runas' needs a parameter"); in parse_testcase_option()
694 syntax_error("invalid user name for 'runas': %s", in parse_testcase_option()
701 syntax_error("The option 'interpreter' needs a parameter"); in parse_testcase_option()
706 syntax_error("The option 'make' needs a parameter"); in parse_testcase_option()
713 syntax_error("Unknown option: %s", option); in parse_testcase_option()
755 syntax_error("Unknown type: %s", tokens[1]); in testcase_entry_parser()
768 syntax_error("'intpre' and 'intpost' options are only valid " in testcase_entry_parser()
773 syntax_error("'nobuild' option is incompatible with type " in testcase_entry_parser()