Home
last modified time | relevance | path

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

12

/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/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/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/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/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.cmake119 set(LIT_ARGS_DEFAULT "-sv --show-xfail --show-unsupported")
/external/libcxxabi/cmake/Modules/
DHandleOutOfTreeLLVM.cmake120 set(LIT_ARGS_DEFAULT "-sv --show-xfail --show-unsupported")
/external/vulkan-validation-layers/tests/gtest-1.7.0/
DMakefile.in920 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
945 xfail=`expr $$xfail + 1`; \
967 if test "$$xfail" -eq 0; then \
970 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
971 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
/external/swiftshader/third_party/LLVM/test/lib/
Dllvm.exp228 xfail "$resultmsg"
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Davx-vbroadcast.ll4 ; xfail this file for now because of PR8156, when it gets solved merge this with avx-splat.ll
/external/cmockery/cmockery_0_1_2/
DMakefile.in773 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
797 xfail=`expr $$xfail + 1`; \
811 if test "$$xfail" -eq 0; then \
814 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
/external/google-tv-pairing-protocol/cpp/
DMakefile.in1236 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1261 xfail=`expr $$xfail + 1`; \
1283 if test "$$xfail" -eq 0; then \
1286 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1287 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.1584 * testsuite/libffi.call/cls_longdouble.c: Remove xfail for
1402 * testsuite/libffi.call/cls_double_va.c: xfail dg-output on
1491 * testsuite/libffi.call/err_bad_typedef.c: Remove xfail.
1492 * testsuite/libffi.call/err_bad_abi.c: Remove xfail.
1879 * testsuite/libffi.call/cls_longdouble_va.c: Mark as xfail for
1902 testsuite/libffi.call/cls_pointer_stack.c: Remove xfail for
1909 testsuite/libffi.call/stret_large2.c: Remove xfail for arm*-*-*.
2018 * testsuite/libffi.call/stret_medium.c: Remove xfail for mips*-*-*
2056 * testsuite/libffi.call/cls_dbls_struct.c (main): Remove xfail
2256 * testsuite/libffi.call/err_bad_typedef.c: xfail everywhere.
[all …]
/external/python/cpython3/Modules/_ctypes/libffi/
DChangeLog.libffi-3.1584 * testsuite/libffi.call/cls_longdouble.c: Remove xfail for
1402 * testsuite/libffi.call/cls_double_va.c: xfail dg-output on
1491 * testsuite/libffi.call/err_bad_typedef.c: Remove xfail.
1492 * testsuite/libffi.call/err_bad_abi.c: Remove xfail.
1879 * testsuite/libffi.call/cls_longdouble_va.c: Mark as xfail for
1902 testsuite/libffi.call/cls_pointer_stack.c: Remove xfail for
1909 testsuite/libffi.call/stret_large2.c: Remove xfail for arm*-*-*.
2018 * testsuite/libffi.call/stret_medium.c: Remove xfail for mips*-*-*
2056 * testsuite/libffi.call/cls_dbls_struct.c (main): Remove xfail
2256 * testsuite/libffi.call/err_bad_typedef.c: xfail everywhere.
[all …]
/external/libffi/
DChangeLog.libffi-3.1584 * testsuite/libffi.call/cls_longdouble.c: Remove xfail for
1402 * testsuite/libffi.call/cls_double_va.c: xfail dg-output on
1491 * testsuite/libffi.call/err_bad_typedef.c: Remove xfail.
1492 * testsuite/libffi.call/err_bad_abi.c: Remove xfail.
1879 * testsuite/libffi.call/cls_longdouble_va.c: Mark as xfail for
1902 testsuite/libffi.call/cls_pointer_stack.c: Remove xfail for
1909 testsuite/libffi.call/stret_large2.c: Remove xfail for arm*-*-*.
2018 * testsuite/libffi.call/stret_medium.c: Remove xfail for mips*-*-*
2056 * testsuite/libffi.call/cls_dbls_struct.c (main): Remove xfail
2256 * testsuite/libffi.call/err_bad_typedef.c: xfail everywhere.
[all …]
/external/libmicrohttpd/src/testzzuf/
DMakefile.in1039 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1071 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
/external/libmicrohttpd/src/microhttpd/
DMakefile.in1092 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1124 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
/external/libmicrohttpd/src/testspdy/
DMakefile.in1073 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
/external/libmicrohttpd/src/testcurl/
DMakefile.in1530 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1562 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
/external/protobuf/gtest/
DMakefile.in1301 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1333 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
/external/llvm/docs/CommandGuide/
Dlit.rst96 .. option:: --show-xfail

12