Searched +full:debian +full:- +full:testing +full:- +full:asan (Results 1 – 25 of 31) sorted by relevance
12
| /external/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 5 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/src/gallium/drivers/llvmpipe/ci/ |
| D | gitlab-ci.yml | 2 - 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/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 2 .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/src/gallium/drivers/softpipe/ci/ |
| D | gitlab-ci.yml | 2 - 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/ |
| D | gitlab-ci.yml | 2 - 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/e2fsprogs/doc/RelNotes/ |
| D | v1.43.4.txt | 8 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 …]
|
| /external/libbpf/ci/managers/ |
| D | debian.sh | 3 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/libdav1d/ |
| D | .gitlab-ci.yml | 2 - style 3 - build 4 - test 6 .debian-amd64-common: 7 image: registry.videolan.org/dav1d-debian-unstable:20240406142551 10 - docker 11 - amd64 13 .debian-amd64-minimum: 14 image: registry.videolan.org/dav1d-debian-minimum:20240406142551 17 - docker [all …]
|
| /external/mbedtls/tests/scripts/ |
| D | all.sh | 6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 15 # ------- 20 # --------------- 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 37 # * GCC and Clang (recent enough for using ASan with gcc and MemSan with clang, or valgrind) 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/openthread/third_party/mbedtls/repo/tests/scripts/ |
| D | all.sh | 6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 15 # ------- 20 # --------------- 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 37 # * GCC and Clang (recent enough for using ASan with gcc and MemSan with clang, or valgrind) 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/AFLplusplus/ |
| D | Changelog.md | 7 - afl-fuzz: 8 - default power schedule is now EXPLORE, due a fix in fast schedules 10 - fixed minor issues in the mutation engine, thanks to @futhewo for 12 - better deterministic fuzzing is now available, benchmarks have shown 13 to improve fuzzing. Enable with -D. Thanks to @kdsjZh for the PR! 14 - afl-cc: 15 - large rewrite by @SonicStark which fixes a few corner cases, thanks! 16 - LTO mode now requires llvm 12+ 17 - workaround for ASAN with gcc_plugin mode 18 - instrumentation: [all …]
|
| D | GNUmakefile | 2 # american fuzzy lop++ - makefile 3 # ----------------------------- 13 # https://www.apache.org/licenses/LICENSE-2.0 30 VERSION = $(shell grep '^$(HASH)define VERSION ' ../config.h | cut -d '"' -f2) 32 # PROGS intentionally omit afl-as, which gets installed elsewhere. 34 PROGS = afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze 35 SH_PROGS = afl-plot afl-cmin afl-cmin.bash afl-whatsup afl-addseeds afl-system-config afl-persis… 36 MANPAGES=$(foreach p, $(PROGS) $(SH_PROGS), $(p).8) afl-as.8 39 SYS = $(shell uname -s) 40 ARCH = $(shell uname -m) [all …]
|
| /external/AFLplusplus/docs/ |
| D | Changelog.md | 7 - afl-fuzz: 8 - default power schedule is now EXPLORE, due a fix in fast schedules 10 - fixed minor issues in the mutation engine, thanks to @futhewo for 12 - better deterministic fuzzing is now available, benchmarks have shown 13 to improve fuzzing. Enable with -D. Thanks to @kdsjZh for the PR! 14 - afl-cc: 15 - large rewrite by @SonicStark which fixes a few corner cases, thanks! 16 - LTO mode now requires llvm 12+ 17 - workaround for ASAN with gcc_plugin mode 18 - instrumentation: [all …]
|
| /external/toybox/www/ |
| D | news.html | 2 <!--#include file="header.html" --> 5 into a single BSD-licensed executable that's simple, small, fast, 6 reasonably standards-compliant, and powerful enough to turn Android into 11 <!-- new entry template 12 <a name="DD-MM-YYYY" /><a href="#01-01-2001"><hr><h2><b>Jan 1, 2001</b></h2></a> 16 </p> - The Hitchhiker's Guide to the Galaxy</p> 19 <p><a href=downloads/toybox-0.0.1.tar.gz>Toybox 0.0.1</a> 23 … using a <a href=https://github.com/landley/linux/tree/mkroot-0.1>lightly patched</a> linux-0.1).<… 38 --> 40 <a name="08-04-2024" /><a href="#08-04-2024"><hr><h2><b>April 8, 2024</b></h2></a> [all …]
|
| D | design.html | 2 <!--#include file="header.html" --> 84 way there, and most of the rest is either fine-tuning or more trouble than 105 code, encryption, rsync...) Worry about throughput inside long-running 113 I/O transactions instead of byte-at-a-time". 126 <a href=http://arstechnica.com/paedia/r/ram_guide/ram_guide.part1-2.html>part one</a>, 127 <a href=http://arstechnica.com/paedia/r/ram_guide/ram_guide.part2-1.html>part two</a>, 128 <a href=http://arstechnica.com/paedia/r/ram_guide/ram_guide.part3-1.html>part three</a>, 132 <a href=http://arstechnica.com/articles/paedia/cpu/bandwidth-latency.ars>bandwidth 140 is 128k and a big L2 cache is a couple of megabytes. A cheap low-power 143 <p>Learn how <a href=http://nommu.org/memory-faq.txt>virtual memory and [all …]
|
| /external/libjpeg-turbo/ |
| D | ChangeLog.md | 6 1. The SIMD dispatchers in libjpeg-turbo 2.1.4 and prior stored the list of 10 libjpeg-turbo 2.1.5 included an undocumented attempt to fix this race condition 11 by making the SIMD support variable thread-local. However, that caused another 27 1. Fixed issues in the build system whereby, when using the Ninja Multi-Config 28 CMake generator, a static build of libjpeg-turbo (a build in which 34 specially-crafted malformed 12-bit-per-component JPEG image into a progressive 35 12-bit-per-component JPEG image using a 12-bit-per-component build of 36 libjpeg-turbo (`-DWITH_12BIT=1`.) Given that the buffer overrun was fully 38 segfault or other user-visible errant behavior, given that the lossless 40 data exploits, and given that 12-bit-per-component builds of libjpeg-turbo are [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 22.3.0.rst | 1 Mesa 22.3.0 Release Notes / 2022-12-02 20 --------------- 24 644bf936584548c2b88762111ad58b4aa3e4688874200e5a4eb74e53ce301746 mesa-22.3.0.tar.xz 28 ------------ 30 - GL_ARB_shader_clock on llvmpipe 31 - VK_KHR_shader_clock on lavapipe 32 - Mesa-DB, the new single file cache type 33 - VK_EXT_attachment_feedback_loop_layout on RADV, lavapipe 34 - VK_KHR_global_priority on RADV 35 - GL_KHR_blend_equation_advanced_coherent on zink [all …]
|
| D | 23.2.1.rst | 1 Mesa 23.2.1 Release Notes / 2023-09-28 23 --------------- 27 64de0616fc2d801f929ab1ac2a4f16b3e2783c4309a724c8a259b20df8bbc1cc mesa-23.2.1.tar.xz 32 ------------ 34 - VK_EXT_attachment_feedback_loop_dynamic_state on RADV 36 - extendedDynamicState3SampleLocationsEnable on RADV 38 - VK_EXT_dynamic_rendering_unused_attachments on RADV 40 - VK_EXT_mesh_shader on lavapipe 42 - OpenGL 3.1 on Asahi 44 - OpenGL ES 3.0 on Asahi [all …]
|
| D | 22.0.0.rst | 1 Mesa 22.0.0 Release Notes / 2022-03-09 20 --------------- 24 e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250 mesa-22.0.0.tar.xz 28 ------------ 30 - lavapipe,radv,anv KHR_dynamic_rendering 31 - radv EXT_image_view_min_lod 32 - VK_KHR_synchronization2 on RADV. 33 - OpenSWR has been moved to the Amber branch 34 - radeonsi, zink ARB_sparse_texture 35 - d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params, ARB_framebuff… [all …]
|
| D | 21.1.0.rst | 1 Mesa 21.1.0 Release Notes / 2021-05-05 20 --------------- 24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz 28 ------------ 30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV 32 - DRM format modifiers for AMD. 34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV 36 - Zink exposes GL 4.6 and ES 3.1 38 - GL_EXT_depth_bounds_test on softpipe, zink 40 - GL_EXT_texture_filter_minmax on nvc0 (gm200+) [all …]
|
| D | 23.3.0.rst | 1 Mesa 23.3.0 Release Notes / 2023-11-29 20 --------------- 24 50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5 mesa-23.3.0.tar.xz 28 ----------- 29 - NVK: A Vulkan driver for Nvidia hardware 32 ------------ 33 - VK_EXT_pipeline_robustness on ANV 34 - VK_KHR_maintenance5 on RADV 35 - OpenGL ES 3.1 on Asahi 36 - GL_ARB_compute_shader on Asahi [all …]
|
| D | 21.0.0.rst | 1 Mesa 21.0.0 Release Notes / 2021-03-11 20 --------------- 24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz 28 ------------ 30 - GL_EXT_demote_to_helper_invocation on radeonsi 32 - GL_NV_compute_shader_derivatives on radeonsi 34 - EGL_MESA_platform_xcb 36 - Removed GL_NV_point_sprite for classic swrast. 38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf… 40 - Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support [all …]
|
| D | 22.1.0.rst | 1 Mesa 22.1.0 Release Notes / 2022-05-18 20 --------------- 24 df6270c1371eaa2aa6eb65b95cbbb2a98b14fa4b7ba0ed45e4ca2fd32df60477 mesa-22.1.0.tar.xz 28 ------------ 30 - d3d12 GL4.2 31 - GL_NV_pack_subimage 32 - VK_EXT_depth_clip_control on lavapipe and RADV 33 - Vulkan 1.3 support on lavapipe 34 - VK_EXT_graphics_pipeline_library on lavapipe 35 - VK_EXT_primitives_generated_query on lavapipe [all …]
|
| /external/libaom/ |
| D | CHANGELOG | 1 2024-04-09 v3.9.0 6 - New Features 14 * libwebm is updated to libwebm-1.0.0.31-1-gaffd7f4. 16 - Compression Efficiency Improvements 18 * 1-2% BD-rate gain for screen content with temporal layers; 5% BD-rate 21 - Perceptual Quality Improvements 27 - Speedups: 30 * 5-9% speed up for high bit-depth encoding with good mode on Arm, half of 33 - Other improvements 38 * Added end-to-end c vs SIMD bit-exactness test. [all …]
|
| /external/pcre/ |
| D | ChangeLog | 2 -------------------- 7 Version 10.44 07-June-2024 8 -------------------------- 10 1. If a pattern contained a variable-length lookbehind in which the first 17 2. Further updates to the oss-fuzz support: 22 classes contain a lot of non-ascii characters. 26 (c) Arranged for text error messages to be shown in 16-bit and 32-bit modes. 35 bytes because this takes a long time, causing oss-fuzz to time out. 55 break property unless a zero-width joiner intervenes. PCRE2 was not insisting 61 Version 10.43 16-February-2024 [all …]
|
12