Home
last modified time | relevance | path

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

12345678910>>...53

/external/sdv/vsomeip/third_party/boost/config/test/all/
DJamfile.v22 # Regression test Jamfile for boost configuration setup.
14 path-constant DOT : . ;
17 run ../config_info.cpp : : : <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<l…
18 run ../config_info.cpp : : : <threading>multi : config_info_threaded ;
19 run ../math_info.cpp : : : <toolset>borland:<runtime-link>static <toolset>borland:<link>static ;
20 run ../config_test.cpp : : : <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<li…
21 run ../config_test.cpp : : : <threading>multi : config_test_threaded ;
22 run ../limits_test.cpp ../../../test/build//boost_test_exec_monitor ;
23 run ../abi/abi_test.cpp ../abi/main.cpp ;
25 test-suite "BOOST_HAS_TWO_ARG_USE_FACET" :
[all …]
/external/openthread/tests/toranj/
Dstart.sh46 while read -r interface; do
48 done < <(ifconfig 2>/dev/null | grep -o "wpan[0-9]*")
54 run() function
58 if sudo -E "${python_app}" "$1"; then
63 # We allow a failed test to be retried up to 7 attempts.
64 if [ "$counter" -lt 7 ]; then
72 echo " *** TEST FAILED"
73 tail -n 40 "${log_file_name}"*.log
81 sudo apt-get --no-install-recommends install -y dbus libdbus-1-dev
82 sudo apt-get --no-install-recommends install -y autoconf-archive
[all …]
/external/llvm/test/tools/llvm-cov/
Dllvm-cov.test1 # Tests for compatibility between llvm-cov and gcov. These work by
2 # comparing llvm-cov against reference outputs generated by gcov 4.2.
4 # Test fails on Windows where internal shell is used due to path separator
8 RUN: rm -rf %t
9 RUN: mkdir %t
10 RUN: cd %t
11 RUN: cp %p/Inputs/test* .
14 RUN: llvm-cov gcov test.c | diff -u test_no_options.output -
15 RUN: diff -aub test_no_options.cpp.gcov test.cpp.gcov
16 RUN: diff -aub test_no_options.h.gcov test.h.gcov
[all …]
/external/sdv/vsomeip/third_party/boost/process/test/
DJamfile.jam27 <target-os>windows:<define>WIN32_LEAN_AND_MEAN
28 <target-os>linux:<linkflags>-lpthread
45 lib multi_ref : multi_ref1.cpp multi_ref2.cpp system : <target-os>windows:<source>shell32 ;
48 <warnings>off <target-os>windows:<source>shell32 <target-os>windows:<source>Ntdll
52 <warnings>off <target-os>windows:<source>shell32
55 …cher.cpp program_options iostreams system filesystem : <warnings>off <target-os>windows:<source>sh…
57 rule test-options ( name )
59 if "--boost-process-report-ci" in [ modules.peek : ARGV ]
61 …eturn --log_sink=log_$(name).xml --log_format=XML --log_level=error --report_sink=report_$(name).x…
65 return --log_level=error --report_level=detailed -- ;
[all …]
/external/fsverity-utils/.github/workflows/
Dci.yml1 # SPDX-License-Identifier: MIT
4 # Use of this source code is governed by an MIT-style
12 static-linking-test:
13 name: Test building static library
14 runs-on: ubuntu-latest
16 - uses: actions/checkout@v4
17 - run: scripts/run-tests.sh static_linking
19 dynamic-linking-test:
20 name: Test building dynamic library
21 runs-on: ubuntu-latest
[all …]
/external/elfutils/tests/
DChangeLog1 2023-09-27 Omar Sandoval <osandov@fb.com>
3 * dwarf-getmacros.c (mac): Add DW_MACRO_define_sup,
10 2023-09-27 Omar Sandoval <osandov@fb.com>
12 * run-varlocs.sh: Add entry PC to split units.
14 2023-04-21 Frank Ch. Eigler <fche@redhat.com>
16 * run-debuginfod-IXr.sh: New test.
17 * Makefile.am: Run it, ship it.
19 2023-02-10 Mark Wielaard <mark@klomp.org>
23 2023-02-07 Mark Wielaard <mark@klomp.org>
28 2023-02-03 Mark Wielaard <mark@klomp.org>
[all …]
DMakefile.am3 ## Copyright (C) 1996-2019 Red Hat, Inc.
22 AM_CPPFLAGS += -I$(top_srcdir)/libasm -I$(top_srcdir)/libdw \
23 -I$(top_srcdir)/libdwfl -I$(top_srcdir)/libdwelf \
24 -I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \
25 -I$(top_srcdir)/lib -I..
26 AM_LDFLAGS = -Wl,-rpath-link,../libasm:../libdw:../libelf
29 AM_LDFLAGS += -Wl,-rpath,$(BUILD_RPATH)
36 showptable update1 update2 update3 update4 test-nlist \
37 show-die-info get-files next-files get-lines next-lines \
38 get-pubnames \
[all …]
/external/llvm/test/DebugInfo/
Dllvm-symbolizer.test1 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64 0x400559" > %t.input
2 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64.debuglink 0x400559" >> %t.input
3 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64 0x400436" >> %t.input
4 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64 0x400528" >> %t.input
5 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64 0x400586" >> %t.input
6 RUN: echo "%p/Inputs/dwarfdump-test2.elf-x86-64 0x4004e8" >> %t.input
7 RUN: echo "%p/Inputs/dwarfdump-test2.elf-x86-64 0x4004f4" >> %t.input
8 RUN: echo "%p/Inputs/dwarfdump-test4.elf-x86-64 0x62c" >> %t.input
9 RUN: echo "%p/Inputs/dwarfdump-inl-test.elf-x86-64 0x8dc" >> %t.input
10 RUN: echo "%p/Inputs/dwarfdump-inl-test.elf-x86-64 0xa05" >> %t.input
[all …]
/external/sdv/vsomeip/third_party/boost/serialization/example/
DJamfile.v22 # (C) Copyright Robert Ramey 2002-2004.
14 import ../util/test :
15 run-template
16 run-invoke
17 run-winvoke
18 test-bsl-run-no-lib
19 test-bsl-run
20 test-bsl-run_archive
21 test-bsl-run_files
22 test-bsl-run_polymorphic_archive
[all …]
/external/pcre/.github/workflows/
Dbuild.yml8 runs-on: ubuntu-latest
10 - name: Checkout
13 - name: Prepare
14 run: ./autogen.sh
16 - name: Configure
17 run: ./configure CPPFLAGS='-Wall -Wextra' --enable-jit --enable-pcre2-16 --enable-pcre2-32
19 - name: Build
20 run: make -j2
22 - name: Test (main test script)
23 run: ./RunTest
[all …]
/external/sdv/vsomeip/third_party/boost/serialization/test/
DJamfile.v21 # Boost serialization Library test Jamfile
3 # (C) Copyright Robert Ramey 2002-2004.
9 project libs/serialization/test
17 # import rules from the boost serialization test
18 import ../util/test :
19 run-template
20 run-invoke
21 run-winvoke
22 test-bsl-run-no-lib
23 test-bsl-run
[all …]
/external/grpc-grpc/tools/interop_matrix/testcases/
Djava__v1.0.32 echo "Testing ${docker_image:=grpc_interop_java:a764b50c-1788-4387-9b9e-5cfa93927006}"
3run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
4run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
5run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
6run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
7run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
8run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
9run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
10run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
11run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
[all …]
Djava__master4 echo "Testing ${docker_image:=grpc_interop_java:564ef0d0-f4d8-4611-88a9-bb6a99bf68a8}"
5run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
6run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
7run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
8run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
9run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
10run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
11run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
12run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
13run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/testcases/
Djava__v1.0.32 echo "Testing ${docker_image:=grpc_interop_java:a764b50c-1788-4387-9b9e-5cfa93927006}"
3run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
4run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
5run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
6run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
7run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
8run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
9run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
10run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
11run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
[all …]
Djava__master4 echo "Testing ${docker_image:=grpc_interop_java:564ef0d0-f4d8-4611-88a9-bb6a99bf68a8}"
5run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
6run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
7run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
8run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
9run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
10run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
11run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
12run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
13run -i --rm=true -w /var/local/git/grpc/../grpc-java --net=host $docker_image bash -c "./run-test-
[all …]
/external/sdv/vsomeip/third_party/boost/regex/example/
DJamfile.v211 <toolset>mipspro-7.4:<link>static
12 <toolset>sun-5.9:<link>static
15 <toolset>gcc:<cxxflags>-Wextra
17 #<toolset>gcc-mw:<link>static
18 #<toolset>gcc-mingw:<link>static
19 <toolset>gcc-cygwin:<link>static
22 rule regex-test-run ( sources + : input * : name * )
25 run
32 : # test-files
34 <toolset>msvc-7.1:<define>TEST_MFC=1 <toolset>msvc-7.0:<define>TEST_MFC=1
[all …]
/external/clang/test/Driver/
Doutput-file-cleanup.c1 // RUN: rm -f "%t.d" "%t1.s" "%t2.s" "%t3.s" "%t4.s" "%t5.s"
3 // RUN: touch %t.s
4 // RUN: not %clang -S -DCRASH -o %t.s -MMD -MF %t.d %s
5 // RUN: test ! -f %t.s
6 // RUN: test ! -f %t.d
8 // RUN: touch %t.s
9 // RUN: not %clang -S -DMISSING -o %t.s -MMD -MF %t.d %s
10 // RUN: test ! -f %t.s
11 // RUN: test ! -f %t.d
13 // RUN: touch %t.s
[all …]
/external/curl/tests/
Druntests.121 .\" * SPDX-License-Identifier: curl
27 runtests.pl \- run one or more test cases
31 \fIruntests.pl\fP runs one, several or all the existing test cases in curl's
32 test suite. It is often called from the root Makefile of the curl package with
33 \&'make test'.
35 Specify which test(s) to run by specifying test numbers or keywords.
37 If no test number or keyword is given, all existing tests that the script can
38 find will be considered for running. You can specify single test cases to run
39 by specifying test numbers space-separated, like "1 3 5 7 11", and you can
42 Specify tests to not run with a leading exclamation point, like "!66", which
[all …]
/external/toolchain-utils/go/patch/go-1.10.3/
Dgo3.patch1 diff --git test/fixedbugs/bug302.go test/fixedbugs/bug302.go
3 --- test/fixedbugs/bug302.go
4 +++ test/fixedbugs/bug302.go
5 @@ -1,5 +1,5 @@
7 -// run
11 // Use of this source code is governed by a BSD-style
12 @@ -8,16 +8,27 @@
23 …("target", "", "if non empty, use 'go_target' to compile test files and 'go_target_exec' to run th…
33 - run("go", "tool", "compile", filepath.Join("fixedbugs", "bug302.dir", "p.go"))
34 - run("go", "tool", "pack", "grc", "pp.a", "p.o")
[all …]
/external/toolchain-utils/go/patch/go-1.11.2/
Dgo3.patch1 diff --git test/fixedbugs/bug302.go test/fixedbugs/bug302.go
3 --- test/fixedbugs/bug302.go
4 +++ test/fixedbugs/bug302.go
5 @@ -1,5 +1,5 @@
7 -// run
11 // Use of this source code is governed by a BSD-style
12 @@ -8,16 +8,28 @@
23 …("target", "", "if non empty, use 'go_target' to compile test files and 'go_target_exec' to run th…
34 - run("go", "tool", "compile", filepath.Join("fixedbugs", "bug302.dir", "p.go"))
35 - run("go", "tool", "pack", "grc", "pp.a", "p.o")
[all …]
/external/sdv/vsomeip/third_party/boost/function/doc/
Dtests.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
8 -->
9 <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
11 <testsuite id="function.testsuite" last-revision="$Date$">
12 <run-test filename="function_test.cpp" name="lib_function_test">
13 …<purpose><para>Test the capabilities of the <classname>boost::function</classname> class template.…
14-fails><para>The <classname>boost::function</classname> class template may not be usable on your c…
15 </run-test>
[all …]
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderTriangles.cpp1 /*-------------------------------------------------------------------------
2 * OpenGL Conformance Test Suite
3 * -----------------------------
5 * Copyright (c) 2014-2016 The Khronos Group Inc.
11 * http://www.apache.org/licenses/LICENSE-2.0
22 */ /*-------------------------------------------------------------------*/
36 * @param context Test context
47 * Initializes test groups for geometry shader tests
58 * @param context Test context
75 /** Deinitializes ES objects created for the test. */
[all …]
/external/clang/test/Index/
Dcomplete-natural.m1 // Note: the run lines follow their respective tests, since line/column
2 // matter in this test.
11 // RUN: c-index-test -code-completion-at=%s:4:32 %s > %t
12 // RUN: echo "DONE" >> %t
13 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t
14 // CHECK-CC1: Completion contexts:
15 // CHECK-CC1-NEXT: Natural language
16 // CHECK-CC1-NEXT: DONE
17 // RUN: c-index-test -code-completion-at=%s:5:18 %s > %t
18 // RUN: echo "DONE" >> %t
[all …]
/external/rust/crates/proc-macro2/.github/workflows/
Dci.yml13 RUSTFLAGS: -Dwarnings
19 test:
23 runs-on: ubuntu-latest
25 fail-fast: false
28 timeout-minutes: 45
30 - uses: actions/checkout@v3
31 - uses: dtolnay/rust-toolchain@master
34 components: rust-src
35 - run: cargo test
36 - run: cargo test --no-default-features
[all …]
/external/llvm/docs/
DTestingGuide.rst18 infrastructure, the tools needed to use it, and how to add and run
28 If you intend to run the :ref:`test-suite <test-suite-overview>`, you will also
29 need a development version of zlib (zlib1g-dev is known to work on several Linux
37 inside the LLVM repository itself under ``llvm/test`` and are expected
38 to always pass -- they should be run before every commit.
40 The whole programs tests are referred to as the "LLVM test suite" (or
41 "test-suite") and are in the ``test-suite`` module in subversion. For
43 tests" in places, which is less ambiguous than "test-suite" and remains
44 in use although we run them much more often than nightly.
47 ----------------
[all …]

12345678910>>...53