Searched refs:EXPECT (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-jobs.mk | 9 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 D | vdev_get_001_pos.ksh | 43 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 D | jevents.c | 280 #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 D | defs.h | 127 ,EXPECT enumerator
|
H A D | reader.c | 541 { "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 D | commands | 173 >24 search/8192 --EXPECT PHP core test
|
/freebsd/contrib/googletest/docs/ |
H A D | faq.md | 379 we had to give up using `ASSERT*` and `FAIL*` (but not `EXPECT*` and
|
H A D | advanced.md | 753 either exceptions, the `(ASSERT|EXPECT)_NO_FATAL_FAILURE` assertions or the
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 4251 TEST(SuccessfulAssertionTest, EXPECT) { in TEST() argument 4280 TEST(AssertionWithMessageTest, EXPECT) { in TEST() argument
|
/freebsd/contrib/libpcap/ |
H A D | CMakeLists.txt | 46 # VERSIONS OF CMAKE EXPECT BY DEFAULT, DON'T WASTE OUR TIME WITH NOISE.
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 12650 appear in 0.9.8 or later. We EXPECT application authors to have
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |