Home
last modified time | relevance | path

Searched refs:xfail (Results 1 – 25 of 80) sorted by relevance

1234

/external/libpng/tests/
Dpngtest-badpngs8 ./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/bad_iCCP.png
9 ./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/empty_ancillary_chunks.png
10 ./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/huge_*_chunk.png \
13 exec ./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/huge_IDAT.png
/external/python/dateutil/dateutil/test/
Dtest_parser.py680 @pytest.mark.xfail
689 @pytest.mark.xfail
697 @pytest.mark.xfail
704 @pytest.mark.xfail
710 @pytest.mark.xfail
718 @pytest.mark.xfail
725 @pytest.mark.xfail
731 @pytest.mark.xfail
740 @pytest.mark.xfail
748 @pytest.mark.xfail
[all …]
Dtest_isoparser.py289 @pytest.mark.xfail()
309 @pytest.mark.xfail(six.PY3, reason="Fails on Python 3 only")
508 @pytest.mark.xfail()
/external/llvm-project/llvm/utils/lit/tests/Inputs/show-used-features/
Dmixed.txt4 // XFAIL: my-xfail-feature-2, my-xfail-feature-3
Dxfail.txt2 // XFAIL: my-xfail-feature-1
/external/python/setuptools/setuptools/tests/
Dtest_integration.py86 @pytest.mark.xfail
97 @pytest.mark.xfail
132 pytest.xfail(reason="Project imports setuptools unconditionally")
D__init__.py6 fail_on_ascii = pytest.mark.xfail(is_ascii, reason="Test fails in this locale")
Dtest_archive_util.py39 @pytest.mark.xfail(reason="#710 and #712")
Dtest_bdist_egg.py47 @pytest.mark.xfail(
Dtest_test.py96 @pytest.mark.xfail(
Dtest_namespaces.py15 @pytest.mark.xfail(sys.version_info < (3, 5),
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/
DMakefile.in257 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
282 xfail=`expr $$xfail + 1`; \
304 if test "$$xfail" -eq 0; then \
307 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
308 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
/external/python/pybind11/tests/
Dtest_call_policies.py10 @pytest.mark.xfail("env.PYPY", reason="sometimes comes out 1 off on PyPy", strict=False)
90 @pytest.mark.xfail("env.PYPY", reason="_PyObject_GetDictPtr is unimplemented")
Dtest_eval.py22 @pytest.mark.xfail("env.PYPY and not env.PY2", raises=RuntimeError)
Dtest_class.py336 @pytest.mark.xfail("env.PYPY")
387 @pytest.mark.xfail("env.PYPY")
398 @pytest.mark.xfail("env.PYPY")
Dtest_pickling.py28 @pytest.mark.xfail("env.PYPY")
/external/mesa3d/.gitlab-ci/
Dmeson-build.sh27 # should_fail: meson.get_cross_property('xfail', '').contains(t),
/external/libcap-ng/libcap-ng-0.7/src/test/
DMakefile.in371 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
396 xfail=`expr $$xfail + 1`; \
418 if test "$$xfail" -eq 0; then \
421 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
422 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
/external/mesa3d/src/util/tests/format/
Dmeson.build10 should_fail : meson.get_cross_property('xfail', '').contains(t),
/external/libexif/test/nls/
DMakefile.in402 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
427 xfail=`expr $$xfail + 1`; \
449 if test "$$xfail" -eq 0; then \
452 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
453 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
/external/python/pyfakefs/pyfakefs/pytest_tests/
Dpytest_fixture_param_test.py21 @pytest.mark.xfail
Dpytest_fixture_test.py22 @pytest.mark.xfail
/external/python/httplib2/tests/
Dtest_other.py70 @pytest.mark.xfail(
194 @pytest.mark.xfail(
/external/llvm/test/CodeGen/X86/
Dcvtv2f32.ll1 ; A bug fix in the DAGCombiner made this test fail, so marking as xfail
/external/libexif/test/
DMakefile.in567 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
592 xfail=`expr $$xfail + 1`; \
614 if test "$$xfail" -eq 0; then \
617 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
618 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \

1234