Home
last modified time | relevance | path

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

12345678910>>...46

/external/eigen/ci/
Dtest.gitlab-ci.yml1 .test:linux:base:
2 stage: test
6 - apt-get update -y
7 - apt-get install -y --no-install-recommends software-properties-common
8 - add-apt-repository -y ppa:ubuntu-toolchain-r/test
9 - apt-get update
10 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}
11 ${EIGEN_CI_CC_COMPILER} cmake ninja-build xsltproc
13 - export CXX=${EIGEN_CI_CXX_COMPILER}
14 - export CC=${EIGEN_CI_CC_COMPILER}
[all …]
DREADME.md3 Eigen's CI infrastructure uses two stages: A `build` stage to build the unit-test
4 suite and a `test` stage to run the unit-tests.
11 |------------------------------------------|-----------|----------------|------------|---------|
12 | `build:x86-64:linux:gcc-4.8:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `Off` |
13 | `build:x86-64:linux:gcc-4.8:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `On` |
14 | `build:x86-64:linux:gcc-9:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `Off` |
15 | `build:x86-64:linux:gcc-9:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `On` |
16 | `build:x86-64:linux:gcc-10:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `Off` |
17 | `build:x86-64:linux:gcc-10:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `On` |
18 | `build:x86-64:linux:clang-10:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `Clang-10` | `Off` |
[all …]
/external/grpc-grpc/tools/run_tests/generated/
Dtests.json8 "linux",
21 "linux",
32 "linux",
45 "linux",
56 "linux",
69 "linux",
80 "linux",
93 "linux",
104 "linux",
117 "linux",
[all …]
/external/google-fruit/
D.travis.yml2 # This file was auto-generated from extras/scripts/travis_yml_generator.py, DO NOT EDIT
6 - master
12 - compiler: gcc
13 env: COMPILER=gcc-10 UBUNTU=20.10 TEST=ReleasePlain
14 …install: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/travis_c…
15 os: linux
16 …script: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/postsubmi…
18 - compiler: gcc
19 env: COMPILER=gcc-10 UBUNTU=20.10 TEST=DebugPlain
20 …install: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/travis_c…
[all …]
/external/angle/infra/config/generated/
Dluci-scheduler.cfg1 # Auto-generated by lucicfg.
5 # https://luci-config.appspot.com/schemas/projects:luci-scheduler.cfg
8 id: "android-arm-compile"
16 server: "cr-buildbucket.appspot.com"
18 builder: "android-arm-compile"
22 id: "android-arm-dbg-compile"
30 server: "cr-buildbucket.appspot.com"
32 builder: "android-arm-dbg-compile"
36 id: "android-arm64-dbg-compile"
44 server: "cr-buildbucket.appspot.com"
[all …]
Dluci-milo.cfg1 # Auto-generated by lucicfg.
5 # https://luci-config.appspot.com/schemas/projects:luci-milo.cfg
14 name: "buildbucket/luci.angle.ci/android-arm-compile"
19 name: "buildbucket/luci.angle.ci/android-arm-dbg-compile"
24 name: "buildbucket/luci.angle.ci/android-arm64-dbg-compile"
29 name: "buildbucket/luci.angle.ci/android-arm64-exp-test"
30 category: "test|android|arm64"
34 name: "buildbucket/luci.angle.ci/android-arm64-test"
35 category: "test|android|arm64"
39 name: "buildbucket/luci.angle.ci/linux-asan-test"
[all …]
/external/linux-kselftest/
DAndroid.bp8 // http://www.apache.org/licenses/LICENSE-2.0
18 default_applicable_licenses: ["external_linux-kselftest_license"],
21 // Added automatically by a large-scale-change that took the approach of
35 // large-scale-change included anything that looked like it might be a license
39 // See: http://go/android-license-faq
41 name: "external_linux-kselftest_license",
44 "SPDX-license-identifier-Apache-2.0",
45 "SPDX-license-identifier-BSD-2-Clause",
46 "SPDX-license-identifier-BSD-3-Clause",
47 "SPDX-license-identifier-CC0-1.0",
[all …]
/external/rust/crates/num_cpus/.github/workflows/
Dci.yml6 - master
13 ci-pass:
15 runs-on: ubuntu-latest
17 - msrv
18 - test-linux
19 - test-macos
20 - test-windows
21 - build-cross
22 - test-cgroups
24 - run: exit 0
[all …]
/external/libsrtp2/
D.travis.yml7- secure: "QD09MuUxftXRXtz7ZrB7S0NV/3O9yVhjvIlCSbXN8B87rNSDC8wxMThKMT7iZewnqGk53m+Up19PiMw5ERlHose…
12 # linux build
13 - os: linux
15 - TEST="linux (gcc / valgrind)"
19 - ubuntu-toolchain-r-test
21 - gcc-6
22 - valgrind
24 - CC=gcc-6 EXTRA_CFLAGS=-Werror ./configure
25 - make
26 - make runtest
[all …]
/external/brotli/
D.travis.yml5 - master
9 ## Linux builds using various versions of GCC.
11 - os: linux
12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7
16 - ubuntu-toolchain-r-test
18 - gcc-7
19 - g++-7
20 - os: linux
21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4
25 - ubuntu-toolchain-r-test
[all …]
/external/strace/
DChangeLog1 2018-10-30 Dmitry V. Levin <ldv@altlinux.org>
10 2018-10-25 Dmitry V. Levin <ldv@altlinux.org>
14 2018-10-25 Elvira Khabirova <lineprinter@altlinux.org>
28 Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
30 2018-10-25 Dmitry V. Levin <ldv@altlinux.org>
33 Linux commit v4.19-rc2-5-g2ecefa0a15fd0ef88b9cd5d15ceb813008136431
40 2018-10-24 Dmitry V. Levin <ldv@altlinux.org>
43 * linux/arm/syscallent.h ([399]): Wire up io_pgetevents syscall
44 introduced by Linux commit v4.19-rc7~24^2~1.
47 * linux/sparc/syscallent.h ([361]): Wire up io_pgetevents syscall
[all …]
/external/zstd/contrib/linux-kernel/
DMakefile5 # 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.
13 rm -rf linux
14 mkdir -p linux
15 mkdir -p linux/include/linux
16 mkdir -p linux/lib/zstd
18 --source-lib ../../lib \
19 --output-lib linux/lib/zstd \
20 --xxhash '<linux/xxhash.h>' \
21 --xxh64-state 'struct xxh64_state' \
[all …]
/external/google-breakpad/
DMakefile.in4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
52 if test -z '$(MAKELEVEL)'; then \
54 elif test -n '$(MAKE_HOST)'; then \
56 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
63 case $${target_option-} in \
66 "target option '$${target_option-}' specified" >&2; \
87 test $$skip_next = yes && { skip_next=no; continue; }; \
89 *=*|--*) continue;; \
90 -*I) strip_trailopt 'I'; skip_next=yes;; \
91 -*I?*) strip_trailopt 'I';; \
[all …]
/external/cronet/testing/unexpected_passes_common/
Dexpectations_unittest.py3 # Use of this source code is governed by a BSD-style license that can be
26 # tags: [ win linux ]
28 crbug.com/1234 [ win ] foo/test [ Failure ]
29 crbug.com/5678 crbug.com/6789 [ win ] foo/another/test [ RetryOnFailure ]
31 [ linux ] foo/test [ Failure ]
33 crbug.com/2345 [ linux ] bar/* [ RetryOnFailure ]
34 crbug.com/3456 [ linux ] some/bad/test [ Skip ]
35 crbug.com/4567 [ linux ] some/good/test [ Pass ]
42 crbug.com/4567 [ mac ] foo/test [ Failure ]
46 # tags: [ win linux ]
[all …]
/external/ltp/
DREADME.md1 Linux Test Project
4 Linux Test Project is a joint project started by SGI, OSDL and Bull developed
7 reliability, robustness, and stability of Linux.
9 The LTP testsuite contains a collection of tools for testing the Linux kernel
10 and related features. Our goal is to improve the Linux kernel and system
11 libraries by bringing test automation to the testing effort. Interested open
14 Project pages are located at: http://linux-test-project.github.io/
17 https://github.com/linux-test-project/ltp/releases
20 http://lists.linux.it/listinfo/ltp
28 https://github.com/linux-test-project/ltp
[all …]
/external/grpc-grpc/tools/run_tests/artifacts/
Ddistribtest_targets.py8 # http://www.apache.org/licenses/LICENSE-2.0
40 docker_args += ['-e', '%s=%s' % (k, v)]
106 if self.platform == 'linux':
111 'test/distrib/csharp/run_distrib_test%s.sh' %
113 copy_rel_path='test/distrib')
117 'test/distrib/csharp/run_distrib_test%s.sh' %
125 # when invoking the .bat file (side-effect of posix path conversion)
134 'test\\distrib\\csharp\\run_distrib_test%s.bat' %
164 if not self.platform == 'linux':
172 'test/distrib/python/run_source_distrib_test.sh',
[all …]
/external/linux-kselftest/android/
DREADME.md7 ------------------
9 Kselftest is a collection of tests included within the Linux kernel repository
15 22 of these tests are executed in both 32-bit and 64-bit mode. There are many
20 ----------------------------
22 The Kselftest source is located at external/linux-kselftest in the Android
24 repository from the Linux kernel repository. This is not an exact mirror of
28 is located at test/vts-testcase/kernel/linux_kselftest. Some noteworthy
31 * `external/linux-kselftest/Android.bp`: Lists build rules for the kselftest modules built in Soong.
32 * `external/linux-kselftest/android/`: Contains Android-specific files, aside from Android.[bp, mk]…
33 * `external/linux-kselftest/android/Android.kselftest.mk`: Lists build rules for the kselftest modu…
[all …]
/external/bcc/tests/python/
Dtest_clang.py38 bpf_trace_printk("ethernet->dst = %llx, ethernet->src = %llx\\n",
39 ethernet->dst, ethernet->src);
48 #include <linux/sched.h>
49 #include <uapi/linux/ptrace.h>
51 pid_t p = prev->pid;
52 return (p != -1);
60 #include <linux/sched.h>
61 #include <uapi/linux/ptrace.h>
74 return _(TCP_SKB_CB(skb)->tcp_gso_size);
84 int test(struct pt_regs *ctx, struct sk_buff *skb) {
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
D.travis.yml5 - os: linux
10 - ubuntu-toolchain-r-test
12 - g++-4.8
14 - MATRIX_EVAL="CC=gcc-4.8 CXX=g++-4.8"
15 - os: linux
20 - ubuntu-toolchain-r-test
22 - g++-4.9
24 - MATRIX_EVAL="CC=gcc-4.9 CXX=g++-4.9"
25 - os: linux
30 - ubuntu-toolchain-r-test
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Ddistribtest_targets.py8 # http://www.apache.org/licenses/LICENSE-2.0
41 docker_args += ['-e', '%s=%s' % (k, v)]
109 if self.platform == 'linux':
114 'test/distrib/csharp/run_distrib_test%s.sh' %
116 copy_rel_path='test/distrib')
119 'test/distrib/csharp/run_distrib_test%s.sh' % self.script_suffix
126 # when invoking the .bat file (side-effect of posix path conversion)
134 'test\\distrib\\csharp\\run_distrib_test%s.bat' %
164 if not self.platform == 'linux':
172 'test/distrib/python/run_source_distrib_test.sh',
[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
20 # The Linux CI runners use the nightly ToT build provided by the Docker image.
22 # version number. The Linux CI runners for GCC use the latest stable version.
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"
[all …]
/external/libnl/
DMakefile.am1 # -*- Makefile -*-
3 ACLOCAL_AMFLAGS = -I m4
22 --disable-dependency-tracking
25 libnl-3.0.pc \
26 libnl-genl-3.0.pc \
27 libnl-idiag-3.0.pc \
28 libnl-nf-3.0.pc \
29 libnl-route-3.0.pc \
30 libnl-xfrm-3.0.pc \
34 -Wall \
[all …]
/external/toolchain-utils/go/patch/go-1.11.2/
Dgo1.patch1 diff --git test/chanlinear.go test/chanlinear.go
3 --- test/chanlinear.go
4 +++ test/chanlinear.go
5 @@ -1,4 +1,4 @@
6 -// +build darwin linux
7 +// +build darwin linux android
11 diff --git a/test/fixedbugs/bug385_64.go b/test/fixedbugs/bug385_64.go
13 --- test/fixedbugs/bug385_64.go
14 +++ test/fixedbugs/bug385_64.go
15 @@ -1,4 +1,4 @@
[all …]
/external/toolchain-utils/go/patch/go-1.10.3/
Dgo1.patch1 diff --git test/chanlinear.go test/chanlinear.go
3 --- test/chanlinear.go
4 +++ test/chanlinear.go
5 @@ -1,4 +1,4 @@
6 -// +build darwin linux
7 +// +build darwin linux android
11 diff --git a/test/fixedbugs/bug385_64.go b/test/fixedbugs/bug385_64.go
13 --- test/fixedbugs/bug385_64.go
14 +++ test/fixedbugs/bug385_64.go
15 @@ -1,4 +1,4 @@
[all …]
/external/rust/crates/ahash/.github/workflows/
Drust.yml7 runs-on: ubuntu-latest
9 - uses: actions/checkout@v2
10 - name: Install latest stable
11 uses: actions-rs/toolchain@v1
15 - name: check nostd
16 uses: actions-rs/cargo@v1
19 args: --no-default-features
20 - name: test nostd
21 uses: actions-rs/cargo@v1
23 command: test
[all …]

12345678910>>...46