Home
last modified time | relevance | path

Searched refs:succeed (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/netbsd-src/external/public-domain/xz/dist/tests/
H A Dtest_stream_flags.c55 succeed(test_header_decoder(LZMA_OK)); in test_header()
79 succeed(test_footer_decoder(LZMA_OK)); in test_footer()
131 succeed(test_header_decoder(LZMA_FORMAT_ERROR)); in test_decode_invalid()
137 succeed(test_header_decoder(LZMA_OK)); in test_decode_invalid()
143 succeed(test_header_decoder(LZMA_OPTIONS_ERROR)); in test_decode_invalid()
148 succeed(test_header_decoder(LZMA_DATA_ERROR)); in test_decode_invalid()
155 succeed(test_footer_decoder(LZMA_OPTIONS_ERROR)); in test_decode_invalid()
160 succeed(test_footer_decoder(LZMA_FORMAT_ERROR)); in test_decode_invalid()
H A Dtest_index.c222 succeed(coder_loop(&strm, NULL, 0, buf, index_size, in test_code()
229 succeed(decoder_loop(&strm, buf, index_size)); in test_code()
259 succeed(lzma_index_buffer_encode(i, buf, &buf_pos, index_size + 1)); in test_code()
270 succeed(lzma_index_buffer_decode(&d, &memlimit, NULL, buf, &buf_pos, in test_code()
607 succeed(coder_loop(&strm, NULL, 0, buf, 20, in test_corrupt()
614 succeed(decoder_loop_ret(&strm, buf, 1, LZMA_DATA_ERROR)); in test_corrupt()
620 succeed(decoder_loop_ret(&strm, buf, 10, LZMA_DATA_ERROR)); in test_corrupt()
626 succeed(decoder_loop_ret(&strm, buf, 16, LZMA_DATA_ERROR)); in test_corrupt()
H A Dtest_bcj_exact_size.c36 succeed(lzma_lzma_preset(&opt_lzma2, 0)); in compress()
H A Dtests.h27 #define succeed(test) expect(!(test)) macro
/netbsd-src/usr.bin/make/unit-tests/
H A Dopt-keep-going-multiple.mk12 .MAKEFLAGS: fail1 fail2 succeed
17 succeed: .PHONY
H A Dopt-keep-going-multiple.exp5 true succeed
/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dtest006-acls392 description: added by jaj (should succeed)
470 dn: cn=Added by Bjorn (must succeed),ou=Add & Delete,dc=example,dc=com
473 cn: Added by Bjorn (must succeed)
488 dn: cn=Added by Bjorn (must succeed),ou=Add & Delete,dc=example,dc=com
492 description: this attribute value will be deleted by Babs (must succeed)
594 dn: cn=Added by Bjorn (must succeed),ou=Add & Delete,dc=example,dc=com
621 dn: cn=Added by Bjorn (must succeed),ou=Add & Delete,dc=example,dc=com
624 description: this attribute value will be deleted by Babs (must succeed)
/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Daci.out2 # Searching "dc=example,dc=com" (should succeed with no results)...
3 …cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" (should succeed)...
20 …as "cn=John Doe,ou=Information Technology Division,ou=People,dc=example,dc=com" (should succeed)...
68 …,ou=Information Technology Division,ou=People,dc=example,dc=com" (should succeed with no results).…
H A Dacl.out.provider51 dn: cn=Added by Bjorn (must succeed),ou=Add & Delete,dc=example,dc=com
53 cn: Added by Bjorn (must succeed)
94 description: added by jaj (should succeed)
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcomponent.c751 int count, sequent_dquote, unclosed_brace, succeed; in get_GSER_value() local
766 succeed = 0; in get_GSER_value()
783 succeed = 1; in get_GSER_value()
788 if ( !succeed || cav->cav_ptr[count] != '"' ) { in get_GSER_value()
805 succeed = 1; in get_GSER_value()
810 if ( !succeed || in get_GSER_value()
830 succeed = 1; in get_GSER_value()
835 if ( !succeed || cav->cav_ptr[count] != '}' ) return LDAP_FILTER_ERROR; in get_GSER_value()
841 succeed = 1; in get_GSER_value()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/data/
H A Dtest006-out.ldif114 description: added by jaj (should succeed)
121 description: added by jaj (should succeed)
130 description: added by jaj (should succeed)
139 description: another one added by bjorn (should succeed)
/netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/
H A D14-curves.cnf.in112 #succeed but fallback to P-256
172 #negotiation to succeed because we fall back to some other
H A D12-ct.cnf.in109 # should succeed.
/netbsd-src/external/gpl3/gdb.old/dist/gnulib/patches/
H A D0001-use-windows-stat13 dnl AIX 7.1, Solaris 9, mingw64 mistakenly succeed on stat("file/").
/netbsd-src/external/gpl3/gdb/dist/gnulib/patches/
H A D0001-use-windows-stat13 dnl AIX 7.1, Solaris 9, mingw64 mistakenly succeed on stat("file/").
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/scripts/
H A Dtest006-acl202 description: another one added by bjorn (should succeed)
280 description: added by jaj (should succeed)
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/h8300/
H A Dbset.s802 bset/eq #0, @byte_dst:16 ; Zero is set: operation should succeed.
822 bclr/eq #0, @byte_dst:32 ; Zero is set: operation should succeed.
855 bset/ne #0, @byte_dst:16 ; Zero is clear: operation should succeed.
874 bclr/ne #0, @byte_dst:32 ; Zero is clear: operation should succeed.
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/
H A Dtest_template11 # make. If not specified, it's assumed that the make program should succeed
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DBIO_s_bio.pod90 written to the BIO so the next read will succeed: this is most useful
114 TLS/SSL handshake for example. BIO_write_ex() will succeed and place data in the
117 transport before flushing the write buffer it will never succeed because the
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBIO_s_bio.pod90 written to the BIO so the next read will succeed: this is most useful
114 TLS/SSL handshake for example. BIO_write_ex() will succeed and place data in the
117 transport before flushing the write buffer it will never succeed because the
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D12-ct.conf.in107 # should succeed.
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dstdio_h.m428 /* For non-mingw systems, compilation will trivially succeed.
29 For mingw, compilation will succeed for older mingw (system
/netbsd-src/tests/lib/libc/regex/
H A DREADME7 Otherwise it is expected to succeed, and the third field is the string to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dcompilation.rst56 Functions are looked up by name. For this to succeed, a function
92 Globals are looked up by name. For this to succeed, a global
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dcompilation.rst56 Functions are looked up by name. For this to succeed, a function
92 Globals are looked up by name. For this to succeed, a global

12345678910>>...14