Searched refs:actual (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/test/guix_test/regression_test/utility/ |
| D | gx_validation_utility.h | 83 #define EXPECT_EQ(expected, actual) \ argument 84 if((expected) != (actual)) \ 87 … 0x%x, (%d) Got: 0x%x (%d)\n", (UINT)(expected), (INT)(expected), (UINT)(actual), (INT)(actual)); \
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_scrollbar_value_set.c | 59 #define EXPECT_EQ(expected, actual) \ argument 60 if((expected) != (actual)) \ 63 … 0x%x, (%d) Got: 0x%x (%d)\n", (UINT)(expected), (INT)(expected), (UINT)(actual), (INT)(actual)); \
|
| D | validation_guix_binres_language_table_load.c | 64 #define EXPECT_EQ(expected, actual) \ argument 65 if((expected) != (actual)) \ 68 … 0x%x, (%d) Got: 0x%x (%d)\n", (UINT)(expected), (INT)(expected), (UINT)(actual), (INT)(actual)); \
|
| /GUIX-v6.2.1/test/ |
| D | README.md | 38 …s used for verification during the tests, aiding in the comparison of expected and actual outcomes. 49 - The checksum file enables faster verification during tests by comparing expected and actual check… 447 replace `<VERSION>` with the actual GUIX library version. such as `6.2.0`.
|