Home
last modified time | relevance | path

Searched +full:mingw +full:- +full:long +full:- +full:test (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/external/protobuf/
Dappveyor.yml2 - Debug
6 # Only test few combinations: "Visual Studio 2015 (14) + Win64/MinGW + Debug + DLL". We can
7 # test more combinations but AppVeyor just takes too long to finish (each
9 - platform: MinGW
13 - platform: Win64
19 - platform: Win64
25 - platform: Win64
31 test: off
34 - git submodule update --init --recursive
37 - if %platform%==MinGW set generator=MinGW Makefiles
[all …]
/external/libffi/
Dconfigure.host9 aarch64*-*-cygwin* | aarch64*-*-mingw* | aarch64*-*-win* )
14 aarch64*-*-*)
19 alpha*-*-*)
21 # Support 128-bit long double, changeable via command-line switch.
26 arc*-*-*)
31 arm*-*-cygwin* | arm*-*-mingw* | arm*-*-win* )
36 arm*-*-*)
41 avr32*-*-*)
51 cris-*-*)
56 frv-*-*)
[all …]
DREADME.md4 [![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libf…
7 libffi-3.3 was released on November 23, 2019. Check the libffi web
24 told at run-time about the number and types of arguments used to call
51 | --------------- | ---------------- | ----------------------- |
64 | IA-64 | Linux | GCC |
78 | PowerPC 32-bit | AIX | IBM XL C |
79 | PowerPC 64-bit | AIX | IBM XL C |
84 | PowerPC 64-bit | FreeBSD | GCC |
85 | PowerPC 64-bit | Linux ELFv1 | GCC |
86 | PowerPC 64-bit | Linux ELFv2 | GCC |
[all …]
DREADME4 libffi-3.2.1 was released on November 12, 2014. Check the libffi web
21 told at run-time about the number and types of arguments used to call
51 |-----------------+------------------+-------------------------|
53 |-----------------+------------------+-------------------------|
64 | IA-64 | Linux | GCC |
78 | PowerPC 32-bit | AIX | IBM XL C |
79 | PowerPC 64-bit | AIX | IBM XL C |
84 | PowerPC 64-bit | FreeBSD | GCC |
85 | PowerPC 64-bit | Linux ELFv1 | GCC |
86 | PowerPC 64-bit | Linux ELFv2 | GCC |
[all …]
/external/zstd/.github/workflows/
Ddev-long-tests.yml1 name: dev-long-tests
5 group: long-${{ github.ref }}
6 cancel-in-progress: true
13 make-all:
14 runs-on: ubuntu-latest
16 - uses: actions/checkout@v2
17 - name: make all
21 make-test:
22 runs-on: ubuntu-latest
27 - uses: actions/checkout@v2
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dcls_longdouble.c2 Purpose: Check long double arguments.
7 /* { dg-excess-errors "no long double format" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
8 /* This test is known to PASS on armv7l-unknown-linux-gnueabihf, so I have
9 remove the xfail for arm*-*-* below, until we know more. */
10 /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
11 /* { dg-options -mlong-double-128 { target powerpc64*-*-linux* } } */
12 /* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
16 long double cls_ldouble_fn( in cls_ldouble_fn()
17 long double a1, in cls_ldouble_fn()
18 long double a2, in cls_ldouble_fn()
[all …]
Dcls_longdouble_va.c2 Purpose: Test long doubles passed in variable argument lists.
7 /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
8 /* { dg-output "" { xfail avr32*-*-* x86_64-*-mingw* } } */
9 /* { dg-output "" { xfail mips-sgi-irix6* } } PR libffi/46660 */
18 long double ldValue = *(long double*)args[1]; in cls_longdouble_va_fn()
32 long double ldArg = 7; in main()
48 /* { dg-output "7.0" } */ in main()
50 /* { dg-output "\nres: 4" } */ in main()
56 /* { dg-output "\n7.0" } */ in main()
58 /* { dg-output "\nres: 4" } */ in main()
/external/libffi/testsuite/libffi.call/
Dcls_longdouble.c2 Purpose: Check long double arguments.
7 /* { dg-excess-errors "no long double format" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
8 /* This test is known to PASS on armv7l-unknown-linux-gnueabihf, so I have
9 remove the xfail for arm*-*-* below, until we know more. */
10 /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
11 /* { dg-options -mlong-double-128 { target powerpc64*-*-linux* } } */
12 /* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
16 long double cls_ldouble_fn( in cls_ldouble_fn()
17 long double a1, in cls_ldouble_fn()
18 long double a2, in cls_ldouble_fn()
[all …]
Dcls_longdouble_va.c2 Purpose: Test long doubles passed in variable argument lists.
7 /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
8 /* { dg-output "" { xfail avr32*-*-* x86_64-*-mingw* } } */
9 /* { dg-output "" { xfail mips-sgi-irix6* } } PR libffi/46660 */
18 long double ldValue = *(long double*)args[1]; in cls_longdouble_va_fn()
32 long double ldArg = 7; in main()
48 /* { dg-output "7.0" } */ in main()
50 /* { dg-output "\nres: 4" } */ in main()
56 /* { dg-output "\n7.0" } */ in main()
58 /* { dg-output "\nres: 4" } */ in main()
/external/rnnoise/
Dconfigure.ac8 if test -e package_version; then
22 AM_INIT_AUTOMAKE([1.11 foreign no-define dist-zip subdir-objects])
36 dnl - library source changed -> increment REVISION
37 dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
38 dnl - interfaces added -> increment AGE
39 dnl - interfaces removed -> AGE = 0
50 [-pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long])
52 # Platform-specific tweaks
54 *-mingw*)
55 # -std=c89 causes some warnings under mingw.
[all …]
/external/icu/icu4c/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
19 if test "$GCC" = yes; then
20 icu_cv_host_frag=mh-solaris-gcc
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
25 if test "$GCC" = yes; then
26 icu_cv_host_frag=mh-alpha-linux-gcc
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
Dconfigure.ac3 # file from libffi - slightly patched for Python's ctypes
12 target_alias=${target_alias-$host_alias}
15 frv*-elf)
16 LDFLAGS=`echo $LDFLAGS | sed "s/\-B[^ ]*libgloss\/frv\///"`\ -B`pwd`/../libgloss/frv/
24 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
26 # the wrong, non-multilib-adjusted value will be used in multilibs.
47 # Test for 64-bit build.
54 if test "$ax_cv_c_compiler_vendor" != "sun"; then
58 if test "x$GCC" = "xyes"; then
59 CFLAGS="$CFLAGS -fexceptions"
[all …]
DREADME4 libffi-3.1 was released on May 19, 2014. Check the libffi web page
21 told at run-time about the number and types of arguments used to call
51 |-----------------+------------------+-------------------------|
53 |-----------------+------------------+-------------------------|
64 | IA-64 | Linux | GCC |
77 | PowerPC 32-bit | AIX | IBM XL C |
78 | PowerPC 64-bit | AIX | IBM XL C |
83 | PowerPC 64-bit | FreeBSD | GCC |
84 | PowerPC 64-bit | Linux ELFv1 | GCC |
85 | PowerPC 64-bit | Linux ELFv2 | GCC |
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-Windows.txt4 Copyright (c) 2003-2009, Jouni Malinen <j@w1.fi> and contributors
23 - plaintext
24 - static WEP / open system authentication
25 - static WEP / shared key authentication
26 - IEEE 802.1X with dynamic WEP keys
27 - WPA-PSK, TKIP, CCMP, TKIP+CCMP
28 - WPA-EAP, TKIP, CCMP, TKIP+CCMP
29 - WPA2-PSK, TKIP, CCMP, TKIP+CCMP
30 - WPA2-EAP, TKIP, CCMP, TKIP+CCMP
33 Building wpa_supplicant with mingw
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/cli/
Dxsum_config.h2 * xxhsum - Command line interface for xxhash algorithms
3 * Copyright (C) 2013-2020 Yann Collet
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 * - xxHash homepage: https://www.xxhash.com
23 * - xxHash source repository: https://github.com/Cyan4973/xxHash
70 …ined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__)) /* UNIX-like OS */ \
72 …__MACH__)) || defined(__SVR4) || defined(_AIX) || defined(__hpux) /* POSIX.1-2001 (SUSv3) conforma…
78 # define _POSIX_C_SOURCE 200112L /* use feature test macro */
90 # define XSUM_PLATFORM_POSIX_VERSION -1
103 * Whether to use the Windows UTF-16 APIs instead of the portable libc 8-bit
[all …]
/external/flac/m4/
Dlib-ld.m41 # lib-ld.m4 serial 6
2 dnl Copyright (C) 1996-2003, 2009-2012 Free Software Foundation, Inc.
5 dnl with or without modifications, as long as this notice is preserved.
11 dnl From libtool-2.4. Sets the variable with_gnu_ld to yes or no.
14 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
15 case `$LD -v 2>&1 </dev/null` in
26 dnl From libtool-2.4. Sets the variable LD.
31 AC_ARG_WITH([gnu-ld],
32 [AS_HELP_STRING([--with-gnu-ld],
34 [test "$withval" = no || with_gnu_ld=yes],
[all …]
/external/catch2/docs/
Dlimitations.md41 If the last section in a test fails, it might be run again. This is because
43 if the last section in test case is aborted during execution (e.g. via
45 more sections in that test case and must run the test case again.
48 ### MinGW/CygWin compilation (linking) is extremely slow
50 Compiling Catch2 with MinGW can be exceedingly slow, especially during
52 in its default linker. If you can tell MinGW to instead use lld, via
53 `-fuse-ld=lld`, the link time should drop down to reasonable length
62 you cannot use threads inside Catch's test, but that only single thread
94 ### Process isolation in a test
95 … future, the fact that Windows does not support forking and only allows full-on process creation a…
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Delf.ll1 … RUN: llc < %s -march=amdgcn -mcpu=SI -verify-machineinstrs -filetype=obj | llvm-readobj -s -symbo…
2 ; RUN: llc < %s -march=amdgcn -mcpu=SI -verify-machineinstrs -o - | FileCheck --check-prefix=CONFIG…
3 …RUN: llc < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs -filetype=obj | llvm-readobj -s -sym…
4 ; RUN: llc < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs -o - | FileCheck --check-prefix=CON…
5 …UN: llc < %s -march=amdgcn -mcpu=carrizo -verify-machineinstrs -filetype=obj | llvm-readobj -s -sy…
6 ; RUN: llc < %s -march=amdgcn -mcpu=carrizo -verify-machineinstrs -o - | FileCheck --check-prefix=C…
8 ; Test that we don't try to produce a COFF file on windows
9 … llc < %s -mtriple=amdgcn-pc-mingw -mcpu=SI -verify-machineinstrs -filetype=obj | llvm-readobj -s
18 ; ELF: Name: test
22 ; CONFIG-NEXT: .long 45096
[all …]
/external/libffi/testsuite/libffi.closures/
Dcls_longdouble_va.c2 Purpose: Test long doubles passed in variable argument lists.
7 /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
8 /* { dg-output "" { xfail avr32*-*-* x86_64-*-mingw* } } */
9 /* { dg-output "" { xfail mips-sgi-irix6* } } PR libffi/46660 */
18 long double ldValue = *(long double*)args[1]; in cls_longdouble_va_fn()
32 long double ldArg = 7; in main()
48 /* { dg-output "7.0" } */ in main()
50 /* { dg-output "\nres: 4" } */ in main()
56 /* { dg-output "\n7.0" } */ in main()
58 /* { dg-output "\nres: 4" } */ in main()
/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/e2fsprogs/config/
Dconfig.rpath5 # Copyright 1996-2016 Free Software Foundation, Inc.
11 # modifications, as long as this notice is preserved.
14 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
16 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
23 # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
34 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
35 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
36 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
44 \-*) ;;
48 cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
[all …]
/external/libconfig/aux-build/
Dconfig.rpath5 # Copyright 1996-2007 Free Software Foundation, Inc.
11 # modifications, as long as this notice is preserved.
14 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
16 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
23 # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
34 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
35 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
36 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
44 \-*) ;;
48 cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
[all …]
/external/armnn/third-party/ghc/
DREADME.md1 …d Platforms](https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows%20%7C%20Fre…
2 ![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
3 [![Build Status](https://travis-ci.org/gulrak/filesystem.svg?branch=master)](https://travis-ci.org/…
5 [![Build Status](https://api.cirrus-ci.com/github/gulrak/filesystem.svg?branch=master)](https://cir…
12 This is a header-only single-file std::filesystem compatible helper library,
16 but should work on other systems too, as long as you have at least a
21 *It could still use some polishing, test coverage is above 90%, I didn't benchmark
23 to improve it as long as it doesn't introduce additional C++17 compatibility
32 to try to reduce my third-party dependencies. I could drop most of what
34 fun of it. Originally I based these helpers on my own coding- and naming
[all …]
/external/mtools/
Dmtools.spec9 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
10 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14 Mtools is a collection of utilities to access MS-DOS disks from GNU
15 and Unix without mounting them. It supports long file names, OS/2 Xdf
21 %setup -q
24 --prefix=%{buildroot}%{_prefix} \
25 --sysconfdir=/etc \
26 --infodir=%{buildroot}%{_infodir} \
27 --mandir=%{buildroot}%{_mandir} \
28 --enable-floppyd \
[all …]
/external/libnfnetlink/
Dltmain.sh29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
31 # Usage: $progname [OPTION]... [MODE-ARG]...
33 # Provide generalized library-building support services.
35 # --config show all configuration variables
36 # --debug enable verbose shell tracing
37 # -n, --dry-run display commands without modifying any files
38 # --features display basic configuration information and exit
39 # --mode=MODE use operation mode MODE
40 # --preserve-dup-deps don't remove duplicate dependency libraries
41 # --quiet, --silent don't print informational messages
[all …]

12345678910>>...13