CHECK_RESULT
CHECK_RESULT(sample_data, ==, entry[i].value)
CHECK_RESULT(sample_data, !=, entry[i].value)
CHECK_RESULT(sample_data, >, entry[i].value)
CHECK_RESULT(sample_data, >=, entry[i].value)
CHECK_RESULT(sample_data, <, entry[i].value)
CHECK_RESULT(sample_data, <=, entry[i].value)
CHECK_RESULT(sample_data, &, entry[i].value)