Lines Matching full:with

4 …ctions on how to run and add GUIX and GUIX Studio regression tests, along with effective debugging…
45 1. **Test case with output:**
78 |default_build_coverage|Build with default configuration settings and generate coverage report|N/A|
79 |disable_error_checking_build|Build with error checking disabled|*GX_DISABLE_ERROR_CHECKING*|
80 |no_utf8_build_coverage|Build with UTF-8 support disabled and generate coverage report|GX_DISABLE_U…
81 |no_utf8_no_checking_build|Build with UTF-8 support disabled and error checking disabled|GX_DISABLE…
82 |ex_unicode_build|Build with extended Unicode support|GX_EXTENDED_UNICODE_SUPPORT|
83 |ex_unicode_no_checking_build|Build with extended Unicode support and error checking disabled|GX_EX…
84 |mouse_support_build|Build with mouse support|GX_MOUSE_SUPPORT|
85 |font_kerning_support_build|Build with font kerning support|GX_FONT_KERNING_SUPPORT|
86 |dynamic_bidi_text_build|Build with dynamic bi-directional text support|GX_DYNAMIC_BIDI_TEXT_SUPPOR…
87 |dynamic_bidi_text_no_checking_build|Build with dynamic bi-directional text support and error check…
88 |_5_4_0_compatible_no_checking_build|Build with GUIX library version 5.4.0 compatibility and error …
89 |synergy_font_support_build|Build with synergy font support|GX_SYNERGY_FONT_FORMAT_SUPPORT|
90 |thai_glyph_shaping_support_build|Build with Thai glyph shaping support|GX_THAI_GLYPH_SHAPING_SUPPO…
91 |palette_mode_aa_text_colors_16_build|Build with palette mode with 16 colors for text drawing suppo…
92 |disable_deprecated_string_api_build|Build with deprecated string API disabled|GX_DISABLE_DEPRECATE…
93 |partial_canvas_support_build|Build with partial canvas support|GX_ENABLE_CANVAS_PARTIAL_FRAME_BUFF…
94 |partial_canvas_support_vertical_refresh_build|Build with partial canvas support and vertical refre…
95 |partial_canvas_support_horizontal_refresh_build|Build with partial canvas support and horizontal r…
109 3. Run the test without output, where the test name is ended with `no_output`.
114 4. Run other tests with checksum verification and specify the golden files path with the following …
121 - Debugging with cgdb.
137 …test` to display the content in the failed output binary file. Compare it with the corresponding g…
150 - Name the test file start with `validation_guix`.
255 - Thread entry example for test case with output:
299 | OTHER_DEMOS | Demos with default configuration settings | N/A |
303 | _5_4_0_COMPATIBLE_DEMOS | Demos that compatible with GUIX library version 5.4.0 | GUIX_5_4_0_COMP…
306 | PALETTE_MODE_AA_TEXT_COLORS_16_DEMOS | Demos that support palette mode with 16 colors for text dr…
324 - Build GUIX regression test with the appropriate build type based on the demo build configuration …
329 - Generate output files for the test case with the following command.
335 … test by checking the content of the output binary file `<test_name>.bin` with the **gx_show_canva…
337 - Compress the output binary file `<test_name>.bin` into a 7z file with the following command.
447 replace `<VERSION>` with the actual GUIX library version. such as `6.2.0`.
466 … component, enabling interaction with the GUIX Studio Test View, a Python based test application t…
469 1. Comparing the checksum of the canvas data with the corresponding value stored in the golden file…
471 2. Comparing the output files of the testing `gxp` project with the corresponding files stored in t…
476 3. Run the entire test with the following command.
480 4. Run a specific test by specifying its name with the following command.