Lines Matching refs:output
45 1. **Test case with output:**
51 2. **Test case without output:**
109 3. Run the test without output, where the test name is ended with `no_output`.
134 - Debugging by comparing output files.
135 …\build\<build_type>\regression\output_files` directory, where the failed output binary file is gen…
137 …in `test\guix_test\regression_test` to display the content in the failed output binary file. Compa…
228 - Thread entry example for test case without output:
255 - Thread entry example for test case with output:
284 /* Signal the end of the test case. Verify the output. */
326 - Generate golden files for the test case. If the test has no output, this step can be skipped.
329 - Generate output files for the test case with the following command.
333 …After the command is executed, the output binary file `<test_name>.bin` and checksum file `<test_n…
335 …- Verify the correctness of the test by checking the content of the output binary file `<test_name…
337 - Compress the output binary file `<test_name>.bin` into a 7z file with the following command.
421 3. To verify the output files for the `gxp` projects under the target directories, run the followin…
426 - `-t` option is used to verify the output files for the `gxp` projects under the target directorie…
433 5. To regenerate output files for the `gxp` projects under the target directories, run the followin…
455 …on of binary files or other output files requiring verification, it is necessary to develop projec…
471 2. Comparing the output files of the testing `gxp` project with the corresponding files stored in t…