Home
last modified time | relevance | path

Searched refs:expected_fail (Results 1 – 7 of 7) sorted by relevance

/external/v8/tools/testrunner/outproc/
Dmessage.py13 def __init__(self, expected_outcomes, basepath, expected_fail): argument
16 self._expected_fail = expected_fail
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferPrecision.cpp294 glw::GLint expected_fail = glu::glslVersionIsES(m_glslVersion) ? GL_FALSE : GL_TRUE; in iterate() local
314 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()
/external/kmod/testsuite/
Dtestsuite.h111 bool expected_fail; member
Dtest-depmod.c129 .expected_fail = true,
DREADME49 6 - expected_fail: if that test is expected to fail, i.e. the return code is
Dtestsuite.c990 err = t->expected_fail ? EXIT_SUCCESS : EXIT_FAILURE; in test_run_parent()
1001 if (t->expected_fail == false) { in test_run_parent()
/external/grpc-grpc/src/python/grpcio_tests/tests/
D_result.py397 expected_fail=len(expected_failures),