/openbmc/phosphor-host-ipmid/test/message/ |
H A D | pack.cpp | 30 // 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 D | unpack.cpp | 31 // 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 D | smack.py | 33 ''' 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 D | systemd_boot.py | 11 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 D | https.py | 13 Verify that HTTPS certificates are working correctly, as this depends on 14 environment variables being set correctly.
|
/openbmc/u-boot/test/dm/ |
H A D | axi.c | 14 /* 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 D | pci.c | 13 /* 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 D | Kconfig | 22 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 D | 0001-Skip-TODO-test-cases-that-fail.patch | 33 - 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 D | test-mte.py | 54 # 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 D | ovmf_git.bb | 40 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 D | mtfsf.c | 43 /* 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 D | Kconfig | 57 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 D | autotools.py | 18 Check that autotools will cross-compile correctly. 40 # Check that configure detected the target correctly
|
H A D | meson.py | 44 # Check that the target architectures was set correctly. 55 Test that Meson builds correctly.
|
/openbmc/u-boot/include/dm/ |
H A D | test.h | 92 * @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 D | crow_getroutes_test.cpp | 31 // Tests that static urls are correctly passed 46 // Tests that static urls are correctly passed
|
/openbmc/webui-vue/tests/unit/Global/__snapshots__/ |
H A D | PageContainer.spec.js.snap | 3 exports[`PageContainer.vue should render correctly 1`] = `
|
H A D | LoadingBar.spec.js.snap | 3 exports[`LoadingBar.vue should render correctly 1`] = `
|
H A D | PageSection.spec.js.snap | 3 exports[`PageSection.vue should render correctly 1`] = `
|
H A D | TableCellCount.spec.js.snap | 3 exports[`TableCellCount.vue should render correctly 1`] = `
|
H A D | PageTitle.spec.js.snap | 3 exports[`PageTitle.vue should render correctly 1`] = `
|
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/ |
H A D | __init__.py | 5 randconfig should correctly set random choice values.
|
/openbmc/u-boot/include/ |
H A D | video_bridge.h | 37 * 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 D | qca,ar9330-uart.txt | 12 Each UART port must have an alias correctly numbered in "aliases"
|