Home
last modified time | relevance | path

Searched refs:EXPECT (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dvdev_get_001_pos.ksh43 EXPECT="$(zpool get -H all ${TESTPOOL} root | wc -l)"
55 EXPECT=$((EXPECT))
56 if [ $i -gt $EXPECT ]; then
57 log_fail "found vdev properties not in vdev_get.cfg: $i/$EXPECT."
58 elif [ $i -lt $EXPECT ]; then
59 log_fail "expected properties not found in vdev_get.cfg: $i/$EXPECT."
/freebsd-14.2/lib/libpmc/pmu-events/
H A Djevents.c280 #define EXPECT(e, t, m) do { if (!(e)) { \ macro
547 EXPECT(tokens->type == JSMN_ARRAY, tokens, "expected top level array"); in json_events()
571 EXPECT(obj->type == JSMN_OBJECT, obj, "expected object"); in json_events()
578 EXPECT(field->type == JSMN_STRING, tok + j, in json_events()
581 EXPECT(val->type == JSMN_STRING, tok + j + 1, in json_events()
769 EXPECT(tok - tokens == len, tok, "unexpected objects at end"); in json_events()
/freebsd-14.2/contrib/byacc/
H A Ddefs.h126 ,EXPECT enumerator
H A Dreader.c466 { "expect", EXPECT },
1668 if (assoc != EXPECT && assoc != EXPECT_RR) in declare_expect()
1683 if (assoc == EXPECT) in declare_expect()
1855 case EXPECT: in read_declarations()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dcommands161 >24 search/8192 --EXPECT PHP core test
/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc4247 TEST(SuccessfulAssertionTest, EXPECT) { in TEST() argument
4276 TEST(AssertionWithMessageTest, EXPECT) { in TEST() argument
/freebsd-14.2/contrib/googletest/docs/
H A Dfaq.md400 we had to give up using `ASSERT*` and `FAIL*` (but not `EXPECT*` and
H A Dadvanced.md753 either exceptions, the `(ASSERT|EXPECT)_NO_FATAL_FAILURE` assertions or the
/freebsd-14.2/contrib/libpcap/
H A DCMakeLists.txt46 # VERSIONS OF CMAKE EXPECT BY DEFAULT, DON'T WASTE OUR TIME WITH NOISE.
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md12650 appear in 0.9.8 or later. We EXPECT application authors to have
/freebsd-14.2/contrib/ntp/
H A DCommitLog157806 …Changed some assertions to ASSERT instead of EXPECT (no use to check the value if the conversion w…