Searched refs:expected_fail (Results 1 – 6 of 6) sorted by relevance
294 glw::GLint expected_fail = glu::glslVersionIsES(m_glslVersion) ? GL_FALSE : GL_TRUE; in iterate() local314 verifyShaderCompilationStatus(GL_COMPUTE_SHADER, cs_code_without_precision, 3, expected_fail) && in iterate()335 …= verifyShaderCompilationStatus(GL_FRAGMENT_SHADER, fs_code_without_precision, 3, expected_fail) && in iterate()
111 bool expected_fail; member
129 .expected_fail = true,
49 6 - expected_fail: if that test is expected to fail, i.e. the return code is
990 err = t->expected_fail ? EXIT_SUCCESS : EXIT_FAILURE; in test_run_parent()1001 if (t->expected_fail == false) { in test_run_parent()
397 expected_fail=len(expected_failures),