Lines Matching refs:TEST_ASSERT
61 TEST_ASSERT(ret == 0, "vcpu_run failed: %d\n", ret); in vcpu_worker()
63 TEST_ASSERT(false, in vcpu_worker()
161 TEST_ASSERT(r == 1, in uffd_handler_thread_fn()
269 TEST_ASSERT(guest_data_prototype, in run_test()
274 TEST_ASSERT(vcpu_threads, "Memory allocation failed"); in run_test()
281 TEST_ASSERT(uffd_handler_threads, "Memory allocation failed"); in run_test()
284 TEST_ASSERT(uffd_args, "Memory allocation failed"); in run_test()
287 TEST_ASSERT(pipefds, "Unable to allocate memory for pipefd"); in run_test()
306 TEST_ASSERT(!r, "Failed to set up pipefd"); in run_test()
348 TEST_ASSERT(r == 1, "Unable to write to pipefd"); in run_test()
449 TEST_ASSERT(mode < NUM_VM_MODES, in main()
458 TEST_ASSERT(uffd_delay >= 0, in main()
466 TEST_ASSERT(nr_vcpus > 0 && nr_vcpus <= max_vcpus, in main()
479 TEST_ASSERT(guest_modes[i].supported, in main()