Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/unit-tests/
H A Dopt-jobs.mk9 EXPECT.0= argument '0' to option '-j' must be a positive number (exit 2)
10 EXPECT.1= 1
11 EXPECT.2= 2
12 EXPECT.8= 8
13 EXPECT.08= argument '08' to option '-j' must be a positive number (exit 2)
14 EXPECT.017= 15
15 EXPECT.0x10= 16
16 EXPECT.-5= argument '-5' to option '-j' must be a positive number (exit 2)
17 EXPECT.1000= 1000
21 . if ${OUTPUT:[2..-1]} != ${EXPECT.${arg}}
[all …]
/freebsd/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/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/contrib/byacc/
H A Ddefs.h127 ,EXPECT enumerator
H A Dreader.c541 { "expect", EXPECT },
1823 if (assoc != EXPECT && assoc != EXPECT_RR) in declare_expect()
1838 if (assoc == EXPECT) in declare_expect()
2086 case EXPECT: in read_declarations()
/freebsd/contrib/file/magic/Magdir/
H A Dcommands173 >24 search/8192 --EXPECT PHP core test
/freebsd/contrib/googletest/docs/
H A Dfaq.md379 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/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc4251 TEST(SuccessfulAssertionTest, EXPECT) { in TEST() argument
4280 TEST(AssertionWithMessageTest, EXPECT) { in TEST() argument
/freebsd/contrib/libpcap/
H A DCMakeLists.txt46 # VERSIONS OF CMAKE EXPECT BY DEFAULT, DON'T WASTE OUR TIME WITH NOISE.
/freebsd/crypto/openssl/
H A DCHANGES.md12650 appear in 0.9.8 or later. We EXPECT application authors to have
/freebsd/contrib/ntp/
H A DCommitLog[all...]