Home
last modified time | relevance | path

Searched refs:checker_stdin (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/compiler/tests/
H A Dmain.cpp57 static FILE *checker_stdin = NULL; variable
74 if (!checker_stdin) { in write_test()
87 fwrite("test", 1, 4, checker_stdin); in write_test()
88 fwrite(current_test.name, 1, strlen(current_test.name)+1, checker_stdin); in write_test()
89 fwrite(current_variant, 1, strlen(current_variant)+1, checker_stdin); in write_test()
90 fwrite(current_test.source_file, 1, strlen(current_test.source_file)+1, checker_stdin); in write_test()
93 fwrite("\x01", 1, 1, checker_stdin); in write_test()
94 fwrite(res, 1, strlen(res)+1, checker_stdin); in write_test()
95 fwrite(fail_message, 1, strlen(fail_message)+1, checker_stdin); in write_test()
97 fwrite("\x00", 1, 1, checker_stdin); in write_test()
[all...]

Completed in 1 milliseconds