Searched refs:expect (Results 276 - 300 of 491) sorted by relevance

<<11121314151617181920

/freebsd-11.0-release/tools/regression/zfs/zpool/remove/
H A Dcache.t28 expect "${exp}" ${ZPOOL} status ${name0}
42 expect "${exp}" ${ZPOOL} status ${name0}
54 expect "${exp}" ${ZPOOL} status ${name0}
/freebsd-11.0-release/contrib/libucl/lua/
H A Dtest.lua4 local expect =
18 local res,err = parser:parse_string(expect)
26 if expect == got then
29 print(expect .. " == " .. tostring(got))
/freebsd-11.0-release/tools/regression/zfs/zpool/create/
H A Ddisks.t14 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
25 expect "${exp}" ${ZPOOL} status ${name0}
32 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
47 expect "${exp}" ${ZPOOL} status ${name0}
H A Dfiles.t16 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
27 expect "${exp}" ${ZPOOL} status ${name0}
34 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
49 expect "${exp}" ${ZPOOL} status ${name0}
56 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
69 expect "${exp}" ${ZPOOL} status ${name0}
76 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
90 expect "${exp}" ${ZPOOL} status ${name0}
97 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
112 expect "
[all...]
H A Dlog.t14 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
27 expect "${exp}" ${ZPOOL} status ${name0}
34 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
50 expect "${exp}" ${ZPOOL} status ${name0}
57 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
72 expect "${exp}" ${ZPOOL} status ${name0}
79 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
97 expect "${exp}" ${ZPOOL} status ${name0}
104 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
120 expect "
[all...]
/freebsd-11.0-release/tools/regression/zfs/zpool/add/
H A Doption-f_inuse.t20 expect "${exp}" ${ZPOOL} add ${name1} ${disk0}
31 expect "${exp}" ${ZPOOL} status ${name1}
44 expect "${exp}" ${ZPOOL} status ${name1}
55 expect "${exp}" ${ZPOOL} add ${name1} ${disk2} ${disk0}
66 expect "${exp}" ${ZPOOL} status ${name1}
80 expect "${exp}" ${ZPOOL} status ${name1}
91 expect "${exp}" ${ZPOOL} add ${name1} mirror ${disk0} ${disk1}
104 expect "${exp}" ${ZPOOL} status ${name1}
121 expect "${exp}" ${ZPOOL} status ${name1}
132 expect "
[all...]
/freebsd-11.0-release/tools/regression/bpf/bpf_filter/tests/
H A Dtest0001.h28 u_int expect = 0; variable
H A Dtest0003.h28 u_int expect = 0xdeadc0de; variable
H A Dtest0004.h28 u_int expect = 0x23456789; variable
H A Dtest0005.h28 u_int expect = 0x2345; variable
H A Dtest0006.h28 u_int expect = 0x23; variable
H A Dtest0007.h28 u_int expect = 0xdeadc0de; variable
H A Dtest0008.h29 u_int expect = 0xdeadc0de; variable
H A Dtest0009.h29 u_int expect = 0x456789ab; variable
H A Dtest0010.h29 u_int expect = 0x4567; variable
H A Dtest0011.h29 u_int expect = 0x45; variable
H A Dtest0012.h29 u_int expect = (0x23 & 0xf) << 2; variable
H A Dtest0013.h31 u_int expect = 0xdeadc0de; variable
H A Dtest0014.h30 u_int expect = 0xdeadc0de; variable
H A Dtest0015.h30 u_int expect = 0xc0decafe; variable
H A Dtest0024.h30 u_int expect = 0xdeadc0de; variable
H A Dtest0025.h30 u_int expect = 0xbeadb8dd; variable
H A Dtest0026.h30 u_int expect = 0xa7c2da06; variable
H A Dtest0027.h30 u_int expect = 0xc0de; variable
H A Dtest0028.h30 u_int expect = 0xc08cc0de; variable

Completed in 95 milliseconds

<<11121314151617181920