/openbmc/openbmc/poky/scripts/contrib/ |
H A D | convert-overrides.py | 66 skips = args.skip variable 67 skips += ["parser_append", "recipe_to_append", "extra_append", "to_remove", "show_appends", "applie… 68 skips += ["expanded_removes", "color_remove", "test_remove", "empty_remove", "toaster_prepend", "nu… 69 skips += ["no_report_remove", "test_prepend", "test_append", "multiple_append", "test_remove", "sha… 70 skips += ["parser_remove", "to_append", "no_remove", "bblayers_add_remove", "bblayers_remove", "app… 71 skips += ["autotools_dep_prepend", "go_map_arm", "alt_remove_links", "systemd_append_file", "file_a… 72 skips += ["run_loaddata_poky", "determine_if_poky_env", "do_populate_poky_src", "libc_cv_include_x8… 73 skips += ["get_appends_for_files", "test_doubleref_remove", "test_bitbakelayers_add_remove", "elf32… 74 skips += ["test_rpm_remove", "test_bitbakelayers_add_remove", "recipe_append_file", "log_data_remov… 75 skips += ["recipetool_append", "changetype_remove", "try_appendfile_wc", "test_qemux86_directdisk",… [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | context.py | 49 def skipTests(self, skips): argument 50 if not skips: 60 for skip in skips: 65 for skip in skips: 81 def runTests(self, processes=None, skips=[]): argument 85 self.skipTests(skips)
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_maps.h | 17 extern int skips;
|
H A D | test_verifier.c | 77 static int skips; variable 537 skips++; in skip_unsupported_map() 1577 fixup_skips = skips; in do_test_single() 1588 if (fixup_skips != skips) in do_test_single() 1655 skips++; in do_test_single() 1661 skips++; in do_test_single() 1820 skips++; in do_test() 1832 skips++; in do_test() 1843 skips, errors); in do_test()
|
H A D | test_maps.c | 33 int skips; variable 745 skips++; in test_sockmap() 1930 printf("test_maps: OK, %d SKIPPED\n", skips); in main()
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/ |
H A D | pyproject.toml | 6 # "extension-module" tells pyo3 we want to build an extension module (skips linking against libpyth…
|
/openbmc/linux/Documentation/gpu/ |
H A D | automated_testing.rst | 55 IGT tests to be run on all drivers (unless mentioned in a driver's \*-skips.txt 70 drivers/gpu/drm/ci/${DRIVER_NAME}-${HW_REVISION}-skips.txt 109 issues, for example), you can remove tests from the flakes and/or skips lists,
|
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/ |
H A D | 0001-Set-interpreter-only-when-necessary.patch | 7 As with modifySoname(), it skips unnecessary processing.
|
/openbmc/linux/Documentation/driver-api/mtd/ |
H A D | nand_ecc.rst | 90 - rp6 covers 8 bytes then skips 8 etc 91 - rp7 skips 8 bytes then covers 8 etc 92 - rp8 covers 16 bytes then skips 16 etc 93 - rp9 skips 16 bytes then covers 16 etc 94 - rp10 covers 32 bytes then skips 32 etc 95 - rp11 skips 32 bytes then covers 32 etc 96 - rp12 covers 64 bytes then skips 64 etc 97 - rp13 skips 64 bytes then covers 64 etc 98 - rp14 covers 128 bytes then skips 128 99 - rp15 skips 128 bytes then covers 128
|
/openbmc/linux/Documentation/trace/ |
H A D | fprobe.rst | 172 skips both of entry and exit callback and the latter skips the exit 177 counter may not work correctly, because ftrace skips the fprobe function which
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/ |
H A D | context.py | 164 def runTests(self, processes=None, machine=None, skips=[]): argument 165 return super(OESelftestTestContext, self).runTests(processes, skips) 285 self.tc_kwargs['run']['skips'] = args.skips
|
/openbmc/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | task_storage_map.c | 83 skips++; in test_task_storage_map_stress_lookup()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/ |
H A D | CVE-2022-24795.patch | 15 failures to a caller. But then the caller yajl_buf_append() skips
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/ |
H A D | binutils-testsuite_2.43.1.bb | 58 # skips gas causing issues with the ld test suite (which uses gas)
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
H A D | README.falcon | 3 Falcon boot is a short cut boot method for SD/eMMC targets. It skips loading the 144 Falcon boot skips a lot of initialization in U-Boot. If Linux expects the
|
/openbmc/openbmc-test-automation/systest/ |
H A D | test_boot_acceptance.robot | 30 # skips the communication port to always keep it available.
|
/openbmc/linux/fs/afs/ |
H A D | write.c | 712 int n, skips = 0; in afs_writepages_region() local 768 if (skips >= 5 || need_resched()) { in afs_writepages_region() 774 skips++; in afs_writepages_region()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | itrace.txt | 56 skips the first million instructions.
|
/openbmc/linux/Documentation/powerpc/ |
H A D | dawr-power9.rst | 101 Any errors/failures/skips mean something is wrong.
|
/openbmc/linux/Documentation/virt/hyperv/ |
H A D | clocks.rst | 31 in Linux reads this MSR to get the frequency, so it skips TSC
|
/openbmc/phosphor-psu-code-mgmt/ |
H A D | README.md | 22 ninja -C build/ test # Meson skips running the case due to it thinks it's cross compiling
|
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_hw.c | 1693 u32 skips = 0; in efct_hw_io_init_sges() local 1733 skips = EFCT_TARGET_WRITE_SKIPS; in efct_hw_io_init_sges() 1741 skips = EFCT_TARGET_READ_SKIPS; in efct_hw_io_init_sges() 1756 for (i = 0; i < skips; i++) { in efct_hw_io_init_sges() 1764 io->n_sge += skips; in efct_hw_io_init_sges()
|
/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/ |
H A D | alsa-plugins_1.2.12.bb | 146 # FILES manually, because do_split_packages() skips the links (which is good,
|
/openbmc/linux/Documentation/firmware-guide/acpi/apei/ |
H A D | einj.rst | 115 to 1 skips the trigger phase, which *may* allow the user to cause the
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
H A D | 0005-adb-add-base64-implementation.patch | 227 +/* skips all whitespace anywhere.
|