Home
last modified time | relevance | path

Searched full:correctly (Results 1 – 25 of 776) sorted by relevance

12345678910>>...32

/openbmc/phosphor-host-ipmid/test/message/
H A Dpack.cpp30 // check that the bytes were correctly packed (LSB first) in TEST()
42 // check that the bytes were correctly packed (LSB first) in TEST()
54 // check that the bytes were correctly packed (LSB first) in TEST()
66 // check that the bytes were correctly packed (LSB first) in TEST()
78 // check that the bytes were correctly packed (LSB first) in TEST()
95 // check that the bytes were correctly packed (LSB first) in TEST()
110 // check that the bytes were correctly packed (LSB first) in TEST()
124 // check that the bytes were correctly packed (LSB first) in TEST()
139 // check that the bytes were correctly packed (LSB first) in TEST()
154 // check that the bytes were correctly packed (LSB first) in TEST()
[all …]
H A Dunpack.cpp31 // check that the bytes were correctly unpacked (LSB first) in TEST()
45 // check that the bytes were correctly unpacked (LSB first) in TEST()
72 // check that the bytes were correctly unpacked (LSB first) in TEST()
86 // check that the bytes were correctly unpacked (LSB first) in TEST()
113 // check that the bytes were correctly unpacked (LSB first) in TEST()
127 // check that the bytes were correctly unpacked (LSB first) in TEST()
154 // check that the bytes were correctly unpacked (LSB first) in TEST()
169 // check that the bytes were correctly unpacked (LSB first) in TEST()
196 // check that the bytes were correctly unpacked (LSB first) in TEST()
210 // check that the bytes were correctly unpacked (LSB first) in TEST()
[all …]
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dsmack.py33 ''' Test if chsmack can correctly set a SMACK label '''
50 "label not set correctly. expected and gotten: "
56 '''Test if chsmack can correctly set a SMACK Exec label'''
73 "label not set correctly. expected and gotten: " +
79 '''Test if chsmack can correctly set a SMACK mmap label'''
96 "label not set correctly. expected and gotten: " +
102 '''Test if chsmack can correctly set a SMACK transmutable mode'''
118 "label not set correctly. expected and gotten: " +
187 self.assertEqual( mode, modeA, "Mode A was not set correctly; mode: %s" %mode)
192 self.assertEqual( mode, modeB, "Mode B was not set correctly; mode: %s" %mode)
[all …]
/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/selftest/cases/
H A Dsystemd_boot.py11 Summary: Check if systemd-boot images can be built correctly
13 2. 'systemd-boot" can be built correctly
41 Summary: Check if EFI bootloader for systemd is correctly build
42 Dependencies: Image was built correctly on testcase 1445
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/
H A Dhttps.py13 Verify that HTTPS certificates are working correctly, as this depends on
14 environment variables being set correctly.
/openbmc/u-boot/test/dm/
H A Daxi.c14 /* Test that sandbox AXI works correctly */
26 /* Test that sandbox PCI bus numbering works correctly */
38 /* Test that we can use the store device correctly */
H A Dpci.c13 /* Test that sandbox PCI works correctly */
24 /* Test that sandbox PCI bus numbering and device works correctly */
59 /* Test that we can use the swapcase device correctly */
112 /* Test that we can dynamically bind the device driver correctly */
134 /* Test that devices on PCI bus#2 can be accessed correctly */
/openbmc/u-boot/test/
H A DKconfig22 work correctly. The test is fairly simple and will not catch all
32 manipulating Unicode strings work correctly.
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl/
H A D0001-Skip-TODO-test-cases-that-fail.patch33 - is("$uri", 'http://foo/%E9', 'correctly created a URI from a utf8-upgraded string');
43 +# is("$uri", 'http://foo/%E9', 'correctly created a URI from a utf8-upgraded string');
92 is $u->to, 'user+detail@example.com', 'subaddress with `+` parsed correctly';
98 …"foo bar+baz"@example.com', 'address with quoted local part containing spaces is parsed correctly';
104 …"foo bar+baz"@example.com', 'address with quoted local part containing spaces is parsed correctly';
/openbmc/qemu/tests/tcg/aarch64/gdbstub/
H A Dtest-mte.py54 # Test if we can check correctly that the allocation tag for the address
72 # set correctly and don't run over each other.
84 report(True, "Allocation tags are correctly set/printed.")
92 # we also test if the pattern is set correctly up to the end of
/openbmc/openbmc/poky/meta/recipes-core/ovmf/
H A Dovmf_git.bb40 CVE_STATUS[CVE-2014-4859] = "fixed-version: The CPE in the NVD database doesn't reflect correctly t…
41 CVE_STATUS[CVE-2014-4860] = "fixed-version: The CPE in the NVD database doesn't reflect correctly t…
42 CVE_STATUS[CVE-2019-14553] = "fixed-version: The CPE in the NVD database doesn't reflect correctly
43 CVE_STATUS[CVE-2019-14559] = "fixed-version: The CPE in the NVD database doesn't reflect correctly
44 CVE_STATUS[CVE-2019-14562] = "fixed-version: The CPE in the NVD database doesn't reflect correctly
45 CVE_STATUS[CVE-2019-14563] = "fixed-version: The CPE in the NVD database doesn't reflect correctly
46 CVE_STATUS[CVE-2019-14575] = "fixed-version: The CPE in the NVD database doesn't reflect correctly
47 CVE_STATUS[CVE-2019-14586] = "fixed-version: The CPE in the NVD database doesn't reflect correctly
48 CVE_STATUS[CVE-2019-14587] = "fixed-version: The CPE in the NVD database doesn't reflect correctly
/openbmc/qemu/tests/tcg/ppc64/
H A Dmtfsf.c43 /* First test if the FI bit is being set correctly */ in main()
48 /* Then test if the deferred exception is being called correctly */ in main()
/openbmc/u-boot/arch/arm/mach-bcm283x/
H A DKconfig57 This is required for U-Boot to operate correctly, even if you only
96 required for U-Boot to operate correctly, even if you only care
112 required for U-Boot to operate correctly, even if you only care
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Dautotools.py18 Check that autotools will cross-compile correctly.
40 # Check that configure detected the target correctly
H A Dmeson.py44 # Check that the target architectures was set correctly.
55 Test that Meson builds correctly.
/openbmc/u-boot/include/dm/
H A Dtest.h92 * @sum: Test value used to check parent data works correctly
123 * called correctly
189 * dm_check_devices() - check the devices respond to operations correctly
/openbmc/bmcweb/test/http/
H A Dcrow_getroutes_test.cpp31 // Tests that static urls are correctly passed
46 // Tests that static urls are correctly passed
/openbmc/webui-vue/tests/unit/Global/__snapshots__/
H A DPageContainer.spec.js.snap3 exports[`PageContainer.vue should render correctly 1`] = `
H A DLoadingBar.spec.js.snap3 exports[`LoadingBar.vue should render correctly 1`] = `
H A DPageSection.spec.js.snap3 exports[`PageSection.vue should render correctly 1`] = `
H A DTableCellCount.spec.js.snap3 exports[`TableCellCount.vue should render correctly 1`] = `
H A DPageTitle.spec.js.snap3 exports[`PageTitle.vue should render correctly 1`] = `
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/
H A D__init__.py5 randconfig should correctly set random choice values.
/openbmc/u-boot/include/
H A Dvideo_bridge.h37 * check_attached() - check if a bridge is correctly attached
94 * check_attached() - check if a bridge is correctly attached
/openbmc/u-boot/doc/device-tree-bindings/serial/
H A Dqca,ar9330-uart.txt12 Each UART port must have an alias correctly numbered in "aliases"

12345678910>>...32