Symbol: should_fail
regress/lib/libcrypto/asn1/asn1oct.c
231
int should_fail = test->want == NULL;
regress/lib/libcrypto/asn1/asn1oct.c
235
if (!should_fail)
regress/lib/libcrypto/asn1/asn1oct.c
83
int should_fail = test->want == NULL;
regress/lib/libcrypto/asn1/asn1oct.c
94
if (!should_fail)
regress/lib/libcrypto/asn1/asn1oct.c
98
if (!should_fail && strcmp(test->want, got) != 0) {
regress/lib/libcrypto/mlkem/mlkem_tests.c
104
int should_fail;
regress/lib/libcrypto/mlkem/mlkem_tests.c
110
parse_get_int(p, DECAP_RESULT, &should_fail);
regress/lib/libcrypto/mlkem/mlkem_tests.c
117
if ((failed = !should_fail))
regress/lib/libcrypto/mlkem/mlkem_tests.c
123
if ((failed = !should_fail))
regress/lib/libcrypto/mlkem/mlkem_tests.c
129
if ((failed = !should_fail))
regress/lib/libcrypto/mlkem/mlkem_tests.c
138
if (should_fail != failed) {
regress/lib/libcrypto/mlkem/mlkem_tests.c
140
should_fail, failed);
regress/lib/libcrypto/mlkem/mlkem_tests.c
361
int should_fail;
regress/lib/libcrypto/mlkem/mlkem_tests.c
368
parse_get_int(p, ENCAP_RESULT, &should_fail);
regress/lib/libcrypto/mlkem/mlkem_tests.c
375
if ((failed = !should_fail))
regress/lib/libcrypto/mlkem/mlkem_tests.c
382
if ((failed = !should_fail))
regress/lib/libcrypto/mlkem/mlkem_tests.c
388
if ((failed = !should_fail))
regress/lib/libcrypto/mlkem/mlkem_tests.c
399
if (should_fail != failed) {
regress/lib/libcrypto/mlkem/mlkem_tests.c
401
should_fail, failed);
sys/dev/pci/drm/i915/gt/intel_gtt.c
79
if (I915_SELFTEST_ONLY(should_fail(&vm->fault_attr, 1)))
sys/dev/pci/drm/i915/gt/intel_reset.c
567
if (I915_SELFTEST_ONLY(should_fail(&engine->reset_timeout, 1)))
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
348
bool should_fail = target > min;
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
352
if (should_fail != IS_ERR(obj)) {
sys/dev/pci/drm/ttm/ttm_pool.c
1192
if (IS_ENABLED(CONFIG_FAULT_INJECTION) && should_fail(&backup_fault_inject, 1))
sys/dev/pci/drm/ttm/ttm_pool.c
680
should_fail(&backup_fault_inject, 1)) {