Lines Matching refs:test_name
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…
335 …ectness of the test by checking the content of the output binary file `<test_name>.bin` with the *…
337 - Compress the output binary file `<test_name>.bin` into a 7z file with the following command.
339 7z a <test_name>.7z <test_name>.bin
342 …- Copy the 7z file `<test_name>.7z` and `<test_name>.checksum` to the `test\guix_test\golden_files…
482 test_main.py -b <test_name>
515 def <test_name>(generate, screenshot):
521 test_utils.write_end(<test_name>)
528 from <test_file_name> import <test_name>
533 parser.add_argument('--<test_name>', action='store_true', dest='<test_name>' help='Run <test_name> …
539 args.<test_name> is False):
541 test_utils.<test_name> = True
547 if test_utils.<test_name>:
548 <test_name>(args.generate, args.screenshot)
553 test_main.py -b --<test_name> -g
559 test_main.py -b --<test_name>