Searched refs:expected_fail (Results 1 – 7 of 7) sorted by relevance
/external/v8/tools/testrunner/outproc/ |
D | message.py | 13 def __init__(self, expected_outcomes, basepath, expected_fail): argument 16 self._expected_fail = expected_fail
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferPrecision.cpp | 294 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/ |
D | testsuite.h | 111 bool expected_fail; member
|
D | test-depmod.c | 129 .expected_fail = true,
|
D | README | 49 6 - expected_fail: if that test is expected to fail, i.e. the return code is
|
D | testsuite.c | 990 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.py | 397 expected_fail=len(expected_failures),
|