Searched refs:xfail (Results 1 – 25 of 80) sorted by relevance
1234
/external/libpng/tests/ |
D | pngtest-badpngs | 8 ./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/ |
D | test_parser.py | 680 @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 …]
|
D | test_isoparser.py | 289 @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/ |
D | mixed.txt | 4 // XFAIL: my-xfail-feature-2, my-xfail-feature-3
|
D | xfail.txt | 2 // XFAIL: my-xfail-feature-1
|
/external/python/setuptools/setuptools/tests/ |
D | test_integration.py | 86 @pytest.mark.xfail 97 @pytest.mark.xfail 132 pytest.xfail(reason="Project imports setuptools unconditionally")
|
D | __init__.py | 6 fail_on_ascii = pytest.mark.xfail(is_ascii, reason="Test fails in this locale")
|
D | test_archive_util.py | 39 @pytest.mark.xfail(reason="#710 and #712")
|
D | test_bdist_egg.py | 47 @pytest.mark.xfail(
|
D | test_test.py | 96 @pytest.mark.xfail(
|
D | test_namespaces.py | 15 @pytest.mark.xfail(sys.version_info < (3, 5),
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/ |
D | Makefile.in | 257 @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/ |
D | test_call_policies.py | 10 @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")
|
D | test_eval.py | 22 @pytest.mark.xfail("env.PYPY and not env.PY2", raises=RuntimeError)
|
D | test_class.py | 336 @pytest.mark.xfail("env.PYPY") 387 @pytest.mark.xfail("env.PYPY") 398 @pytest.mark.xfail("env.PYPY")
|
D | test_pickling.py | 28 @pytest.mark.xfail("env.PYPY")
|
/external/mesa3d/.gitlab-ci/ |
D | meson-build.sh | 27 # should_fail: meson.get_cross_property('xfail', '').contains(t),
|
/external/libcap-ng/libcap-ng-0.7/src/test/ |
D | Makefile.in | 371 @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/ |
D | meson.build | 10 should_fail : meson.get_cross_property('xfail', '').contains(t),
|
/external/libexif/test/nls/ |
D | Makefile.in | 402 @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/ |
D | pytest_fixture_param_test.py | 21 @pytest.mark.xfail
|
D | pytest_fixture_test.py | 22 @pytest.mark.xfail
|
/external/python/httplib2/tests/ |
D | test_other.py | 70 @pytest.mark.xfail( 194 @pytest.mark.xfail(
|
/external/llvm/test/CodeGen/X86/ |
D | cvtv2f32.ll | 1 ; A bug fix in the DAGCombiner made this test fail, so marking as xfail
|
/external/libexif/test/ |
D | Makefile.in | 567 @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