Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.4.1/test/guix_test/regression_test/utility/
Dgx_validation_utility.h83 #define EXPECT_EQ(expected, actual) \ argument
84 if((expected) != (actual)) \
87 …printf("Expected: 0x%x, (%d) Got: 0x%x (%d)\n", (UINT)(expected), (INT)(expected), (UINT)(actual),…
/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_scrollbar_value_set.c59 #define EXPECT_EQ(expected, actual) \ argument
60 if((expected) != (actual)) \
63 …printf("Expected: 0x%x, (%d) Got: 0x%x (%d)\n", (UINT)(expected), (INT)(expected), (UINT)(actual),…
Dvalidation_guix_binres_language_table_load.c64 #define EXPECT_EQ(expected, actual) \ argument
65 if((expected) != (actual)) \
68 …printf("Expected: 0x%x, (%d) Got: 0x%x (%d)\n", (UINT)(expected), (INT)(expected), (UINT)(actual),…
/GUIX-v6.4.1/.github/ISSUE_TEMPLATE/
Dbug_report.md26 A clear and concise description of what you expected to happen.
/GUIX-v6.4.1/test/
DREADME.md38 …les used for verification during the tests, aiding in the comparison of expected and actual outcom…
49 - The checksum file enables faster verification during tests by comparing expected and actual check…