Searched refs:expected (Results 1 – 5 of 5) sorted by relevance
/GUIX-v6.4.1/test/guix_test/regression_test/utility/ |
D | gx_validation_utility.h | 83 #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/ |
D | validation_guix_scrollbar_value_set.c | 59 #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),…
|
D | validation_guix_binres_language_table_load.c | 64 #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/ |
D | bug_report.md | 26 A clear and concise description of what you expected to happen.
|
/GUIX-v6.4.1/test/ |
D | README.md | 38 …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…
|