Searched refs:xfail (Results 1 – 25 of 53) sorted by relevance
123
8 ./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/bad_iCCP.png9 ./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/empty_ancillary_chunks.png10 ./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/huge_*_chunk.png \13 exec ./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/huge_IDAT.png
926 @pytest.mark.xfail935 @pytest.mark.xfail943 @pytest.mark.xfail950 @pytest.mark.xfail956 @pytest.mark.xfail964 @pytest.mark.xfail971 @pytest.mark.xfail977 @pytest.mark.xfail986 @pytest.mark.xfail994 @pytest.mark.xfail[all …]
274 @pytest.mark.xfail()294 @pytest.mark.xfail(six.PY3, reason="Fails on Python 3 only")474 @pytest.mark.xfail()
86 @pytest.mark.xfail97 @pytest.mark.xfail132 pytest.xfail(reason="Project imports setuptools unconditionally")
6 fail_on_ascii = pytest.mark.xfail(is_ascii, reason="Test fails in this locale")
39 @pytest.mark.xfail(reason="#710 and #712")
47 @pytest.mark.xfail(
96 @pytest.mark.xfail(
15 @pytest.mark.xfail(sys.version_info < (3, 5),
24 py3_only = pytest.mark.xfail(six.PY2, reason="Test runs on Python 3 only")86 fail_on_latin1_encoded_filenames = pytest.mark.xfail(
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)"; \
19 commands = python -m pytest -m "not xfail" {posargs: "{toxinidir}/dateutil/test" --cov-config="{tox…20 python -m pytest -m "xfail" {posargs: "{toxinidir}/dateutil/test"}
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)"; \
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)"; \
70 @pytest.mark.xfail(194 @pytest.mark.xfail(
73 @pytest.mark.xfail(
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)"; \
1 ; A bug fix in the DAGCombiner made this test fail, so marking as xfail
80 .status-xfail {
2 ; versions of DIA SDK, so we xfail the test temporarily until we can
751 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \775 xfail=`expr $$xfail + 1`; \789 if test "$$xfail" -eq 0; then \792 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
9 #error this test must xfail
147 static int xfail = 0; variable1909 xfail++; in main()1969 if (xfail) in main()2063 if (xfail) in main()
120 set(LIT_ARGS_DEFAULT "-sv --show-xfail --show-unsupported")
121 set(LIT_ARGS_DEFAULT "-sv --show-xfail --show-unsupported")