Home
last modified time | relevance | path

Searched +full:debian +full:- +full:testing (Results 1 – 25 of 236) sorted by relevance

12345678910

/external/sg3_utils/
DMakefile.am35 debian/changelog \
36 debian/compat \
37 debian/control \
38 debian/copyright \
39 debian/docs \
40 debian/libsgutils2-2.install \
41 debian/libsgutils2-dev.install \
42 debian/README.debian4 \
43 debian/rules \
44 debian/sg3-utils.examples \
[all …]
DMakefile.in4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
18 if test -z '$(MAKELEVEL)'; then \
20 elif test -n '$(MAKE_HOST)'; then \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29 case $${target_option-} in \
32 "target option '$${target_option-}' specified" >&2; \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
[all …]
/external/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml5 GIT_STRATEGY: none # testing doesn't build anything from source
7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11 - section_start ldd_section "Checking ldd on driver build"
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - section_end ldd_section
18 - results/
20 - !reference [.never-post-merge-rules, rules]
22 .formatting-check:
[all …]
/external/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
18 - _build/meson-logs/*.txt
19 - _build/meson-logs/strace
20 - shader-db
21 - artifacts
24 .build-linux:
25 extends: .build-common
32 - !reference [default, before_script]
[all …]
/external/mesa3d/.gitlab-ci/lava/
Dlava-gitlab-ci.yml2 …REGISTRY_IMAGE}/alpine/x86_64_lava_ssh_client:${ALPINE_X86_64_LAVA_SSH_TAG}--${MESA_TEMPLATES_COMM…
5 .lava-test:
9 GIT_STRATEGY: none # testing doesn't build anything from source
10 FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions
12 FDO_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="
14 BASE_SYSTEM_HOST_PREFIX: "${S3_HOST}/mesa-lava"
17 # per-job build artifacts
18 JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz"
20 S3_ARTIFACT_NAME: "mesa-${ARCH}-default-debugoptimized"
25 - ./artifacts/lava/lava-submit.sh
[all …]
/external/virglrenderer/perf-testing/Docker/
DDockerfile2 # Use of this source code is governed by a BSD-style license that can be
5 FROM debian:bullseye
7 docker run --privileged -v /dev/log:/dev/log -v <path to crosvm>:/platform/crosvm:ro <crosvm base i…
13 RUN apt-get update && \
14 apt-get install -y --no-install-recommends ca-certificates gnupg wget && \
15 echo 'deb-src https://deb.debian.org/debian bullseye main' >> /etc/apt/sources.list && \
17 apt-get update && \
18 apt-get build-dep -y mesa && \
19 apt-get install -y --no-install-recommends ca-certificates \
20 python3-setuptools \
[all …]
/external/ltp/.github/workflows/
Dci.yml1 # Copyright (c) 2021-2023 Petr Vorel <pvorel@suse.cz>
11 runs-on: ubuntu-latest
14 fail-fast: false
18 - container: "debian:stable"
24 - container: "debian:stable"
27 CC: powerpc64le-linux-gnu-gcc
30 VARIANT: cross-compile
32 - container: "debian:stable"
35 CC: aarch64-linux-gnu-gcc
38 VARIANT: cross-compile
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dgitlab-ci.yml2 - local: 'src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml'
4 llvmpipe-piglit-rusticl:
6 - .llvmpipe-piglit-cl
7 - .llvmpipe-rusticl-rules
9 - debian-testing
10 - debian/x86_64_test-gl
13 DEQP_SUITE: llvmpipe-rusticl
14 DEQP_RUNNER_OPTIONS: "--timeout 120.0"
15 GPU_VERSION: llvmpipe-rusticl
17 llvmpipe-traces:
[all …]
/external/oss-fuzz/infra/base-images/base-image-debian-testing/
DDockerfile1 FROM debian:testing
4 RUN echo 'deb-src http://deb.debian.org/debian testing main' >> /etc/apt/sources.list && \
5 apt-get update && \
6 apt-get upgrade -y && \
7 apt-get install -y libc6-dev binutils libgcc-7-dev && \
8 apt-get autoremove -y
16 RUN mkdir -p $OUT $SRC $WORK && chmod a+rwx $OUT $SRC $WORK
/external/crosvm/docs/book/src/building_crosvm/
Dlinux.md19 git submodule update --init
30 Crosvm development best works on Debian derivatives. We provide a script to install the necessary
31 packages on Debian, Ubuntu or gLinux:
34 ./tools/install-deps
38 [Using the development container](#using-the-development-container).
42 We provide a Debian container with the required packages installed. With
43 [Podman](https://podman.io/getting-started/installation) or
44 [Docker](https://docs.docker.com/get-docker/) installed, it can be started with:
60 you wish to start fresh, use the `--clean` flag.
67 If you want to enable [additional features](../running_crosvm/features.md), use the `--features`
[all …]
/external/toybox/tests/
Dmkpasswd.test3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
9 # The -P0 is because debian's version misbehaves without it.
10 testcmd 'md5' '-P0 -mmd5 -S abcdefgh' '$1$abcdefgh$G//4keteveJp0qb8z2DxG/\n' \
12 # No idea why debian's requires the dash in sha-256?
13 testcmd 'sha256-8' '-P0 -msha-256 -S abcdefgh' \
15 testcmd 'sha256-16' '-P0 -msha-256 -S ./Aa0Bb1Cc2Dd3Ee' \
18 testcmd 'sha512-8' '-P0 -msha-512 -S abcdefgh' \
21 testcmd 'sha512-16' '-P0 -msha-512 -S ./Aa0Bb1Cc2Dd3Ee' \
Dsed.test3 #testing "name" "command" "result" "infile" "stdin"
7 testcmd '- - twice' '"" - -' "hello\n" "" "hello\n"
8 testcmd '-n' '-n ""' "" "" "one\ntwo\nthree"
9 testcmd '-n p' '-n p' "one\ntwo\nthree" "" "one\ntwo\nthree"
10 testcmd 'explicit pattern' '-e p -n' "one\ntwo\nthree" "" "one\ntwo\nthree"
13 testcmd '' '-n 1p' "one\n" "" "one\ntwo\nthree"
15 testcmd '' '-n 2p' "two\n" "" "one\ntwo\nthree"
16 testcmd '-n $p' '-n \$p' "three" "" "one\ntwo\nthree"
17 testcmd 'as cat #2' "-n '1,\$p'" "one\ntwo\nthree" "" "one\ntwo\nthree"
19 testcmd '-n $,$p' '-n \$,\$p' 'three' '' 'one\ntwo\nthree'
[all …]
/external/crosvm/docs/book/src/running_crosvm/
Dcustom_kernel_rootfs.md11 to build. You can use any mainline kernel though as long as it's configured for para-virtualized
18 git clone --depth 1 -b chromeos-6.6 https://chromium.googlesource.com/chromiumos/third_party/kernel
25 CHROMEOS_KERNEL_FAMILY=termina ./chromeos/scripts/prepareconfig container-vm-x86_64
27 make -j$(nproc) bzImage
37 enough for your purposes. To get you started, a Debian rootfs can be created with [debootstrap].
41 truncate -s 20G debian.ext4
42 mkfs.ext4 debian.ext4
43 mkdir -p "${CHROOT_PATH}"
44 sudo mount debian.ext4 "${CHROOT_PATH}"
45 sudo debootstrap stable "${CHROOT_PATH}" http://deb.debian.org/debian/
[all …]
/external/e2fsprogs/doc/RelNotes/
Dv1.35.txt4 E2fsck has a new -k option, which in conjunction with the -c options,
7 Cleaned up e2fsck's preen-mode messages during the passes 1b, 1c, and 1d.
11 (Addresses Debian Bug #232328)
20 Fix a bug in mke2fs which caused -T largefile or -T largefile4 to core
21 dump due to a division by zero error. (Addresses Debian bug #207082)
25 directory. (Addresses Debian bug #219640).
33 the filesystem will be checked. (Addresses Debian bug #205177)
36 filesystem check will be forced. (Addresses Debian bug #157194)
42 "e2fsck -c".
46 by e2fsck on big-endian machines. (Addresses Debian bug #228723)
[all …]
Dv1.43.4.txt8 Fix a bug which was causing mke2fs -d and fuse2fs to improperly handle
11 Fix a bug which could cause mke2fs -d to fail if there is an
12 zero-length file in source directory tree.
15 tune2fs. (Addresses Debian Bug: #852727)
44 Replace a test file but which had a "non-commercial use-only"
46 package which now has a 4-clause BSD license, which was making some
48 in lib/et's regression testing and was never included in any compiled
49 binary. (Addresses Debian Bug: #840733)
54 add the Finnish and Malay translation. (Addresses-Debian-Bug: #774379)
56 Update various man pages (Addresses-Debian-Bug: #852726)
[all …]
Dv1.34.txt6 This burns CPU times which slows down the low-level filesystem check.
18 and a blocksize greater than 4096. (Addresses Debian bug #193773)
21 non-empty bad block list. Resize2fs now discards any blocks on the
32 (Addresses Debian bug: #189814)
35 all unused blocks to stdout. (Useful as an emergency try-to-find
42 randomness in its non-destructive read/write test, instead of using a
45 Added a new option (-t) to badblocks, which allows the user to control
59 honors the -c option, and to use O_DIRECT when possible to avoid
63 - Added Czech and Swedish translations
64 - Removed testing NYC translation
[all …]
Dv1.39.txt4 Fix 32-bit cleanliness in e2fsprogs so that we can support filesystems
11 Mke2fs will now create filesystems hash trees and on-line resizing
20 resize inode for large filesystems. (Addresses Debian Bug #346580)
31 Add support for on-line resizing to resize2fs.
46 man page for more details. (Addresses Debian Bug: #150295)
49 check when the system is running on battery. (Addresses Debian Bug:
53 field is in the future, and offer to fix if so. (Addresses Debian Bug
55 since Debian's boot sequence bogusly doesn't set the time correctly
58 (Addresses Debian Bugs #343662 and #343645)
62 (Addresses Debian Bug: #355644)
[all …]
/external/libbpf/ci/managers/
Ddebian.sh3 PHASES=(${@:-SETUP RUN RUN_ASAN CLEANUP})
4 DEBIAN_RELEASE="${DEBIAN_RELEASE:-testing}"
5 CONT_NAME="${CONT_NAME:-libbpf-debian-$DEBIAN_RELEASE}"
6 ENV_VARS="${ENV_VARS:-}"
7 DOCKER_RUN="${DOCKER_RUN:-docker run}"
8 REPO_ROOT="${REPO_ROOT:-$PWD}"
14 echo -e "\033[33;1m$1\033[0m"
18 echo -e "\033[31;1m$1\033[0m"
25 set -eu
33 info "Using Debian $DEBIAN_RELEASE"
[all …]
/external/selinux/
DREADME.md7 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/selinux.svg)](https:/…
16 SELinux-based system.
24 ------------
28 * Alpine Linux (https://pkgs.alpinelinux.org/package/edge/testing/x86/policycoreutils)
31 * Debian and Ubuntu (https://packages.debian.org/sid/policycoreutils)
32 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils)
34 * Yocto Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selin…
38 Building and testing
39 --------------------
46 audit-libs-devel \
[all …]
/external/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml3 .incorporate-templates-commit:
5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}"
7 .incorporate-base-tag+templates-commit:
9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT…
10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}"
12 .set-image:
14 - .incorporate-templates-commit
19 .set-image-base-tag:
21 - .set-image
22 - .incorporate-base-tag+templates-commit
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/ci/
Dgitlab-ci.yml2 - local: 'src/gallium/drivers/softpipe/ci/gitlab-ci-inc.yml'
7 XVFB_SCRIPT: "install/deqp-runner.sh"
9 extends: .softpipe-deqp-test
11 . "$SCRIPTS_DIR"/setup-test-env.sh
12 …LD_LIBRARY_PATH=`pwd`/install/lib xvfb-run --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-
14 softpipe-asan-gles31:
16 GPU_VERSION: softpipe-asan
19 DEQP_RUNNER_OPTIONS: "--env LD_PRELOAD=libasan.so.8"
20 extends: .softpipe-deqp-test
22 - debian/x86_64_test-gl
[all …]
/external/mesa3d/src/gallium/frontends/lavapipe/ci/
Dgitlab-ci.yml2 - local: 'src/gallium/frontends/lavapipe/ci/gitlab-ci-inc.yml'
9 stage: software-renderer
11 - .deqp-test-vk
12 - .lavapipe-test
14 lavapipe-vk-asan:
16 - .deqp-test-vk
17 - .lavapipe-test
19 GPU_VERSION: lvp-asan
23 DEQP_RUNNER_OPTIONS: "--env LD_PRELOAD=libasan.so.8:libdlclose-skip.so"
26 - debian/x86_64_test-vk
[all …]
/external/pdfium/docs/
Dcode-coverage.md13 The tools used for code coverage are known to work on Ubuntu and Debian. They
14 should work correctly on newer versions of Ubuntu, Debian and related Linux
18 `llvm-cov` to be present. This is no longer true, so if you have no other need
55 `testing/tools/coverage/coverage_report.py` script. This script will download
66 testing/tools/coverage/coverage_report.py
70 you will need to pass in `--source-directory` with the appropriate directory. If
71 you are using a different build directory, then `--build-directory` will need to
73 you will need to pass in `--output-directory`.
78 testing/tools/coverage/coverage_report.py \
79 --source-directory ~/pdfium/pdfium \
[all …]
/external/libconfig/
DChangeLog2 ----- version 1.7.3 ------
4 2021-06-19 Mark Lindner <markl@avalon>
6 * lib/libconfig.c - Fixed double-free of config->filenames;
8 NULL instead of the passed-in setting if the specified path was not
10 * configure.ac, lib/Makefile.am - bump version numbers
12 2021-04-28 Mark Lindner <markl@avalon>
14 * lib/CMakeLists.txt - misc. fixes
16 2021-04-22 Mark Lindner <markl@avalon>
18 * Makefile.am, configure.ac - Added --disable-tests configure option
20 2021-01-09 Mark Lindner <markl@avalon>
[all …]
/external/arm-trusted-firmware/docs/plat/
Dhikey.rst9 ------------
14 - Trusted Firmware-A:
15 `link <https://github.com/ARM-software/arm-trusted-firmware>`__
17 - OP-TEE
18 `link <https://github.com/OP-TEE/optee_os>`__
20 - edk2:
21 `link <https://github.com/96boards-hikey/edk2/tree/testing/hikey960_v2.5>`__
23 - OpenPlatformPkg:
24 `link <https://github.com/96boards-hikey/OpenPlatformPkg/tree/testing/hikey960_v1.3.4>`__
26 - l-loader:
[all …]

12345678910