Home
last modified time | relevance | path

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

12345678910>>...41

/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dpkgcheck.yml4 ci-pkgcheck:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
14 cxx-compiler: g++
16 - name: Ubuntu GCC -m32
17 os: ubuntu-latest
19 cxx-compiler: g++
20 packages: gcc-multilib g++-multilib
[all …]
/external/python/asn1crypto/.github/workflows/
Dci.yml7 runs-on: ${{ matrix.os }}
11 - ubuntu-18.04
12 - macOS-latest
13 - windows-2019
15 - '2.7'
16 - '3.7'
18 - 'x86'
19 - 'x64'
21 - os: ubuntu-18.04
23 - os: macOS-latest
[all …]
/external/rust/crates/chrono/.github/workflows/
Dtest-release.yml1 name: Release Test
9 # From here down this should be exactly the same as test.yml
12 test:
15 os: [ubuntu-16.04, ubuntu-latest, macos-latest, windows-latest]
18 # check all tzs on most-recent OS's
19 - os: ubuntu-latest
22 - os: windows-latest
25 - os: macos-latest
28 # test other rust versions
29 - os: ubuntu-latest
[all …]
Dtest.yml9 - '**.rs'
10 - .github/**
11 - Cargo.toml
14 test:
17 os: [ubuntu-16.04, ubuntu-latest, macos-latest, windows-latest]
22 # check all tzs on most-recent OS's
23 - os: ubuntu-latest
26 - os: windows-latest
29 - os: macos-latest
33 - os: ubuntu-latest
[all …]
/external/freetype/
D.gitlab-ci.yml4 - build
6 # FIXME: Use --werror once warnings are fixed.
8 MESON_ARGS: --fatal-meson-warnings --default-library=both
9 MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib
14 image: "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-07-29.3-main"
17 - 'docker'
18 - 'windows'
19 - '2022'
20 - 'gstreamer-windows'
24 # https://gitlab.freedesktop.org/freetype/docker-images/container_registry/20896
[all …]
/external/rust/crates/nix/src/sys/
Devent.rs14 // Redefine kevent in terms of programmer-friendly enums and bitfields.
25 target_os = "macos",
50 target_os = "macos"))]
54 #[cfg(any(target_os = "ios", target_os = "macos"))]
60 /// - NOTE_EXIT: the process has exited. The exit status will be stored in data.
72 target_os = "macos"))]
74 #[cfg(any(target_os = "ios", target_os = "macos"))]
86 target_os = "macos",
99 target_os = "ios", target_os = "macos",
107 #[cfg(any(target_os = "macos", target_os = "ios"))]
[all …]
/external/curl/
D.cirrus.yml21 # SPDX-License-Identifier: curl
24 # https://cirrus-ci.com/github/curl/curl
27 # https://cirrus-ci.org/guide/writing-tasks/
31 '.azure-pipelines.yml',
44 - name: FreeBSD 13.2
46 image_family: freebsd-13-2
47 - name: FreeBSD 12.4
49 image_family: freebsd-12-4
54 MAKE_FLAGS: -j 2
57 - pkg update -f
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/utils/ci/
Dbuildkite-pipeline.yml1 #===----------------------------------------------------------------------===##
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 #===----------------------------------------------------------------------===##
10 # This file describes the various pre-commit CI bots used to test libc++.
12 # This file should never contain logic -- all the logic must be offloaded
31 # Light pre-commit tests for things like formatting or when people forget
34 - label: "Format"
35 command: "libcxx/utils/ci/run-buildbot check-format"
37 - "**/clang-format.patch"
39 …GIT_CLANG_FORMAT: "/usr/bin/git-clang-format-${LLVM_STABLE_VERSION} --binary clang-format-${LLVM_S…
[all …]
Drun-buildbot2 #===----------------------------------------------------------------------===##
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===----------------------------------------------------------------------===##
10 set -ex
11 set -o pipefail
23 [-h|--help] Display this help and exit.
25 --llvm-root <DIR> Path to the root of the LLVM monorepo. By default, we try
28 --build-dir <DIR> The directory to use for building the library. By default,
29 this is '<llvm-root>/build/<builder>'.
31 --osx-roots <DIR> Path to pre-downloaded macOS dylibs. By default, we download
[all …]
/external/clang/test/SemaObjC/
Dattr-availability.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9.0.0 -fsyntax-only -verify %s
2 // RUN: %clang_cc1 -D WARN_PARTIAL -Wpartial-availability -triple x86_64-apple-darwin9.0.0 -fsyntax
5 - (void)proto_method __attribute__((availability(macosx,introduced=10.1,deprecated=10.2))); // expe…
8 // expected-note@+2 2 {{'partial_proto_method' has been explicitly marked partial here}}
10 - (void)partial_proto_method __attribute__((availability(macosx,introduced=10.8)));
14 - (void)method __attribute__((availability(macosx,introduced=10.1,deprecated=10.2))); // expected-n…
16 // expected-note@+2 {{'partialMethod' has been explicitly marked partial here}}
18 - (void)partialMethod __attribute__((availability(macosx,introduced=10.8)));
20 - (void)overridden __attribute__((availability(macosx,introduced=10.3))); // expected-note{{overrid…
21 - (void)overridden2 __attribute__((availability(macosx,introduced=10.3)));
[all …]
/external/python/cpython2/Lib/test/
Dtest_macostools.py6 from test import test_support
8 MacOS = test_support.import_module('MacOS') variable
9 #The following modules should exist if MacOS exists.
15 requires_32bit = unittest.skipUnless(sys.maxint < 2**32, '32-bit only test')
23 rfp = MacOS.openrf(test_support.TESTFN, '*wb')
40 rfp = MacOS.openrf(test_support.TESTFN, '*rb')
43 rfp = MacOS.openrf(TESTFN2, '*rb')
86 if len(u'\0'.encode('unicode-internal')) == 4:
Dtest_macos.py2 from test import test_support
6 MacOS = test_support.import_module('MacOS') variable
20 ['/Developer/Tools/SetFile', '-t', 'ABCD', '-c', 'EFGH',
23 cr, tp = MacOS.GetCreatorAndType(test_support.TESTFN)
38 MacOS.SetCreatorAndType(test_support.TESTFN,
41 cr, tp = MacOS.GetCreatorAndType(test_support.TESTFN)
52 tp = ln.split()[-1][1:-1]
54 cr = ln.split()[-1][1:-1]
69 rfp = MacOS.openrf(test_support.TESTFN, '*wb')
79 rfp = MacOS.openrf(test_support.TESTFN, '*rb')
/external/pcre/.github/workflows/
Dbuild.yml8 runs-on: ubuntu-latest
10 - name: Checkout
13 - name: Autogen
16 - name: Configure
17 …run: ./configure CPPFLAGS='-Wall -Wextra' --enable-jit --enable-pcre2-8 --enable-pcre2-16 --enable
19 - name: Build
22 - name: Test (main test script)
25 - name: Test (JIT test program)
28 - name: Test (pcre2grep test script)
33 runs-on: ubuntu-latest
[all …]
/external/python/cpython3/Mac/BuildScript/
DREADME.rst4 The ``build-install.py`` script creates Python distributions, including
5 certain third-party libraries as necessary. It builds a complete
6 framework-based Python out-of-tree, installs it in a funny place with
10 The installer package built on the dmg is a macOS bundle format installer
12 macOS systems; it is usable on macOS 10.6 and earlier systems.
13 To be usable on newer versions of macOS, the bits in the bundle package
14 must be assembled in a macOS flat installer package, using current
15 versions of the pkgbuild and productbuild utilities. To pass macoS
18 Starting with macOS 10.15 Catalina, Gatekeeper now also requires
22 the macOS 10.9 SDK, must now be signed with the codesign utility,
[all …]
/external/rust/crates/flate2/.github/workflows/
Dmain.yml5 test:
6 name: Test
7 runs-on: ${{ matrix.os }}
11 build: [stable, beta, nightly, macos, windows, mingw]
13 - build: stable
14 os: ubuntu-latest
16 - build: beta
17 os: ubuntu-latest
19 - build: nightly
20 os: ubuntu-latest
[all …]
/external/bazelbuild-rules_license/.bazelci/
Dtests.yml4 - "//tests/..."
5 - "//examples/..."
24 - "//distro:distro"
25 - "//distro:relnotes"
27 macos: &macos
28 platform: macos
34 - "//tests/..."
35 - "//examples/..."
36 - "-//examples/manifest/..."
53 <<: *macos
[all …]
/external/libcxx/utils/ci/
Dmacos-backdeployment.sh3 set -ue
7-h|--help] --libcxx-root <LIBCXX-ROOT> --libcxxabi-root <LIBCXXABI-ROOT> --std <STD> --arch <ARCHI…
9 This script is used to continually test the back-deployment use case of libc++ and libc++abi on Mac…
11 --libcxx-root Full path to the root of the libc++ repository to test.
12 --libcxxabi-root Full path to the root of the libc++abi repository to test.
13 --std Version of the C++ Standard to run the tests under (c++03, c++11, etc..).
14 --arch Architecture to build the tests for (32, 64).
15--deployment-target The deployment target to run the tests for. This should be a version number of…
16--sdk-version The version of the SDK to test with. This should be a version number of MacOS
17 …[--lit-args] Additional arguments to pass to lit (optional). If there are multiple argument…
[all …]
/external/python/pyfakefs/pyfakefs/tests/
Dtest_utils.py2 # Copyright 2015-2017 John McGehee
8 # http://www.apache.org/licenses/LICENSE-2.0
16 """Common helper classes used in tests, or as test class base."""
64 """Test base class with some convenience methods and attributes"""
97 """Test mixin to allow tests to run both in the fake filesystem and in the
99 To run tests in the real filesystem, a new test class can be derived from
100 the test class testing the fake filesystem which overwrites
104 In order to make a test able to run in the real FS, it must not use the
160 """If called at test start, the real FS test is executed only under
161 Windows, and the fake filesystem test emulates a Windows system.
[all …]
/external/rust/crates/quickcheck/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
10 test:
11 name: test
12 runs-on: ${{ matrix.os }}
16 - pinned
17 - stable
18 - beta
19 - nightly
20 - macos
[all …]
/external/cpu_features/.github/workflows/
Damd64_macos.yml1 name: amd64 macOS
8 - cron: '0 0 7,22 * *'
13 runs-on: macos-latest
17 - uses: actions/checkout@v2
18 - name: Check cmake
19 run: cmake --version
20 - name: Configure
21 run: cmake -S. -Bbuild -G "Xcode" -DCMAKE_CONFIGURATION_TYPES=Release
22 - name: Build
23 run: cmake --build build --config Release --target ALL_BUILD -v
[all …]
/external/rust/crates/walkdir/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
10 test:
11 name: test
12 runs-on: ${{ matrix.os }}
16 - pinned
17 - pinned-win
18 - stable
19 - beta
20 - nightly
[all …]
/external/rust/crates/termcolor/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
10 test:
11 name: test
12 runs-on: ${{ matrix.os }}
16 - pinned
17 - pinned-win
18 - stable
19 - beta
20 - nightly
[all …]
/external/python/cpython3/Mac/
DMakefile.in36 INSTALLED_PYTHONAPP=$(APPINSTALLDIR)/Contents/MacOS/$(PYTHONFRAMEWORK)
38 # Items more-or-less copied from the main Makefile
42 INSTALL_SYMLINK=ln -fsn
47 STRIPFLAG=-s
51 APPSUBDIRS=MacOS Resources
61 if [ ! -d "$(DESTDIR)$(FRAMEWORKUNIXTOOLSPREFIX)/bin" ]; then \
62 $(INSTALL) -d -m $(DIRMODE) "$(DESTDIR)$(FRAMEWORKUNIXTOOLSPREFIX)/bin" ;\
70 python3-config \
73 rm -f $${fn} ; \
74 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\
[all …]
/external/freetype/builds/mac/
DREADME9 ------------------------------------------------------------
12 ---------------
15 running on classic MacOS. To build FreeType running on
19 vanilla FreeType to fit classic MacOS.
21 The information about MacOS specific API is written in
25 --------------
27 You can use MPW: a free-charged developer environment
33 2-1. Apple MPW
34 --------------
41 The final MPW-GM (official release on 1999/Dec) is too
[all …]
/external/rust/crates/which/.github/workflows/
Drust.yml10 runs-on: ubuntu-latest
12 - name: Setup | Checkout
15 - name: Setup | Rust
16 uses: actions-rs/toolchain@v1
23 - name: Build | Format
24 run: cargo fmt --all -- --check
31 os: [ubuntu-latest, windows-latest, macos-latest]
32 runs-on: ${{ matrix.os }}
34 - name: Setup | Checkout
37 - name: Setup | Rust
[all …]

12345678910>>...41