Searched refs:test_name (Results 1 – 7 of 7) sorted by relevance
/GUIX-v6.4.1/test/guix_test/regression_test/utility/ |
D | gx_validation_utility.c | 33 printf("%s: RUNNING OUT OF TIME!\n", test_parameter.test_name); in kill_child() 140 sprintf(golden_file_name, "%s"DATAFILE_EXTENSION, test_parameter.test_name); in gx_validation_setup() 141 sprintf(output_file_name, "%s"DATAFILE_EXTENSION, test_parameter.test_name); in gx_validation_setup() 184 …intf(output_failures_file_string, "%s%s_failures.bin", output_file_path, test_parameter.test_name); in gx_validation_setup() 186 … sprintf(golden_checksum_file_string, "%s%s.checksum", golden_file_path, test_parameter.test_name); in gx_validation_setup() 187 … sprintf(output_checksum_file_string, "%s%s.checksum", output_file_path, test_parameter.test_name); in gx_validation_setup() 203 … gx_validation_verify_start(test_parameter.test_name, golden_checksum_file_string, checksum); in gx_validation_setup() 207 gx_validation_verify_start(test_parameter.test_name, golden_file_string, checksum); in gx_validation_setup() 612 …f("Guix Test: %s%sSuccess!\n", test_parameter.test_name, test_padder + strlen(test_parameter.tes… in gx_validation_print_test_result() 616 …f("Guix Test: %s%s.Failed!\n", test_parameter.test_name, test_padder + strlen(test_parameter.tes… in gx_validation_print_test_result()
|
D | gx_validation_verify.h | 22 int gx_validation_verify_start(char *test_name, char *golden_file, int checksum);
|
D | gx_validation_utility.h | 7 char *test_name; /* Must be set */ member
|
D | gx_validation_verify.c | 282 int gx_validation_verify_start(char *test_name, char *golden_file_name, int checksum) in gx_validation_verify_start() argument
|
/GUIX-v6.4.1/test/ |
D | README.md | 46 … test point, a specified area of the GUIX canvas is saved to a binary file named `<test_name>.bin`. 47 - A checksum value, calculated based on the canvas data, is saved to a file named `<test_name>.chec… 111 ./<test_name> 116 ./<test_name> -checksum -gpath ../../../../golden_files/ 124 cgdb <test_name> 135 …led output binary file is generated. The generated binary file is named `<test_name>_failures.bin`. 174 char *test_name; /* Must be set */ 319 <test_name> 331 ./<test_name> -r -generate 333 …ter the command is executed, the output binary file `<test_name>.bin` and checksum file `<test_nam… [all …]
|
/GUIX-v6.4.1/guix_studio/ |
D | string_export_dlg.cpp | 162 CString test_name; in OnBnClickedOk() local 185 GetDlgItemText(IDC_FILENAME, test_name); in OnBnClickedOk() 187 if (test_name.IsEmpty()) in OnBnClickedOk() 193 GetDlgItemText(IDC_PATH, test_name); in OnBnClickedOk() 195 if (test_name.IsEmpty()) in OnBnClickedOk()
|
/GUIX-v6.4.1/test/guix_studio_test/test_view/ |
D | test_utils.py | 133 test_name = "" variable 475 path = os.path.realpath(DEFAULT_OUTPUT_FILE_PATH + "/" + test_name) 505 filename = path + "/" + test_name +"_" + str(studio_test_index) + ".bmp" 575 global test_name 576 test_name = golden_file.replace("_golden_file", "") 599 def write_end(test_name): argument 616 logging.info("** Test %s completed." %test_name) 622 …print('\nTest %s completed. \nTests Passed: %d\nTests Failed: %d\n' %(test_name, result_count[0], … 634 test = TestCase(test_name, "", test_time, test_log_stream.getvalue(), None)
|