Home
last modified time | relevance | path

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

123

/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.py926 @pytest.mark.xfail
935 @pytest.mark.xfail
943 @pytest.mark.xfail
950 @pytest.mark.xfail
956 @pytest.mark.xfail
964 @pytest.mark.xfail
971 @pytest.mark.xfail
977 @pytest.mark.xfail
986 @pytest.mark.xfail
994 @pytest.mark.xfail
[all …]
Dtest_isoparser.py274 @pytest.mark.xfail()
294 @pytest.mark.xfail(six.PY3, reason="Fails on Python 3 only")
474 @pytest.mark.xfail()
/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),
Dtest_sdist.py24 py3_only = pytest.mark.xfail(six.PY2, reason="Test runs on Python 3 only")
86 fail_on_latin1_encoded_filenames = pytest.mark.xfail(
/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/dateutil/
Dtox.ini19 commands = python -m pytest -m "not xfail" {posargs: "{toxinidir}/dateutil/test" --cov-config="{tox…
20 python -m pytest -m "xfail" {posargs: "{toxinidir}/dateutil/test"}
/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/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/httplib2/tests/
Dtest_other.py70 @pytest.mark.xfail(
194 @pytest.mark.xfail(
Dtest_external.py73 @pytest.mark.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)"; \
/external/llvm/test/CodeGen/X86/
Dcvtv2f32.ll1 ; A bug fix in the DAGCombiner made this test fail, so marking as xfail
/external/u-boot/test/py/
Dmultiplexed_log.css80 .status-xfail {
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/
Dinjected-sources.test2 ; versions of DIA SDK, so we xfail the test temporarily until we can
/external/ipsec-tools/src/racoon/
DMakefile.in751 @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)"; \
/external/clang/test/CodeGenCXX/
Dvtable-debug-info.cpp9 #error this test must xfail
/external/libpng/
Dpngtest.c147 static int xfail = 0; variable
1909 xfail++; in main()
1969 if (xfail) in main()
2063 if (xfail) in main()
/external/libcxx/cmake/Modules/
DHandleOutOfTreeLLVM.cmake120 set(LIT_ARGS_DEFAULT "-sv --show-xfail --show-unsupported")
/external/libcxxabi/cmake/Modules/
DHandleOutOfTreeLLVM.cmake121 set(LIT_ARGS_DEFAULT "-sv --show-xfail --show-unsupported")

123