Home
last modified time | relevance | path

Searched +full:test2 +full:. +full:good (Results 1 – 19 of 19) sorted by relevance

/freebsd/tools/regression/nfsmmap/test2/
H A DMakefile2 PROG= test2
5 CLEANFILES= test2.zeros test2.good test2.data test2.scratch
7 all: test2 test2.zeros test2.good
8 @cp ${.OBJDIR}/test2.zeros ${.OBJDIR}/test2.data
10 ssh ${NFSSERVER} touch ${.OBJDIR}/test2.data; \
12 @cd ${.OBJDIR}; ${.OBJDIR}/test2
13 @if cmp -s ${.OBJDIR}/test2.data ${.OBJDIR}/test2.good && \
14 cmp -s ${.OBJDIR}/test2.scratch ${.OBJDIR}/test2.good ; then \
20 test2.zeros: test2.zeros.uu
23 test2.good: test2.good.uu target
[all …]
H A Dtest2.good.uu1 begin 644 test2.good
/freebsd/contrib/atf/atf-c/
H A Dtc_test.c2 * All rights reserved.
26 #include "atf-c/tc.h"
28 #include <stdbool.h>
29 #include <string.h>
31 #include <atf-c.h>
71 RE(atf_tc_init(&tc, "test2", ATF_TC_HEAD_NAME(test_var), in ATF_TC_BODY()
73 ATF_REQUIRE(strcmp(atf_tc_get_ident(&tc), "test2") == 0); in ATF_TC_BODY()
93 .m_ident = "test2", in ATF_TC_BODY()
105 ATF_REQUIRE(strcmp(atf_tc_get_ident(&tc), "test2") == 0); in ATF_TC_BODY()
164 * but good tests here could allow us to avoid much of the indirect
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_rar5.c193 assertEqualString("test2.bin", archive_entry_pathname(ae)); in DEFINE_TEST()
236 assertEqualString("test2.bin", archive_entry_pathname(ae)); in DEFINE_TEST()
468 assertEqualString("test2.bin", archive_entry_pathname(ae)); in DEFINE_TEST()
513 assertEqualString("test2.bin", archive_entry_pathname(ae)); in DEFINE_TEST()
547 assertEqualString("test2.bin", archive_entry_pathname(ae)); in DEFINE_TEST()
584 assertEqualString("test2.bin", archive_entry_pathname(ae)); in DEFINE_TEST()
618 assertEqualString("test2.bin", archive_entry_pathname(ae)); in DEFINE_TEST()
651 assertEqualString("test2.bin", archive_entry_pathname(ae)); in DEFINE_TEST()
679 assertEqualString("test2.bin", archive_entry_pathname(ae)); in DEFINE_TEST()
705 assertEqualString("test2.bin", archive_entry_pathname(ae)); in DEFINE_TEST()
[all …]
/freebsd/crypto/openssh/regress/
H A Dsshsig.sh2 # Placed in the Public Domain.
6 DATA2=$OBJ/${DATANAME}.2
18 WRONG=$OBJ/wrong-key.pub
20 # Make a CA key.
92 cut -d' ' -f1-2 ${OBJ}/${keybase}.pub > ${OBJ}/${keybase}-strip.pub
249 printf "namespaces=\"test1,test2\" ";
378 trace "$tid: key type $t verify cert good CA"
388 trace "$tid: key type $t find-principals cert good CA"
395 trace "$tid: key type $t find-principals cert good wildcard CA"
406 trace "$tid: key type $t verify cert good wildcard CA"
[all …]
/freebsd/contrib/kyua/m4/
H A Dax_cxx_compile_stdcxx.m4360 test2()
394 template <int...>
398 struct sum<N0, N1toN...>
430 void func(...) {}
611 template<typename... Args>
612 int multiply(Args... args)
618 bool all(Args... args)
620 return (args && ...);
908 struct Good {};
919 Good
[all …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_buffer.c68 /* Validates that an evbuffer is good. Returns false if it isn't, true if it
753 sz = v[0].iov_len + v[1].iov_len + v[2].iov_len; in test_evbuffer_reserve_many()
1431 s = "Line with\rin the middle\nLine with good crlf\r\n\nfinal\n"; in test_evbuffer_readln()
1440 tt_line_eq("Line with good crlf"); in test_evbuffer_readln()
1461 s = " and a bad crlf\nand a good one\r\n\r\nMore\r"; in test_evbuffer_readln()
1465 tt_line_eq("x and a bad crlf\nand a good one"); in test_evbuffer_readln()
1557 s = " and a bad crlf\nand a good one\r"; in test_evbuffer_readln()
1574 tt_line_eq(" and a bad crlf\nand a good one"); in test_evbuffer_readln()
1734 const char* test2 = "1234567890\r"; in test_evbuffer_find() local
1747 evbuffer_add(buf, (unsigned char*)test2, strlen(test2)); in test_evbuffer_find()
[all …]
/freebsd/contrib/libevent/test/
H A Dregress_buffer.c68 /* Validates that an evbuffer is good. Returns false if it isn't, true if it
753 sz = v[0].iov_len + v[1].iov_len + v[2].iov_len; in test_evbuffer_reserve_many()
1431 s = "Line with\rin the middle\nLine with good crlf\r\n\nfinal\n"; in test_evbuffer_readln()
1440 tt_line_eq("Line with good crlf"); in test_evbuffer_readln()
1461 s = " and a bad crlf\nand a good one\r\n\r\nMore\r"; in test_evbuffer_readln()
1465 tt_line_eq("x and a bad crlf\nand a good one"); in test_evbuffer_readln()
1557 s = " and a bad crlf\nand a good one\r"; in test_evbuffer_readln()
1574 tt_line_eq(" and a bad crlf\nand a good one"); in test_evbuffer_readln()
1734 const char* test2 = "1234567890\r"; in test_evbuffer_find() local
1747 evbuffer_add(buf, (unsigned char*)test2, strlen(test2)); in test_evbuffer_find()
[all …]
/freebsd/sys/cam/ctl/
H A Dctl_io.h33 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_io.h#5 $
87 * definition in ctl_private.h.
174 ctl_ports[(io)->io_hdr.nexus.targ_port])
236 uint32_t port_status; /* trans status, set by PORT, 0 = good*/
276 * used in the CTL implementation. e.g., timeout and retries won't be
277 * used.
280 * structure.
378 * structure.
567 0 = good*/
677 #define _CTL_IO_ASSERT_MACRO(io, _1, _2, NAME, ...) \ argument
[all …]
H A Dctl_frontend_cam_sim.c32 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_frontend_cam_sim.c#4 $
278 * good thing.
408 ccb->csio.resid = ccb->csio.dxfer_len - in cfcs_datamove()
439 ccb->csio.resid = ccb->csio.dxfer_len - in cfcs_done()
535 io->io_hdr.nexus.initid = 1; in cfcs_action()
536 io->io_hdr.nexus.targ_port = softc->port.targ_port; in cfcs_action()
625 io->io_hdr.nexus.initid = 1; in cfcs_action()
626 io->io_hdr.nexus.targ_port = softc->port.targ_port; in cfcs_action()
721 io->io_hdr.nexus.initid = 1; in cfcs_action()
722 io->io_hdr.nexus.targ_port = softc->port.targ_port; in cfcs_action()
[all …]
H A Dscsi_ctl.c33 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/scsi_ctl.c#4 $
257 /* XXX: It would be good to tear down active ports here. */ in ctlfeperiphdeinit()
484 ccb.cel.enable = 1; in ctlferegister()
630 ccb.cel.enable = 0; in ctlfeoninvalidate()
1258 * Fall through to doom.... in ctlfedone()
1547 ccb->knob.xport_specific.fc.wwnn); in ctlfe_onoffline()
1550 ccb->knob.xport_specific.fc.wwpn); in ctlfe_onoffline()
1559 ccb->knob.xport_specific.fc.wwnn = in ctlfe_onoffline()
1569 ccb->knob.xport_specific.fc.wwpn = in ctlfe_onoffline()
1581 ccb->knob.xport_specific.fc.wwnn = in ctlfe_onoffline()
[all …]
/freebsd/contrib/googletest/docs/
H A Dadvanced.md29 as it's impossible (nor a good idea) to anticipate all scenarios a user might
162 ...
188 ...
233 void Test2() { Foo<bool> foo; foo.Bar(); }
325 ...
368 ...
412 is in a known good state, are there to fail at the earliest possible time after
969 TEST_F(FooTest, Test2) {
1048 This feature is easy to abuse, so please exercise your good sense when doing
1437 (#including `.cc` files is not a good way to reuse code - you should not do
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c179 * Statistics counters - first the good, then the bad
399 * is intricate... in transmit()
1244 * if has_mac != 0 ... in receive()
1432 * origin timestamp is a good nonce to reliably associate the in receive()
1962 peer->bogusorg++; /* for TEST2 or TEST3 */ in receive()
2115 peer->flash |= TEST2; /* bogus */ in receive()
2132 /* Should we set TEST2 if we decide to try xleave? */ in receive()
2134 peer->flash |= TEST2; /* bogus */ in receive()
2175 peer->flash |= TEST2; /* bogus */ in receive()
2526 * more flashers. Leave if the packet is not good. in receive()
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc970 // ...in the middle... in TEST_F()
975 // ...at the end... in TEST_F()
980 // ...and past the end. in TEST_F()
992 // ...in the middle... in TEST_F()
997 // ...and at the end. in TEST_F()
2498 const char* const p1 = "good"; in TEST()
2502 const char p2[] = "good"; in TEST()
2505 EXPECT_FATAL_FAILURE(ASSERT_STREQ("bad", "good"), " \"bad\"\n \"good\""); in TEST()
5024 TEST_F(TestLifeCycleTest, Test2) { in TEST_F() argument
5025 // After Test1 is done and Test2 is started, there should still be in TEST_F()
[all …]
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c165 "pkt_bogus", /* TEST2 */
223 static void error (const char *, ...) NTP_PRINTF(1, 2);
605 // and there are other cases as well... in ntpqmain()
896 /* XXX ELIMINATE sendpkt similar in ntpq.c, ntpdc.c, ntp_io.c, ntptrace.c */
1225 * So far, so good. Record this fragment, making sure it doesn't in getresponse()
1953 * goto, too much looking at BSD sources... in findcmd()
2893 ... in warning() argument
2909 ... in error() argument
3627 l = strlcpy (cp, "...", cb); in tstflags()
4187 ... in my_easprintf() argument
[all …]
/freebsd/usr.sbin/ctladm/
H A Dctladm.c38 * $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.c#4 $
2633 req.reqdata.rm.lun_id = lun_id; in cctl_rm_lun()
2752 req.reqdata.modify.lun_id = lun_id; in cctl_modify_lun()
2994 req.data.list.alloc_len = conn_len; in cctl_islist()
2995 req.data.list.conn_xml = conn_str; in cctl_islist()
3125 req.data.logout.all = 1; in cctl_islogout()
3198 req.data.terminate.all = 1; in cctl_isterminate()
4015 req.data.list.alloc_len = conn_len; in cctl_nvlist()
4016 req.data.list.conn_xml = conn_str; in cctl_nvlist()
4128 req.data.terminate.all = 1; in cctl_nvterminate()
[all …]
/freebsd/contrib/ntp/
H A DChangeLog560 * Update ntp.keys .../N documentation. HStenn.
897 Danny Mayer. Log incoming packets that fail TEST2. Harlan Stenn.
1086 timespecops.c, timevalops.c, uglydate.c, vi64ops.c, ymd2yd.c.
1939 * Distribute ntp.conf.def and ntp.keys.def.
2064 * [Bug 2143] NMEA driver: discard data if quality indication not good,
2370 empty we'll look under loc/ for a good fit. If the filename contains
3183 "restrict ... limited" is used.
3672 "restrict ... limited" is used.
4413 rather good shape and should be ready for prime time.
4897 * [Bug 734] setsockopt(..., IP_MULTICAST_IF, ...) fails on 64-bit platforms.
[all …]
H A DNEWS832 Update ntp.keys .../N documentation. HStenn.
860 - restrict ... noepeer
1277 from targeted peers will fail the origin timestamp check (TEST2)
3073 timespecops.c, timevalops.c, uglydate.c, vi64ops.c, ymd2yd.c.
3153 https://www.eecis.udel.edu/~mills/onwire.html .
3353 prepare a random number generator that was of good quality back
4598 Update ntp.keys .../N documentation. HStenn.
5043 from targeted peers will fail the origin timestamp check (TEST2)
6839 timespecops.c, timevalops.c, uglydate.c, vi64ops.c, ymd2yd.c.
6919 https://www.eecis.udel.edu/~mills/onwire.html .
[all …]
H A DCommitLog28228 Log incoming packets that fail TEST2. Harlan Stenn.
28231 Log incoming packets that fail TEST2. Harlan Stenn.
28234 Log incoming packets that fail TEST2. Harlan Stenn.
67704 - Add test cases for good/missing/bad/malformed SHA1 lines
67734 - hardwired refusal of files without good signature
67742 - Add test cases for good/missing/bad/malformed SHA1 lines
111574 [bug 2143] discard data if quality indication not good to avoid glitches
111578 [bug 2143] discard data if quality indication not good to avoid glitches
111582 [bug 2143] discard data if quality indication not good to avoid glitches
185575 alternating between readline and stone hammers is not good
[all …]