Home
last modified time | relevance | path

Searched +full:baremetal +full:- +full:test (Results 1 – 25 of 61) sorted by relevance

123

/external/mesa3d/src/freedreno/ci/
Dgitlab-ci.yml2 - local: 'src/freedreno/ci/gitlab-ci-inc.yml'
6 - .baremetal-deqp-test
7 - .a306-test
9 DEQP_SUITE: freedreno-a307
15 - .a306_piglit
20 a306-traces:
22 - .google-freedreno-test-traces
23 - .a306-test
25 PIGLIT_REPLAY_DEVICE_NAME: "freedreno-a306"
26 PIGLIT_RESULTS: "freedreno-a306-replay"
[all …]
Dgitlab-ci-inc.yml2 .freedreno-common-rules:
4 - !reference [.test, rules]
5 - !reference [.no_scheduled_pipelines-rules, rules]
6 - changes: &freedreno_core_file_list
7 - src/freedreno/ci/gitlab-ci.yml
8 - src/freedreno/ci/gitlab-ci-inc.yml
9 - src/freedreno/ci/deqp-$DEQP_SUITE.toml
10 - src/freedreno/ci/$GPU_VERSION-fails.txt
11 - src/freedreno/ci/$GPU_VERSION-flakes.txt
12 - src/freedreno/ci/$GPU_VERSION-skips.txt
[all …]
/external/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml1 .test:
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/src/gallium/drivers/nouveau/ci/
Dgitlab-ci-inc.yml1 .nouveau-rules:
4 - !reference [.test, rules]
5 - !reference [.anholt-farm-rules, rules]
6 - !reference [.gl-rules, rules]
7 - changes: &nouveau_file_list
8 - src/nouveau/*
9 - src/nouveau/codegen/**/*
10 - src/nouveau/drm-shim/**/*
11 - src/nouveau/headers/**/*
12 - src/nouveau/winsys/**/*
[all …]
/external/mesa3d/src/etnaviv/ci/
Dgitlab-ci.yml1 .etnaviv-rules:
4 - !reference [.test, rules]
5 - !reference [.austriancoder-farm-rules, rules]
6 - !reference [.gl-rules, rules]
7 - changes: &etnaviv_file_list
8 - src/etnaviv/*
9 - src/etnaviv/ci/gitlab-ci.yml
10 - src/etnaviv/ci/deqp-$DEQP_SUITE.toml
11 - src/etnaviv/ci/$GPU_VERSION-fails.txt
12 - src/etnaviv/ci/$GPU_VERSION-flakes.txt
[all …]
/external/avb/
DAndroid.bp2 // Copyright (C) 2017-2020 The Android Open Source Project
8 // http://www.apache.org/licenses/LICENSE-2.0
21 // Added automatically by a large-scale-change that took the approach of
34 // See: http://go/android-license-faq
39 "SPDX-license-identifier-Apache-2.0",
40 "SPDX-license-identifier-BSD",
41 "SPDX-license-identifier-MIT",
49 "test",
56 "-D_FILE_OFFSET_BITS=64",
57 "-D_POSIX_C_SOURCE=199309L",
[all …]
/external/webrtc/infra/specs/
Dmixins_webrtc.pyl3 # Use of this source code is governed by a BSD-style license
10 'android-devices': {
17 'baremetal-pool': {
20 'pool': 'WebRTC-baremetal',
24 'baremetal-try-pool': {
27 'pool': 'WebRTC-baremetal-try',
31 'cores-12': {
46 'ios-device-15.7': {
49 'os': 'iOS-15.7',
54 'ios-device-perf': {
[all …]
Dmixins.pyl1 # GENERATED FILE - DO NOT EDIT.
7 # Use of this source code is governed by a BSD-style license
14 'android-devices': {
21 'baremetal-pool': {
24 'pool': 'WebRTC-baremetal'
28 'baremetal-try-pool': {
31 'pool': 'WebRTC-baremetal-try'
43 'chrome-tester-service-account': {
46 'chrome-tester@chops-service-accounts.iam.gserviceaccount.com'
49 'chromium-tester-service-account': {
[all …]
Dtest_suites.pyl3 # Use of this source code is governed by a BSD-style license
17 'mixins': ['perf-low-bandwidth-audio-perf-test'],
20 '--remove',
21 '--android',
22 '--adb-path',
23 '../../third_party/android_sdk/public/platform-tools/adb',
27 'mixins': ['perf-webrtc-perf-tests'],
38 'mixins': ['shards-2'],
41 'mixins': ['shards-6'],
44 'mixins': ['shards-4'],
[all …]
/external/mesa3d/.gitlab-ci/container/
Dbaremetal_build.sh3 set -e
4 set -o xtrace
6 # Fetch the arm-built rootfs image and unpack it in our x86_64 container (saves
7 # network transfer, disk usage, and runtime on test jobs)
10 if curl -X HEAD -s "${ARTIFACTS_PREFIX}/${FDO_UPSTREAM_REPO}/${ARTIFACTS_SUFFIX}/${arch}/done"; then
16 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
17 "${ARTIFACTS_URL}"/lava-rootfs.tar.zst -o rootfs.tar.zst
18 mkdir -p /rootfs-"$arch"
19 tar -C /rootfs-"$arch" '--exclude=./dev/*' --zstd -xf rootfs.tar.zst
23 mkdir -p /baremetal-files
[all …]
/external/mesa3d/docs/relnotes/
D20.1.3.rst1 Mesa 20.1.3 Release Notes / 2020-07-08
20 ---------------
24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz
27 ------------
29 - None
32 ---------
34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores
36 - [v3d] corruption when GS omits some vertices
37 - [RADV] Non-precise occlusion queries return non-zero when all
39 - [DXVK] Project Cars rendering problems
[all …]
/external/openthread/third_party/mbedtls/repo/scripts/
Dconfig.py10 # Note that the version of this script in the mbedtls-2.28 branch must remain
14 ## SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
31 # pylint: disable=too-few-public-methods
166 # is not a good way to test them.
169 #pylint: disable=line-too-long
186 'MBEDTLS_PKCS11_C', # build dependency (libpkcs11-helper)
209 configurable function pointers that default to the built-in function.
210 This way we test that the function pointers exist and build correctly
222 # Similar to non-platform xxx_ALT, requires platform_alt.h
240 # The baremetal configuration excludes options that require a library or
[all …]
/external/mbedtls/scripts/
Dconfig.py11 # this script in the mbedtls-2.28 branch must remain compatible with
16 ## SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
33 # pylint: disable=too-few-public-methods
177 # is not a good way to test them.
180 #pylint: disable=line-too-long
217 configurable function pointers that default to the built-in function.
218 This way we test that the function pointers exist and build correctly
231 # Similar to non-platform xxx_ALT, requires platform_alt.h
249 # The baremetal configuration excludes options that require a library or
251 # systems. Features that are excluded from "full" won't be in "baremetal"
[all …]
/external/mesa3d/.gitlab-ci/bare-metal/
Dfastboot.sh6 . "$SCRIPTS_DIR"/setup-test-env.sh
8 BM=$CI_PROJECT_DIR/install/bare-metal
11 if [ -z "$BM_SERIAL" ] && [ -z "$BM_SERIAL_SCRIPT" ]; then
12 …echo "Must set BM_SERIAL OR BM_SERIAL_SCRIPT in your gitlab-runner config.toml [[runners]] environ…
20 if [ -z "$BM_POWERUP" ]; then
21 echo "Must set BM_POWERUP in your gitlab-runner config.toml [[runners]] environment"
27 if [ -z "$BM_POWERDOWN" ]; then
28 echo "Must set BM_POWERDOWN in your gitlab-runner config.toml [[runners]] environment"
33 if [ -z "$BM_FASTBOOT_SERIAL" ]; then
34 echo "Must set BM_FASTBOOT_SERIAL in your gitlab-runner config.toml [[runners]] environment"
[all …]
Drootfs-setup.sh6 mkdir -p $rootfs_dst/results
9 cp $BM/bm-init.sh $rootfs_dst/init
14 # Make JWT token available as file in the bare-metal storage to enable access
20 cp $CI_COMMON/capture-devcoredump.sh $rootfs_dst/
21 cp $CI_COMMON/intel-gpu-freq.sh $rootfs_dst/
23 cp "$SCRIPTS_DIR/setup-test-env.sh" "$rootfs_dst/"
27 # Pass through relevant env vars from the gitlab job to the baremetal init script
29 "$CI_COMMON"/generate-env.sh | tee $rootfs_dst/set-job-env-vars.sh
31 set -x
34 mkdir -p $rootfs_dst/$CI_PROJECT_DIR
[all …]
/external/mesa3d/src/broadcom/ci/
Dgitlab-ci-inc.yml1 .broadcom-common-rules:
3 - changes: &broadcom_file_list
4 - src/broadcom/meson.build
5 - src/broadcom/ci/gitlab-ci.yml
6 - src/broadcom/ci/gitlab-ci-inc.yml
7 - src/broadcom/ci/deqp-$DEQP_SUITE.toml
8 - src/broadcom/ci/$GPU_VERSION-fails.txt
9 - src/broadcom/ci/$GPU_VERSION-flakes.txt
10 - src/broadcom/ci/$GPU_VERSION-skips.txt
11 - src/broadcom/ci/$PIGLIT_TRACES_FILE
[all …]
/external/cronet/third_party/boringssl/src/include/openssl/
Dtarget.h59 // platforms we keep a reasonable bar of not breaking them: automated test
70 // BoringSSL will only possibly work on standard 32-bit and 64-bit
71 // two's-complement, little-endian architectures. Functions will not produce
85 // Trusty and Android baremetal aren't Linux but currently define __linux__.
87 // sometimes build for a non-Linux target (which should not define __linux__),
90 // treat it as a non-Linux target.
93 // TODO(b/291101350): Remove this workaround once Android baremetal no longer
127 // Android baremetal is an embedded target that uses a subset of bionic.
174 // thread-safe, including the PRNG. On some single-threaded embedded platforms,
179 // used in any multi-threaded context. It causes BoringSSL to be globally
[all …]
/external/boringssl/src/include/openssl/
Dtarget.h59 // platforms we keep a reasonable bar of not breaking them: automated test
70 // BoringSSL will only possibly work on standard 32-bit and 64-bit
71 // two's-complement, little-endian architectures. Functions will not produce
85 // Trusty and Android baremetal aren't Linux but currently define __linux__.
88 // non-Linux target (which should not define __linux__), but also sometimes
91 // non-Linux target.
94 // TODO(b/291101350): Remove this workaround once Android baremetal no longer
129 // Android baremetal is an embedded target that uses a subset of bionic.
179 // thread-safe, including the PRNG. On some single-threaded embedded platforms,
184 // used in any multi-threaded context. It causes BoringSSL to be globally
[all …]
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dall.sh6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
15 # -------
20 # ---------------
22 # Warning: the test is destructive. It includes various build modes and
32 # * Basic Unix tools (Windows users note: a Unix-style find must be before
39 # * arm-gcc and mingw-gcc
40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc
50 # The behavior on an error depends on whether --keep-going (alias -k)
52 # * Without --keep-going: the script stops on the first error without
55 # * With --keep-going: the script runs all requested components and
[all …]
/external/mbedtls/tests/scripts/
Dall.sh6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
15 # -------
20 # ---------------
22 # Warning: the test is destructive. It includes various build modes and
32 # * Basic Unix tools (Windows users note: a Unix-style find must be before
39 # * arm-gcc and mingw-gcc
40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc
43 # to test, then a legacy version of these tools must be present as well
50 # The behavior on an error depends on whether --keep-going (alias -k)
52 # * Without --keep-going: the script stops on the first error without
[all …]
/external/cronet/third_party/libc++/src/utils/
Dqemu_baremetal.py2 # ===----------------------------------------------------------------------===##
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 # ===----------------------------------------------------------------------===##
13 output (if the underlying baremetal enviroment supports QEMU semihosting).
23 parser.add_argument("--qemu", type=str, required=True)
24 parser.add_argument("--cpu", type=str, required=False)
25 parser.add_argument("--machine", type=str, default="virt")
27 "--qemu-arg", dest="qemu_args", type=str, action="append", default=[]
29 parser.add_argument("--semihosting", action="store_true", default=True)
30 parser.add_argument("--no-semihosting", dest="semihosting", action="store_false")
[all …]
/external/libwebsockets/contrib/
Dcross-linkit.cmake7 # cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/opt/linkit/cross-root \
8 # -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-linkit.cmake \
9 # -DLWS_PLAT_FREERTOS=1 \
10 # -DLWS_WITH_ZLIB=0 \
11 # -DLWS_WITHOUT_EXTENSIONS=1 \
12 # -DLWS_WITH_ZIP_FOPS=0 \
13 # -DLWS_WITH_HTTP_STREAM_COMPRESSION=0 \
14 # -DLWS_WITH_MBEDTLS=1 \
15 # -DLWS_WITH_FILE_OPS=0
20 set(CROSS_PATH ${CROSS_BASE}/tools/gcc/gcc-arm-none-eabi)
[all …]
/external/pigweed/pw_build/platforms/
DBUILD.bazel7 # https://www.apache.org/licenses/LICENSE-2.0
16 # --------------------
17 # --- OS Platforms ---
18 # --------------------
44 # --------------------------
45 # --- Hardware Platforms ---
46 # --------------------------
50 "@pw_toolchain//constraints/arm_mcpu:cortex-m3",
53 "@platforms//cpu:armv7-m",
61 "@pw_toolchain//constraints/arm_mcpu:cortex-m0",
[all …]
/external/pigweed/pw_libc/
DBUILD.gn7 # https://www.apache.org/licenses/LICENSE-2.0
21 import("$dir_pw_unit_test/test.gni")
39 # Clang has __attribute__(("no-builtin")), but gcc doesn't support it so we
41 config("no-builtin") {
42 cflags = [ "-fno-builtin" ]
45 # Downstream projects sometimes build with -Wshadow, which on gcc also warns
47 # and not reasonable to change upstream llvm-libc.
48 config("no-shadow") {
49 cflags = [ "-Wno-shadow" ]
53 # pw_libc.a from llvm-libc. Otherwise, we create an empty pw_libc.a.
[all …]
/external/libcxx/
DCREDITS.TXT7 beautification by scripts. The fields are: name (N), email (E), web-address
8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
17 D: Android support and test runner improvements.
67 N: Hyeon-bin Jeong
77 D: Emscripten-related changes.
105 D: Remote testing, Newlib port, baremetal/single-threaded support.
112 D: Implemented Cityhash as the string hash function on 64-bit machines

123