Home
last modified time | relevance | path

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

12345678910>>...43

/third_party/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 …]
/third_party/json/
D.travis.yml21- secure: "m89SSgE+ASLO38rSKx7MTXK3n5NkP9bIx95jwY71YEiuFzib30PDJ/DifKnXxBjvy/AkCGztErQRk/8ZCvq+4HX…
32 - os: linux
35 - COMPILER=g++-4.9
36 - CMAKE_OPTIONS=-DJSON_Valgrind=ON
39 sources: ['ubuntu-toolchain-r-test']
40 packages: ['g++-4.9', 'valgrind', 'ninja-build']
43 - os: linux
46 - COMPILER=clang++-7
47 - CMAKE_OPTIONS=-DJSON_Sanitizer=ON
48 - UBSAN_OPTIONS=print_stacktrace=1,suppressions=$(pwd)/test/src/UBSAN.supp
[all …]
/third_party/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
23 https://github.com/linux-test-project/ltp
[all …]
Dconfigure.ac2 AC_INIT([ltp], [LTP_VERSION], [ltp@lists.linux.it])
9 include/mk/config-openposix.mk \
18 AM_CONDITIONAL(CROSS_COMPILATION, test x$cross_compiling = xyes)
35 AC_CHECK_DECLS([IFLA_NET_NS_PID],,,[#include <linux/if_link.h>])
43 linux/can.h \
44 linux/cgroupstats.h \
45 linux/cryptouser.h \
46 linux/dccp.h \
47 linux/fs.h \
48 linux/genetlink.h \
[all …]
Dltpmenu18 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
27 # LTP test cases.
29 # Author: Manoj Iyer - manjo@mail.utexas.edu
31 # Thanks: Jim Choate - For suggesting the use of dialog command.
33 # History: March 26 2003 - Created.
35 # March 28 2003 - Removed gauges and put make commands in foreground.
36 # Robbie Williamson - robbiew@us.ibm.com
38 # March 31 2003 - Made scenario menu creation dynamic and code
39 # to pull the test descriptions from the scenario files.
40 # Robbie Williamson - robbiew@us.ibm.com
[all …]
/third_party/boost/tools/build/test/toolset-mock/src/
Dclang-linux-3.9.0.py12 command('clang++', '-print-prog-name=ar', stdout=script('ar.py'))
13 command('clang++', '-print-prog-name=ranlib', stdout=script('ranlib.py'))
15 if allow_properties('variant=debug', 'link=shared', 'threading=single', 'runtime-link=shared'):
16 …ng++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '-c'), '-o', …
17 …lang++', '-o', output_file('bin/clang-linux-3.9.0/debug/libl1.so'), arg_file('@bin/clang-linux-3.9…
18 …ng++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '-c'), '-o', …
19 …d('clang++', '-o', output_file('bin/clang-linux-3.9.0/debug/test'), arg_file('@bin/clang-linux-3.9…
21 if allow_properties('variant=release', 'link=shared', 'threading=single', 'runtime-link=shared', 's…
22 …+', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG', '-c'), '-o…
23-o', output_file('bin/clang-linux-3.9.0/release/strip-on/libl1.so'), arg_file('@bin/clang-linux-3.…
[all …]
/third_party/icu/
D.travis.yml7 - name: "c: docs"
14 - doxygen
16 - cd icu4c/source
17 - ./runConfigureICU Linux --disable-renaming
20 # The Doxygen version from Travis is down-rev, and doesn't recognize some options
23- set +o pipefail && make doc 2>&1 | tee doxygen.log && ( ! grep -P 'warning:(?! .* file Doxyfile)…
26 - name: "j"
31 - ant
32 - ant-optional
35 - cd icu4j
[all …]
/third_party/grpc/tools/run_tests/artifacts/
Ddistribtest_targets.py8 # http://www.apache.org/licenses/LICENSE-2.0
41 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')
116 'test/distrib/csharp/run_distrib_test%s.sh' % self.script_suffix
123 # when invoking the .bat file (side-effect of posix path conversion)
131 'test\\distrib\\csharp\\run_distrib_test%s.bat' %
161 if not self.platform == 'linux':
169 'test/distrib/python/run_source_distrib_test.sh',
[all …]
/third_party/ltp/testcases/kernel/device-drivers/block/
DREADME2 Module under test: linux/block/genhd.c
5 -----------------------------+---------------+---------------
6 register_blkdev() | linux/fs.h | ltp_block_dev.c
7 unregister_blkdev() | linux/fs.h | ltp_block_dev.c
8 blk_register_region() | linux/genhd.h |
9 blk_unregister_region() | linux/genhd.h |
10 add_disk() | linux/genhd.h |
11 del_gendisk() | linux/genhd.h | test_genhd.c
12 blk_lookup_devt() | linux/genhd.h |
13 alloc_disk() | linux/genhd.h | test_genhd.c
[all …]
/third_party/libunwind/
DREADME.md3 [![Build Status](https://travis-ci.org/libunwind/libunwind.svg?branch=master)](https://travis-ci.or…
5 This library supports several architecture/operating-system combinations:
8 | :------ | :----------- | :----- |
9 | Linux | x86-64 | ✓ |
10 | Linux | x86 | ✓ |
11 | Linux | ARM | ✓ |
12 | Linux | AArch64 | ✓ |
13 | Linux | PPC32 | ✓ |
14 | Linux | PPC64 | ✓ |
15 | Linux | SuperH | ✓ |
[all …]
DREADME3 [![Build Status](https://travis-ci.org/libunwind/libunwind.svg?branch=master)](https://travis-ci.or…
5 This library supports several architecture/operating-system combinations:
8 | :------ | :----------- | :----- |
9 | Linux | x86-64 | ✓ |
10 | Linux | x86 | ✓ |
11 | Linux | ARM | ✓ |
12 | Linux | AArch64 | ✓ |
13 | Linux | PPC32 | ✓ |
14 | Linux | PPC64 | ✓ |
15 | Linux | SuperH | ✓ |
[all …]
/third_party/icu/icu4c/source/
DrunConfigureICU4 # Copyright (c) 1999-2015, International Business Machines Corporation and
16 if test $ec -eq 0
23 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config…
24 if test $ec -eq 0
28 Options: -h, --help Print this message and exit
29 --enable-debug Enable support for debugging
30 --disable-release Disable presetting optimization flags
35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ...
46 HP-UX/ACC Use the HP ANSI C/Advanced C++ compilers on HP-UX 11
48 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/
DrunConfigureICU4 # Copyright (c) 1999-2015, International Business Machines Corporation and
16 if test $ec -eq 0
23 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config…
24 if test $ec -eq 0
28 Options: -h, --help Print this message and exit
29 --enable-debug Enable support for debugging
30 --disable-release Disable presetting optimization flags
35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ...
46 HP-UX/ACC Use the HP ANSI C/Advanced C++ compilers on HP-UX 11
48 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
[all …]
/third_party/ltp/testcases/kernel/device-drivers/include/
DincludeTest.c17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 * This test is meant to hit
29 #include <linux/types.h>
30 #include <linux/kernel.h>
31 #include <linux/fs.h>
32 #include <linux/ioctl.h>
33 #include <linux/module.h>
34 #include <linux/init.h>
35 #include <linux/pm.h>
36 #include <linux/genhd.h>
[all …]
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise01.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Copyright (c) Linux Test Project, 2013-2016
8 * This is a test case for madvise(2) system call.
45 {MADV_REMOVE, "MADV_REMOVE", &sfile}, /* since Linux 2.6.16 */
46 {MADV_DONTFORK, "MADV_DONTFORK", &sfile}, /* since Linux 2.6.16 */
47 {MADV_DOFORK, "MADV_DOFORK", &sfile}, /* since Linux 2.6.16 */
48 {MADV_HWPOISON, "MADV_HWPOISON", &sfile}, /* since Linux 2.6.32 */
49 {MADV_MERGEABLE, "MADV_MERGEABLE", &sfile}, /* since Linux 2.6.32 */
50 {MADV_UNMERGEABLE, "MADV_UNMERGEABLE", &sfile}, /* since Linux 2.6.32 */
51 {MADV_HUGEPAGE, "MADV_HUGEPAGE", &amem}, /* since Linux 2.6.38 */
[all …]
/third_party/lz4/
D.travis.yml7 - name: (macOS) General Test
11 - make # test library build
12 - make clean
13- make -C tests test-lz4 MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenar…
14 - make clean
15 - CFLAGS=-m32 make -C tests test-lz4-contentSize
17 # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)
18 - name: (Precise) benchmark test
21 - make -C tests test-lz4 test-lz4c test-fullbench
23 - name: (Precise) frame and fuzzer test
[all …]
/third_party/flutter/flutter/
D.cirrus.yml2 image: gcr.io/flutter-cirrus/build-flutter-image:latest
8 # test path names with spaces in them.
10 PATH: "$CIRRUS_WORKING_DIR/bin:$CIRRUS_WORKING_DIR/bin/cache/dart-sdk/bin:$PATH"
13 - git clean -xfd
14 - git fetch origin
15 - git fetch origin master # To set FETCH_HEAD for "git merge-base" to work
17 folder: $HOME/.pub-cache
18 …fingerprint_script: echo $OS; grep -r --include=pubspec.yaml 'PUBSPEC CHECKSUM' "$CIRRUS_WORKING_D…
27 - name: docs
36 - name: deploy_gallery
[all …]
/third_party/flutter/flutter/dev/devicelab/
Dmanifest.yaml40 Layout sample app for Android from Linux.
42 required_agent_capabilities: ["linux/android"]
61 app for Android from Linux.
63 required_agent_capabilities: ["linux/android"]
98 required_agent_capabilities: ["linux/android"]
105 required_agent_capabilities: ["linux/android"]
110 Gallery for Android from Linux.
112 required_agent_capabilities: ["linux/android"]
135 # Android on-device tests
225 Checks that `flutter run --release` does not crash.
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dfeatures_test.dart2 // Use of this source code is governed by a BSD-style license that can be
35 test('setting has safe defaults', () {
42 test('has safe defaults', () {
50 test('retrieves the correct setting for each branch', () {
70 test('env variables are only enabled with "true" string', () => testbed.run(() {
80 test('flutter web help string', () {
84 test('flutter macOS desktop help string', () {
88 test('flutter Linux desktop help string', () {
89 …pFeature.generateHelpMessage(), 'Enable or disable Flutter for desktop on Linux. This setting will…
92 test('flutter Windows desktop help string', () {
[all …]
/third_party/openssl/
D.travis.yml13 - if [ -n "$COVERALLS" ]; then
14 pip install --user cpp-coveralls;
16 - if expr "$CONFIG_OPTS" ":" ".*enable-external-tests" > /dev/null; then
17 git submodule update --init --recursive;
19 - eval "${MATRIX_EVAL}"
22 - amd64
23 - arm64
26 - linux
27 - osx
30 - clang
[all …]
/third_party/jsoncpp/
D.travis.yml2 # http://about.travis-ci.org/docs/user/build-configuration/
5 # gem install travis --no-rdoc --no-ri
12 - clang-format
13 - meson
14 - ninja
18 - ubuntu-toolchain-r-test
19 - llvm-toolchain-xenial-8
21 - clang-format-8
22 - clang-8
23 - valgrind
[all …]
/third_party/boost/libs/math/reporting/accuracy/
DJamfile.v21 # Copyright Daryle Walker, Hubert Holin, John Maddock 2006 - 2007
2 # copyright Paul A. Bristow 2006 - 2010
6 # \math_toolkit\libs\math\test\jamfile.v2
17 using auto-index ;
30 case "Sun*" : OTHERFLAGS = "-lpthread -lrt" ;
31 case "*BSD*" : OTHERFLAGS = "-lpthread" ;
62 path-constant here : . ;
74 [ check-target-builds $(here)/third_party/cephes_double/acosh.c : : <build>no ]
79 rule all-tests {
81 for local source in [ glob test*.cpp ]
[all …]
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
DREADME2 v4l-test: Test environment for Video For Linux Two API
5 ---------------
6 23 Jul 2009 0.17 Test cases added for VIDIOC_ENUM_FRAMESIZES and
8 used in test cases.
10 VIDIOC_S_STD test cases
11 25 May 2009 0.15 Test cases added for VIDIOC_G_EXT_CTRLS, VIDIOC_S_EXT_CTRLS
13 7 May 2009 0.14 Test cases added for VIDIOC_QUERYBUF;
16 Test cases added for VIDIOC_REQBUFS
17 19 Apr 2009 0.12 Test cases added for VIDIOC_S_FMT;
18 NULL parameter test suite split to read only, write only
[all …]
/third_party/boost/libs/spirit/meta/
Dexplicit-failures-markup.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <explicit-failures-markup>
3 <!-- spirit (v2) -->
5 <mark-unusable>
6 <toolset name="sun-5.7"/>
7 <toolset name="sun-5.8"/>
8 <toolset name="sun-5.9"/>
9 <toolset name="sun-5.10"/>
11 <toolset name="borland-*"/>
12 <toolset name="cray-8.0"/>
[all …]
/third_party/freetype/builds/unix/
Dconfig.guess3 # Copyright 1992-2020 Free Software Foundation, Inc.
5 timestamp='2020-09-19'
32 # Please send patches to <config-patches@gnu.org>.
35 me=`echo "$0" | sed -e 's,.*/,,'`
43 -h, --help print this help, then exit
44 -t, --time-stamp print date of last modification, then exit
45 -v, --version print version number, then exit
47 Report bugs and patches to <config-patches@gnu.org>."
53 Copyright 1992-2020 Free Software Foundation, Inc.
59 Try \`$me --help' for more information."
[all …]

12345678910>>...43