Searched +full:functional +full:- +full:system +full:- +full:flaky (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/docs/devel/testing/ |
H A D | ci-definitions.rst.inc | 8 --------------- 25 ------------ 34 On QEMU, unit testing is represented by the 'check-unit' target from 'make'. 36 Functional testing 37 ------------------ 39 A functional test focuses on the functional requirement of the software. 40 Deriving sets of input conditions, the functional tests should fully exercise 41 all the functional requirements for a program. Functional testing is 46 On QEMU, functional testing is represented by the 'check-qtest' target from 49 System testing [all …]
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | buildtest.yml | 2 - local: '/.gitlab-ci.d/buildtest-template.yml' 4 build-system-alpine: 6 - .native_build_job_template 7 - .native_build_artifact_template 9 - job: amd64-alpine-container 12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu 13 MAKE_CHECK_ARGS: check-build 14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog 16 check-system-alpine: 19 - job: build-system-alpine [all …]
|
/openbmc/docs/ |
H A D | community-membership.md | 8 …------------------- | ------------------------------------------------------ | -------------------… 11 … | [OWNERS] entry within the meta-\* subfolder for the … 27 Role-specific expectations, responsibilities, and requirements are enumerated 34 Gerrit, and pre-submit tests are automatically run for their reviews. Members 41 - Have made multiple contributions to the project or community. Contribution may 43 - Authoring or reviewing code reviews on Gerrit 44 - Filing or commenting on issues on GitHub 45 - Contributing to design review, subproject, or community discussions (e.g. 47 - Subscribed to the [mailing list] 48 - Have read the [contributor guide] [all …]
|
/openbmc/linux/drivers/ata/ |
H A D | libata-core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * libata-core.c - helper library for ATA 5 * Copyright 2003-2004 Red Hat, Inc. All rights reserved. 6 * Copyright 2003-2004 Jeff Garzik 9 * as Documentation/driver-api/libata.rst 12 * http://www.sata-io.org/ 16 * http://www.t10.org (SCSI MMC - for ATAPI MMC) 17 * http://www.sata-io.org (SATA) 19 * http://www.qic.org (QIC157 - Tape and DSC) 20 * http://www.ce-ata.org (CE-ATA: not supported) [all …]
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_realtek.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 34 /* extra amp-initialization sequence types */ 145 struct alc_spec *spec = codec->spec; in coef_mutex_lock() 148 mutex_lock(&spec->coef_mutex); in coef_mutex_lock() 153 struct alc_spec *spec = codec->spec; in coef_mutex_unlock() 155 mutex_unlock(&spec->coef_mute in coef_mutex_unlock() [all...] |