Home
last modified time | relevance | path

Searched full:expectation (Results 1 – 25 of 190) sorted by relevance

12345678

/openbmc/linux/include/kunit/
H A Dassert.h3 * Assertion and expectation serialization API.
19 * enum kunit_assert_type - Type of expectation/assertion.
21 * @KUNIT_EXPECTATION: Denotes that a kunit_assert represents an expectation.
24 * represents an expectation or an assertion.
44 * struct kunit_assert - Data for printing a failed assertion or expectation.
46 * Represents a failed expectation/assertion. Contains all the data necessary to
60 * struct kunit_fail_assert - Represents a plain fail expectation/assertion.
79 * Represents a simple expectation or assertion that simply asserts something is
94 * struct kunit_ptr_not_err_assert - An expectation/assertion that a pointer is
97 * @text: A string representation of the expression passed to the expectation.
[all …]
H A Dtest.h564 * KUNIT_SUCCEED() - A no-op expectation. Only exists for code clarity.
567 * The opposite of KUNIT_FAIL(), it is an expectation that cannot fail. In other
612 * The opposite of KUNIT_SUCCEED(), it is an expectation that always fails. In
613 * other words, it always results in a failed expectation, and consequently
832 * *expectation failure*.
850 * Sets an expectation that @condition evaluates to false. See
864 * KUNIT_EXPECT_EQ() - Sets an expectation that @left and @right are equal.
869 * Sets an expectation that the values that @left and @right evaluate to are
890 * Sets an expectation that the values that @left and @right evaluate to are
906 * KUNIT_EXPECT_NE() - An expectation that @left and @right are not equal.
[all …]
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_expect.h19 /* Conntrack expectation list member */
35 /* Expectation class */
48 /* Timer function; deletes the expectation. */
121 /* Allocate space for an expectation: this is mandatory before calling
/openbmc/docs/
H A Ddiscord-rules.md4 community expectation that you will provide access to your code in the course
13 an unfair burden of expectation on people volunteering their time. Further,
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_conntrack_common.h153 IPEXP_NEW, /* new expectation */
154 IPEXP_DESTROY, /* destroyed expectation */
157 /* expectation flags */
/openbmc/phosphor-ipmi-blobs/test/
H A Dutils_unittest.cpp88 bool expectation; in TEST() member
100 EXPECT_EQ(test.expectation, matchBlobHandler(test.name)); in TEST()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_tlb_flush.c91 * the expectation for the first time. Pairs with wmb() in in worker_guest_code()
100 * reading the expectation for the second time. Pairs with wmb() in worker_guest_code()
158 * Prepare to test: 'disable' workers by setting the expectation to '0',
186 /* Make sure we change the expectation after swapping PTEs */ in post_test()
189 /* Set the expectation for workers, '0' means don't test */ in post_test()
629 * Sender vCPU which performs the test: swaps test pages, sets expectation in main()
/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/
H A D0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch60 - * we need. The expectation is that glibc will check the
61 + * we need. The expectation is that libc will check the
/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py39 def my_assert(self, expectation, result): argument
40 if not expectation == result:
41 #print "'%x','%x' %s" % (ord(expectation), ord(result), self.name)
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_tftp.c66 nf_ct_helper_log(skb, ct, "cannot alloc expectation"); in tftp_help()
82 nf_ct_helper_log(skb, ct, "cannot add expectation"); in tftp_help()
H A Dnf_conntrack_sane.c147 nf_ct_helper_log(skb, ct, "cannot alloc expectation"); in help()
161 nf_ct_helper_log(skb, ct, "cannot add expectation"); in help()
H A Dnf_conntrack_amanda.c148 nf_ct_helper_log(skb, ct, "cannot alloc expectation"); in amanda_help()
163 nf_ct_helper_log(skb, ct, "cannot add expectation"); in amanda_help()
H A Dnf_conntrack_sip.c907 * RTP optimization: if we find a matching media channel expectation in set_expected_rtp_rtcp()
908 * and both the expectation and this connection are SNATed, we assume in set_expected_rtp_rtcp()
910 * destination address from the expectation. We still need to keep in set_expected_rtp_rtcp()
979 * we pretend expectation was set up. in set_expected_rtp_rtcp()
1107 "cannot add expectation for voice"); in process_sdp()
1215 /* Parse a REGISTER request and create a permanent expectation for incoming
1216 * signalling connections. The expectation is marked inactive and is activated
1243 * registrar to release the binding. We'll remove our expectation in process_register_request()
1285 nf_ct_helper_log(skb, ct, "cannot alloc expectation"); in process_register_request()
1309 nf_ct_helper_log(skb, ct, "cannot add expectation"); in process_register_request()
H A Dnf_nat_tftp.c34 nf_ct_helper_log(skb, exp->master, "cannot add expectation"); in help()
/openbmc/linux/Documentation/maintainer/
H A Dmaintainer-entry-profile.rst67 guideline is to set expectation with contributors that new feature
74 concluded by this point the expectation is the contributor should wait and
/openbmc/openbmc-test-automation/bin/
H A Dsol_utils.tcl461 # Expectation is that we are starting at the "Installation" options screen.
511 # Expectation is that we are starting at the "Installation" options screen.
549 # Expectation is that we are starting at the "Installation" options
599 # Expectation is that we are starting at the "Installation" options screen.
/openbmc/u-boot/common/spl/
H A Dspl_bootrom.c18 * the expectation that the next stage of will be booted by in spl_return_to_bootrom()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Condition/
H A DHostFirmware.interface.yaml3 expectation is the implementer of this interface utilize their host protocol
/openbmc/linux/tools/testing/kunit/test_data/
H A Dtest_is_test_passed-failure.log27 # example_simple_test: EXPECTATION FAILED at lib/kunit/example-test.c:30
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dusage.rst27 which is a special expectation that logs a message and causes the test case to
32 An *expectation* specifies that we expect a piece of code to do something in a
33 test. An expectation is called like a function. A test is made by setting
54 A test case *fails* when any expectation is violated; however, the test will
96 An assertion is like an expectation, except that the assertion immediately
495 The ``_MSG`` variants are useful when the same expectation is called multiple
/openbmc/linux/include/uapi/linux/
H A Dlibc-compat.h75 * we need. The expectation is that glibc will check the
121 * we need. The expectation is that glibc will check the
/openbmc/phosphor-ipmi-blobs/
H A Dfs.cpp42 /* Algorithm ends up being two-pass, but expectation is a list under 10. */ in getLibraryList()
/openbmc/bmcweb/
H A DDBUS_USAGE.md22 - There are interfaces for which there is an expectation that there will only
/openbmc/linux/Documentation/admin-guide/LSM/
H A DLoadPin.rst7 the expectation that such a filesystem is backed by a read-only device
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_step.h16 * the expectation breaks gmd_to_intel_step().

12345678