Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/test/guix_test/regression_test/utility/
Dgx_validation_utility.h83 #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/
Dvalidation_guix_scrollbar_value_set.c59 #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)); \
Dvalidation_guix_binres_language_table_load.c64 #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/
DREADME.md38 …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`.