HomeSort by relevance Sort by last modified time
    Searched refs:xfail (Results 1 - 24 of 24) sorted by null

  /external/python/setuptools/setuptools/tests/
__init__.py 6 fail_on_ascii = pytest.mark.xfail(is_ascii, reason="Test fails in this locale")
test_integration.py 86 @pytest.mark.xfail
97 @pytest.mark.xfail
132 pytest.xfail(reason="Project imports setuptools unconditionally")
test_archive_util.py 39 @pytest.mark.xfail(reason="#710 and #712")
test_bdist_egg.py 47 @pytest.mark.xfail(
test_namespaces.py 15 @pytest.mark.xfail(sys.version_info < (3, 5),
test_test.py 96 @pytest.mark.xfail(
test_sdist.py 24 py3_only = pytest.mark.xfail(six.PY2, reason="Test runs on Python 3 only")
86 fail_on_latin1_encoded_filenames = pytest.mark.xfail(
test_egg_info.py 208 if requires.startswith('@xfail\n'):
210 marks = pytest.mark.xfail
355 @xfail
test_manifest.py 21 py3_only = pytest.mark.xfail(six.PY2, reason="Test runs on Python 3 only")
  /external/libpng/tests/
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/u-boot/test/py/
multiplexed_log.css 80 .status-xfail {
  /external/python/httplib2/tests/
test_external.py 73 @pytest.mark.xfail(
test_other.py 70 @pytest.mark.xfail(
142 # @pytest.mark.xfail(
194 @pytest.mark.xfail(
test_http.py 278 @pytest.mark.xfail(
  /external/python/dateutil/dateutil/test/
test_parser.py     [all...]
test_isoparser.py 274 @pytest.mark.xfail()
294 @pytest.mark.xfail(six.PY3, reason="Fails on Python 3 only")
474 @pytest.mark.xfail()
test_tz.py     [all...]
  /external/clang/test/CodeGenCXX/
vtable-debug-info.cpp 3 // XFAIL: win32
9 #error this test must xfail
  /external/libffi/testsuite/lib/
libffi.exp 323 proc dg-xfail-if { args } {
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/
libffi.exp 323 proc dg-xfail-if { args } {
  /external/swiftshader/third_party/LLVM/test/lib/
llvm.exp 147 # Mark that it should not be XFAIL for this target.
183 # if its an XFAIL line, see if we should be XFAILing or not.
184 } elseif {[regexp {XFAIL:[ *](.+)} $line match targets]} {
191 set outcome XFAIL
195 set outcome XFAIL
227 if { $outcome == "XFAIL" } {
228 xfail "$resultmsg"
242 if { $outcome == "XFAIL" } {
  /external/libpng/
pngtest.c 147 static int xfail = 0; variable
    [all...]
  /external/fonttools/Tests/misc/
plistlib_test.py 213 @pytest.mark.xfail(reason="we use two spaces, Apple uses tabs")
  /external/python/setuptools/pkg_resources/tests/
test_resources.py 761 issue591 = pytest.mark.xfail(platform.system() == 'Windows', reason="#591")

Completed in 636 milliseconds