Searched +full:tests +full:- +full:fedora +full:- +full:clang (Results 1 – 25 of 43) sorted by relevance
12
/external/igt-gpu-tools/ |
D | .gitlab-ci.yml | 1 image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-fedora:latest 4 -Dlibdrm_drivers=intel,nouveau,amdgpu 5 -Doverlay=enabled 6 -Dchamelium=enabled 7 -Dvalgrind=enabled 8 -Dman=enabled 9 -Dtests=enabled 10 -Drunner=enabled 11 -Dlibunwind=enabled 12 LANG: "C.UTF-8" [all …]
|
/external/llvm-project/clang/unittests/Driver/ |
D | DistroTest.cpp | 1 //===- unittests/Driver/DistroTest.cpp --- ToolChains tests ---------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Unit tests for Distro detection. 11 //===----------------------------------------------------------------------===// 13 #include "clang/Driver/Distro.h" 19 using namespace clang; 20 using namespace clang::driver; 24 // The tests include all release-related files for each distribution 25 // in the VFS, in order to make sure that earlier tests do not [all …]
|
/external/bcc/ |
D | INSTALL.md | 3 * [Kernel Configuration](#kernel-configuration) 5 - [Ubuntu](#ubuntu---binary) 6 - [Fedora](#fedora---binary) 7 - [Arch](#arch---aur) 8 - [Gentoo](#gentoo---portage) 9 - [openSUSE](#opensuse---binary) 10 - [RHEL](#rhel---binary) 12 - [Debian](#debian---source) 13 - [Ubuntu](#ubuntu---source) 14 - [Fedora](#fedora---source) [all …]
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Distro.h | 1 //===--- Distro.h - Linux distribution detection support --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 namespace clang { 18 /// Distro - Helper class for detecting and classifying Linux distributions. 20 /// This class encapsulates the clang Linux distribution detection mechanism 29 // in this enum, because some tests are done by integer comparison against 44 Fedora, enumerator 115 return DistroVal == Fedora || (DistroVal >= RHEL5 && DistroVal <= RHEL7); in IsRedhat() 136 } // end namespace clang
|
/external/llvm-project/clang/lib/Driver/ |
D | Distro.cpp | 1 //===--- Distro.cpp - Linux distribution detection support ------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 #include "clang/Driver/Distro.h" 10 #include "clang/Basic/LLVM.h" 20 using namespace clang::driver; 21 using namespace clang; 25 VFS.getBufferForFile("/etc/os-release"); in DetectOsRelease() 27 File = VFS.getBufferForFile("/usr/lib/os-release"); in DetectOsRelease() 32 File.get()->getBuffer().split(Lines, "\n"); in DetectOsRelease() [all …]
|
/external/harfbuzz_ng/.circleci/ |
D | config.yml | 5 macos-10.12.6-aat-fonts: 9 - checkout 10 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free… 11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo 12 - run: make -j4 13 - run: make check || .ci/fail.sh 15 macos-10.13.6-aat-fonts: 19 - checkout 20 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free… 21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo [all …]
|
/external/llvm-project/clang/test/Driver/ |
D | linux-ld.c | 1 // General tests that ld invocations on Linux targets sane. Note that we use 2 // sysroot to make these tests independent of the host system. 4 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 5 // RUN: --target=i386-unknown-linux -rtlib=platform \ 6 // RUN: --gcc-toolchain="" \ 7 // RUN: --sysroot=%S/Inputs/basic_linux_tree \ 8 // RUN: | FileCheck --check-prefix=CHECK-LD-32 %s 9 // CHECK-LD-32-NOT: warning: 10 // CHECK-LD-32: "{{.*}}ld{{(.exe)?}}" "--sysroot=[[SYSROOT:[^"]+]]" 11 // CHECK-LD-32: "{{.*}}/usr/lib/gcc/i386-unknown-linux/4.6.0{{/|\\\\}}crtbegin.o" [all …]
|
/external/libwebsockets/READMEs/ |
D | README.build.md | 8 ./bootstrap-vcpkg.sh 16 CMake is a multi-platform build tool that can generate build files for many 19 CMake also allows/recommends you to do "out of source"-builds, that is, 27 - Windows (Visual Studio) 28 - Windows (MinGW) 29 - Linux (x86 and ARM) 30 - OSX 31 - NetBSD 71 as --prefix= with autotools. It defaults to /usr/local. 74 $ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr . [all …]
|
/external/clang/test/Driver/ |
D | linux-ld.c | 1 // General tests that ld invocations on Linux targets sane. Note that we use 2 // sysroot to make these tests independent of the host system. 4 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 5 // RUN: --target=i386-unknown-linux \ 6 // RUN: --gcc-toolchain="" \ 7 // RUN: --sysroot=%S/Inputs/basic_linux_tree \ 8 // RUN: | FileCheck --check-prefix=CHECK-LD-32 %s 9 // CHECK-LD-32-NOT: warning: 10 // CHECK-LD-32: "{{.*}}ld{{(.exe)?}}" "--sysroot=[[SYSROOT:[^"]+]]" 11 // CHECK-LD-32: "{{.*}}/usr/lib/gcc/i386-unknown-linux/4.6.0{{/|\\\\}}crtbegin.o" [all …]
|
/external/zstd/ |
D | Makefile | 2 # Copyright (c) 2015-2020, Yann Collet, Facebook, Inc. 5 # This source code is licensed under both the BSD-style license (found in the 8 # You may select, at your option, one of the above-listed licenses. 18 TESTDIR = tests 24 # When cross-compiling from linux to windows, you might 25 # need to specify this as "Windows." Fedora build fails 28 # Note: mingw-w64 build from linux to windows does not 39 ## default: Build lib-release and zstd-release 41 default: lib-release zstd-release 51 allzstd: lib-all [all …]
|
/external/kmod/ |
D | NEWS | 4 - Improvements 5 - Add Zstandard to the supported compression formats using libzstd 6 (pass --with-zstd to configure) 8 - Bug fixes 9 - Ignore ill-formed kernel command line, e.g. with "ivrs_acpihid[00:14.5]=AMD0020:0" 11 - Fix some memory leaks 12 - Fix 0-length builtin.alias.bin: it needs at least the index header 17 - Improvements 18 - Link to libcrypto rather than requiring openssl 20 - Print a better error message when kernel doesn't support module unload [all …]
|
/external/llvm/docs/ |
D | GettingStarted.rst | 17 also contains basic regression tests that can be used to test the LLVM tools and 18 the Clang front end. 20 The second piece is the `Clang <http://clang.llvm.org/>`_ front end. This 32 The LLVM Getting Started documentation may be out of date. So, the `Clang 33 Getting Started <http://clang.llvm.org/get_started.html>`_ page might also be a 46 * ``cd where-you-want-llvm-to-live`` 47 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm`` 49 #. Checkout Clang: 51 * ``cd where-you-want-llvm-to-live`` 53 * ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang`` [all …]
|
/external/libjpeg-turbo/ |
D | ChangeLog.md | 11 decompress a specially-crafted malformed progressive JPEG image caused the 15 encoders to generate incorrect results when using the Clang compiler with 18 4. Fixed a floating point exception (CVE-2021-20205) that occurred when 19 attempting to compress a specially-crafted malformed GIF image with a specified 23 generate a progressive JPEG image on an SSE2-capable CPU using a scan script 24 containing one or more scans with lengths divisible by 32 and non-zero 31 command-line argument (`-limitscans`) that causes the TurboJPEG decompression 36 ["Two Issues with the JPEG Standard"](https://libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswitht… 40 `tjLoadImage()` function to load a 16-bit binary PPM file (a binary PPM file 42 a 16-bit binary PGM file into an RGB image buffer. [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_gdb.py | 1 # Verify that gdb can pretty-print the various PyObject* types 20 cmd = ["gdb", "-nx", "--version"] 38 # 'GNU gdb (GDB; SUSE Linux Enterprise 12) 7.7\n' -> 7.7 39 # 'GNU gdb (GDB) Fedora 7.9.1-17.fc22\n' -> 7.9 40 # 'GNU gdb 6.1.1 [FreeBSD]\n' -> 6.1 41 # 'GNU gdb (GDB) Fedora (7.5.1-37.fc18)\n' -> 7.5 42 # 'HP gdb 6.7 for HP Itanium (32 or 64 bit) and target HP-UX 11iv2 and 11iv3.\n' -> 6.7 58 if 'Clang' in platform.python_compiler() and sys.platform == 'darwin': 60 " built with LLVM clang") 68 'python-gdb.py') [all …]
|
/external/clang/lib/Driver/ |
D | ToolChains.cpp | 1 //===--- ToolChains.cpp - ToolChain Implementations -------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 11 #include "clang/Basic/Cuda.h" 12 #include "clang/Basic/ObjCRuntime.h" 13 #include "clang/Basic/Version.h" 14 #include "clang/Basic/VirtualFileSystem.h" 15 #include "clang/Config/config.h" // for GCC_INSTALL_PREFIX 16 #include "clang/Driver/Compilation.h" 17 #include "clang/Driver/Driver.h" 18 #include "clang/Driver/DriverDiagnostic.h" [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog | 3 Date: Mon May 19 09:41:32 2014 -0400 9 Date: Mon May 19 09:37:21 2014 -0400 15 Date: Sun May 11 10:30:22 2014 -0400 21 Date: Sun May 11 10:22:30 2014 -0400 27 Date: Sun May 11 09:56:40 2014 -0400 33 Date: Sun May 11 09:55:28 2014 -0400 39 Date: Sun May 11 09:52:47 2014 -0400 46 Date: Wed Apr 23 19:24:47 2014 -0400 48 Merge pull request #119 from joshtriplett/fastcall-fastball 54 Date: Tue Apr 22 21:17:52 2014 -0700 [all …]
|
/external/libxml2/ |
D | Makefile.am | 3 ACLOCAL_AMFLAGS = -I m4 9 AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include 20 bin_SCRIPTS=xml2-config 33 -version-info $(LIBXML_VERSION_INFO) \ 64 man_MANS = xml2-config.1 libxml.3 171 testdso_la_LDFLAGS = -module -no-undefined -avoid-version -rpath $(libdir) 175 -@(if [ "$(PYTHON)" != "" ] ; then \ 181 -@(if [ "$(PYTHON)" != "" ] ; then \ 203 [ -d test ] || $(LN_S) $(srcdir)/test . 204 [ -d result ] || $(LN_S) $(srcdir)/result . [all …]
|
D | NEWS | 14 - Security: 15 CVE-2018-9251 CVE-2018-14567 Fix infinite loop in LZMA decompression (Nick Wellnhofer), 16 CVE-2018-14404 Fix nullptr deref with XPath logic ops (Nick Wellnhofer), 18 - Documentation: 21 - Portability: 25 Merge branch 'patch-2' into 'master' (Nick Wellnhofer), 28 NaN and Inf fixes for pre-C99 compilers (Nick Wellnhofer) 30 - Bug Fixes: 36 Fix HTML serialization with UTF-8 encoding (Nick Wellnhofer), 42 Don't run icu_parse_test if EUC-JP is unsupported (Nick Wellnhofer), [all …]
|
/external/elfutils/tests/ |
D | run-readelf-line.sh | 18 . $srcdir/test-subr.sh 20 # Tests readelf --debug-dump=line and --debug-dump=decodedline 21 # See run-readelf-aranges for testfiles. 25 testrun_compare ${abs_top_builddir}/src/readelf --debug-dump=line testfilefoobarbaz <<EOF 39 Line base: -5 70 [ 41] advance line by constant -9 to 9 73 [ 45] special opcode 58: address+3 = 0x8048313 <main+0x23>, line-2 = 9 75 [ 47] special opcode 44: address+2 = 0x8048317 <main+0x27>, line-2 = 9 78 [ 4b] advance line by constant -13 to 9 96 Line base: -5 [all …]
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 2 .. date: 2019-01-15-18-16-05 4 .. release date: 2019-02-03 7 [CVE-2019-5010] Fix a NULL pointer deref in ssl module. The cert parser did 10 (TALOS-2018-0758) reported by Colin Read and Nicolas Edet of Cisco. 15 .. date: 2018-11-23-15-00-23 19 The :option:`-I` command line option (run Python in isolated mode) is now 21 spawning child processes. Previously, only :option:`-E` and :option:`-s` 22 options (enabled by :option:`-I`) were copied. 27 .. date: 2018-09-24-18-49-25 33 -E or -I arguments. [all …]
|
/external/libabigail/ |
D | ChangeLog | 1 2020-12-01 Dodji Seketeli <dodji@redhat.com> 3 Add check-self-compare to release regression testing 4 * Makefile.am: Make 'make tarball-and-all' run the 5 'check-self-compare' target as part of the release process. 7 2020-12-01 Dodji Seketeli <dodji@redhat.com> 9 configure: add --enable-rpm415 option 10 * configure: Introduce the --{en, dis}able-rpm415 option. 12 2020-11-30 Dodji Seketeli <dodji@redhat.com> 14 dwarf-reader: Bug 26908 - don't crash on empty DW_TAG_partial_unit 15 * src/abg-dwarf-reader.cc (die_has_children): Define new static [all …]
|
/external/libwebsockets/ |
D | CMakeLists.txt | 5 # For selecting between DEBUG / RELEASE, use -DCMAKE_BUILD_TYPE=DEBUG or =RELEASE 25 # variables for libwebsockets build as x86-64 host library in Android 27 # end of variables for libwebsockets build as x86-64 host library in Android 32 option(LWS_WITH_NETWORK "Compile with network-related code" ON) 41 option(LWS_WITH_CGI "Include CGI (spawn process with network-connected stdin/out/err) APIs" OFF) 46 option(LWS_WITH_ZIP_FOPS "Support serving pre-zipped files" OFF) 50 option(LWS_WITH_ACCESS_LOG "Support generating Apache-compatible access logs" OFF) 70 option(LWS_WITH_SECURE_STREAMS "Secure Streams protocol-agnostic API" OFF) 82 option(LWS_SSL_CLIENT_USE_OS_CA_CERTS "SSL support should make use of the OS-installed CA root cert… 97 option(LWS_STATIC_PIC "Build the static version of the library with position-independent code" OFF) [all …]
|
/external/freetype/ |
D | ChangeLog.27 | 1 2016-12-30 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-7-1'. 23 builds/wince/vc2005-ce/freetype.vcproj, 24 builds/wince/vc2005-ce/index.html, 25 builds/wince/vc2008-ce/freetype.vcproj, 26 builds/wince/vc2008-ce/index.html: s/2.7/2.7.1/, s/27/271/. 33 2016-12-30 Werner Lemberg <wl@gnu.org> 40 2016-12-30 Werner Lemberg <wl@gnu.org> 50 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=353 58 2016-12-29 Werner Lemberg <wl@gnu.org> [all …]
|
/external/libxml2/doc/ |
D | news.html | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht… 3 …s="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset… 4 TD {font-family: Verdana,Arial,Helvetica} 5 BODY {font-family: Verdana,Arial,Helvetica; margin-top: 2em; margin-left: 0em; margin-right: 0em} 6 H1 {font-family: Verdana,Arial,Helvetica} 7 H2 {font-family: Verdana,Arial,Helvetica} 8 H3 {font-family: Verdana,Arial,Helvetica} 9 A:link, A:visited, A:active { text-decoration: underline } 10 …-Logo-180x168.gif" alt="Made with Libxml2 Logo" /></a></div></td><td><table border="0" width="90%"… [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 1 Mesa 20.1.0 Release Notes / 2020-05-27 21 --------------- 25 2109055d7660514fc4c1bcd861bcba9db00c026119ae222720111732dba27c83 mesa-20.1.0.tar.xz 28 ------------ 30 - GL_ARB_compute_variable_group_size on i965. 31 - GL_EXT_depth_bounds_test on Iris. 32 - GL_EXT_texture_shadow_lod on radeonsi, nvc0. 33 - GL_NV_alpha_to_coverage_dither_control on radeonsi 34 - GL_NV_copy_image on all gallium drivers. 35 - GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast. [all …]
|
12