Lines Matching refs:to

4to run and add GUIX and GUIX Studio regression tests, along with effective debugging techniques fo…
46 - In the generation mode, after each test point, a specified area of the GUIX canvas is saved to a …
47 - A checksum value, calculated based on the canvas data, is saved to a file named `<test_name>.chec…
52 …st code typically checks the API return status or the values of a variable to verify the correctne…
60 1. Navigate to the `test\guix_test\cmake` directory.
104 Follow these steps to execute an individual test case:
107 2. Navigate to the `test\guix_test\cmake\build\<build_type>\regression` directory, where the test e…
122 1. Navigate to the `test\guix_test\cmake\build\<build_type>\regression` directory, where the test e…
127 2. Set configuration parameter `-r` to run test without comparison.
135 1. Navigate to the `test\guix_test\cmake\build\<build_type>\regression\output_files` directory, whe…
137to display the content in the failed output binary file. Compare it with the corresponding golden …
143 Follow these steps to add a new test:
177 /* The following parameters defines the screen area to capture.
209 /* Create a dedicated thread to perform various operations
226 …ontains a main function, The header file `gx_validation_wrapper.h` is used to replace the main fun…
279 /* Force a screen refresh to capture the canvas data or compare the checksum. */
291 4. Add Test Case to GUIX Regression Test System:
293 - Add test demo project to the appropriate demo list based on the demo build configuration settings…
327 …- Navigate to the `test\guix_test\cmake\build\<build_type>\regression` directory, where the test e…
342 …- Copy the 7z file `<test_name>.7z` and `<test_name>.checksum` to the `test\guix_test\golden_files…
344 - Run the GUIX regression test to see if the test case passes.
346 - Now the test case is ready to be submitted to the GUIX repository.
367 - Define a new demo type list and add the new example project to it:
384 - Update the existing logic to set the `demos` variable according to the build type. This variable …
392 - Update existing logic to set regression test program's SOURCE as `validation_*.c` and related sou…
420 2. Navigate to the `test\guix_studio_test\test_demo` directory.
425 - `-b` option is used to build the latest GUIX Studio executable.
426 - `-t` option is used to verify the output files for the `gxp` projects under the target directorie…
438 6. To upgrade project version to the latest for the `gxp` projects under the target directories, ru…
455 …d to the test system. However, if your project involves the generation of binary files or other ou…
466to individual function components within GUIX Studio. Utilizing these functions allows you to simu…
475 2. Navigate to the `test\guix_studio_test\test_view` directory.
485 To explore the available test cases and obtain more information, use the following command to displ…
491 …ile provides detailed information about the failure. If the test fails due to canvas data mismatch…
524 5. Import the new test case to `test_main.py`.
536 - Update existing logic to set the new test case to run when the user doesn't specify tests to run:
545 - Add logic to run test case:
556 - Copy the golden files to the `test\guix_studio_test\golden_files` directory.
557 - Run the new test case to see if it passes.
561 - Now the test case is ready to be submitted to the GUIX repository.