Home
last modified time | relevance | path

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

12345678910>>...41

/third_party/elfutils/tests/
Drun-native-test.sh19 . $srcdir/test-subr.sh
23 # this test if it is missing parts of the backend implementation.
25 # As new backend code is added to satisfy the test, be sure to update
26 # the fixed test cases (run-allregs.sh et al) to test that backend
29 tempfiles native.c native
30 echo 'main () { while (1) pause (); }' > native.c
32 native=0
35 test $native -eq 0 || {
36 kill -9 $native 2> /dev/null || :
37 wait $native 2> /dev/null || :
[all …]
/third_party/node/test/js-native-api/test_exception/
Dtest.js2 // Flags: --expose-gc
8 // The test module throws an error during Init, but in order for its exports to
27 // Test that the native side successfully captures the exception
31 // Test that the native side passes the exception through
37 // Test that the exception thrown above was marked as pending
44 // Test that the native side does not capture a non-existing exception
55 // Test that the native side successfully captures the exception
59 // Test that the native side passes the exception through
65 // Test that the exception thrown above was marked as pending
72 // Test that the native side does not capture a non-existing exception
[all …]
/third_party/node/test/fixtures/wpt/FileAPI/file/
DFile-constructor-endings.html2 <meta charset=utf-8>
4 <link rel=help href="https://w3c.github.io/FileAPI/#file-constructor">
9 // Windows platforms use CRLF as the native line ending. All others use LF.
24 'native'
25 ].forEach(value => test(t => {
35 'NATIVE',
38 ].forEach(value => test(t => {
43 test(t => {
44 const test_error = {name: 'test'};
51 test(t => {
[all …]
/third_party/node/
DMakefile1 -include config.mk
10 STAGINGSERVER ?= node-www
12 OSTYPE := $(shell uname -s | tr '[:upper:]' '[:lower:]')
16 ARCHTYPE := $(shell uname -m | tr '[:upper:]' '[:lower:]')
17 COVTESTS ?= test-cov
18 COV_SKIP_TESTS ?= core_line_numbers.js,testFinalizer.js,test_function/test.js
20 GNUMAKEFLAGS += --no-print-directory
27 PARALLEL_ARGS = -j $(JOBS)
33 TAP_V8 := --junitout $(PWD)/v8-tap.xml
34 TAP_V8_INTL := --junitout $(PWD)/v8-intl-tap.xml
[all …]
Dvcbuild.bat8 if /i "%1"=="--help" goto help
9 if /i "%1"=="-help" goto help
12 if /i "%1"=="-?" goto help
13 if /i "%1"=="--?" goto help
19 set NATIVE_SUITES=addons js-native-api node-api
24 @rem Same as the test-ci target in Makefile
78 :next-arg
79 if "%1"=="" goto args-done
80 if /i "%1"=="debug" set config=Debug&goto arg-ok
81 if /i "%1"=="release" set config=Release&set ltcg=1&set cctest=1&goto arg-ok
[all …]
/third_party/node/test/fixtures/wpt/FileAPI/blob/
DBlob-constructor-endings.html2 <meta charset=utf-8>
9 // Windows platforms use CRLF as the native line ending. All others use LF.
24 'native'
25 ].forEach(value => test(t => {
35 'NATIVE',
38 ].forEach(value => test(t => {
43 test(t => {
44 const test_error = {name: 'test'};
51 test(t => {
58 {name: 'LF', input: '\n', native: native_ending},
[all …]
/third_party/mesa3d/.gitlab-ci/meson/
Dbuild.sh3 set -e
4 set -o xtrace
6 CROSS_FILE=/cross_file-"$CROSS".txt
8 # We need to control the version of llvm-config we're using, so we'll
9 # tweak the cross file or generate a native file to do so.
10 if test -n "$LLVM_VERSION"; then
11 LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
12 echo -e "[binaries]\nllvm-config = '`which $LLVM_CONFIG`'" > native.file
13 if [ -n "$CROSS" ]; then
14 sed -i -e '/\[binaries\]/a\' -e "llvm-config = '`which $LLVM_CONFIG`'" $CROSS_FILE
[all …]
/third_party/node/test/js-native-api/test_error/
Dtest.js17 // Test that native error object is correctly classed
20 // Test that native type error object is correctly classed
23 // Test that native syntax error object is correctly classed
26 // Test that native range error object is correctly classed
29 // Test that native reference error object is correctly classed
32 // Test that native URI error object is correctly classed
35 // Test that native eval error object is correctly classed
38 // Test that class derived from native error is correctly classed
41 // Test that non-error object is correctly classed
44 // Test that non-error primitive is correctly classed
[all …]
/third_party/node/test/parallel/
Dtest-fs-realpath-native.js9 fs.realpathSync.native('./test/parallel/test-fs-realpath-native.js')
13 fs.realpath.native(
14 './test/parallel/test-fs-realpath-native.js',
/third_party/openssl/
DNOTES-WINDOWS.md4 - [Native builds using Visual C++](#native-builds-using-visual-c++)
5 - [Native builds using Embarcadero C++Builder](
6 #native-builds-using-embarcadero-c++-builder)
7 - [Native builds using MinGW](#native-builds-using-mingw)
8 - [Linking native applications](#linking-native-applications)
9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin)
13 "Native" OpenSSL uses the Windows APIs directly at run time.
14 To build a native OpenSSL you can either use:
21 run on the GNU-like development environment MSYS2
28 Native builds using Visual C++
[all …]
/third_party/node/deps/openssl/openssl/
DNOTES-WINDOWS.md4 - [Native builds using Visual C++](#native-builds-using-visual-c++)
5 - [Native builds using Embarcadero C++Builder](
6 #native-builds-using-embarcadero-c++-builder)
7 - [Native builds using MinGW](#native-builds-using-mingw)
8 - [Linking native applications](#linking-native-applications)
9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin)
13 "Native" OpenSSL uses the Windows APIs directly at run time.
14 To build a native OpenSSL you can either use:
21 run on the GNU-like development environment MSYS2
28 Native builds using Visual C++
[all …]
/third_party/protobuf/php/
DREADME.md2 pure PHP package and a native c extension. The pure PHP package is intended to
5 runtime APIs and share the same generated code. Users don’t need to re-generate
19 - C extension: PHP 5.5, 5.6, or 7.
20 - [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6 or 7.
39 sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc
50 sudo pecl install protobuf-{VERSION}.tgz
56 [PECL](https://pecl.php.net/). To use this pre-packaged extension, simply
60 sudo pecl install protobuf-{VERSION}
75 version of `protoc` included in the latest release supports the `--php_out`
78 protoc --php_out=out_dir test.proto
[all …]
/third_party/vk-gl-cts/doc/testspecs/EGL/
Dfunctional.resize.txt1 -------------------------------------------------------------------------
2 drawElements Quality Program Test Specification
3 -----------------------------------------------
11 http://www.apache.org/licenses/LICENSE-2.0
18 -------------------------------------------------------------------------
22 + dEQP-EGL.functional.resize.*
34 Checks for EGL surface behavior when the surface's native window is resized by external means.
36 The surface_size.* tests resize the native window and call
38 that they report the new native window size.
41 a test image on it. The native window is resized, and the back buffer is
[all …]
/third_party/cef/
DBUILD.gn3 # governed by a BSD-style license that can be found in the LICENSE file.
6 # stand-alone configuration -- it must be built from inside the Chromium source
23 # > set GN_ARGUMENTS=--ide=vs2017 --sln=cef --filters=//cef/*
27 # still be performed using the Ninja command-line.
31 # Run the `automate-git.py` script as described on the BranchesAndBuilding
33 # following command-line flags have special meaning with GN builds:
35 # --x64-build Perform an x64 build if specified (requires out/*_GN_x64
56 # x86 debug build -> out/Debug_GN_x86
57 # x86 release build -> out/Release_GN_x86
58 # x64 debug build -> out/Debug_GN_x64
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DREADME.rst1 Subzero - Fast code generator for PNaCl bitcode
5 ------
11 --------
13 Subzero is set up to be built within the Native Client tree. Follow the
15 <https://sites.google.com/a/chromium.org/dev/nativeclient/pnacl/developing-pnacl>`_
18 Checking out the Native Client project also gets the pre-built clang and LLVM
19 tools in ``native_client/../third_party/llvm-build/Release+Asserts/bin`` which
30 make -f Makefile.standalone
31 make -f Makefile.standalone DEBUG=1
32 make -f Makefile.standalone NOASSERT=1
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/
DREADME.rst1 Subzero - Fast code generator for PNaCl bitcode
5 ------
11 --------
13 Subzero is set up to be built within the Native Client tree. Follow the
15 <https://sites.google.com/a/chromium.org/dev/nativeclient/pnacl/developing-pnacl>`_
18 Checking out the Native Client project also gets the pre-built clang and LLVM
19 tools in ``native_client/../third_party/llvm-build/Release+Asserts/bin`` which
30 make -f Makefile.standalone
31 make -f Makefile.standalone DEBUG=1
32 make -f Makefile.standalone NOASSERT=1
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DGetBindGroupLayoutValidationTests.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
24 [[stage(vertex)]] fn main() -> [[builtin(position)]] vec4<f32> { in RenderPipelineFromFragmentShader()
40 // Test that GetBindGroupLayout returns the same object for the same index
43 // This test works assuming Dawn Native's object deduplication. in TEST_F()
45 // Native. in TEST_F()
55 [[stage(vertex)]] fn main() -> [[builtin(position)]] vec4<f32> { in TEST_F()
98 // Test that default BindGroupLayouts cannot be used in the creation of a new PipelineLayout
113 // Test that getBindGroupLayout defaults are correct
114 // - shader stage visibility is the stage that adds the binding.
115 // - dynamic offsets is false
[all …]
/third_party/ltp/
Dbuild.sh2 # Copyright (c) 2017-2021 Petr Vorel <pvorel@suse.cz>
5 set -e
7 CFLAGS="${CFLAGS:--Wformat -Werror=format-security -Werror=implicit-function-declaration -Werror=re…
8 CC="${CC:-gcc}"
10 DEFAULT_PREFIX="$HOME/ltp-install"
11 DEFAULT_BUILD="native"
14 CONFIGURE_OPTS_IN_TREE="--with-open-posix-testsuite --with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
15 # TODO: open posix testsuite is currently broken in out-tree-build. Enable it once it's fixed.
16 CONFIGURE_OPTS_OUT_TREE="--with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
19 BUILD_DIR="$SRC_DIR/../ltp-build"
[all …]
/third_party/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/
DLwsService.java2 * LwsService.java - libwebsockets test service for Android
16 * The test apps are intended to be adapted for use in your code, which
78 * For this test we implement a very long lived task
118 /** Load the native libwebsockets code */
124 Log.e("LwsService", "Warning: Could not load native library: " + ule.getMessage());
127 public native boolean initLws(); in initLws()
128 public native void exitLws(); in exitLws()
129 public native void serviceLws(); in serviceLws()
130 public native void setConnectionParameters(String serverAddress, int serverPort); in setConnectionParameters()
131 public native boolean connectLws(); in connectLws()
/third_party/node/doc/contributing/maintaining/
Dmaintaining-shared-library-support.md24 On non-Windows platforms, Node.js is built with the shared library
25 option by adding `--shared` to the configure step. On Windows
31 * executable - node
32 * library - libnode
35 generated so that we can run the standard Node.js test suite
44 in a build on macOS `libnode.105.dylib`. For non-windows platforms
77 On windows, functions that may be linked from native
88 ## Native addons
90 For regular Node.js builds, running native addons relies on symbols
92 pre-built binaries expect symbols to be exported from the executable
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/
DBUILD.gn7 # http://www.apache.org/licenses/LICENSE-2.0
17 import("${skia_root_dir}/testing/test.gni")
31 # Gtest Gmock - Handle building inside and outside of Chromium.
53 sources = [ "${googletest_dir}/googletest/src/gtest-all.cc" ]
67 sources = [ "${googletest_dir}/googlemock/src/gmock-all.cc" ]
80 # are needed to launch the test in swarming mode.
85 "${skia_root_dir}/base/test:test_support",
130 # sources so that they aren't included in non-test builds.
145 "unittests/native/mocks/BindGroupLayoutMock.h",
146 "unittests/native/mocks/BindGroupMock.h",
[all …]
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
Dbuild_defs.bzl4 "-DBROTLI_ENABLE_ASSERTS=true",
8 """test duplication rule that creates 32/64-bit test pair."""
14 test_package = native.package_name().replace("/", ".")
20 native.java_test(
24 jvm_flags = jvm_flags + ["-DBROTLI_32_BIT_CPU=true"],
28 native.java_test(
32 jvm_flags = jvm_flags + ["-DBROTLI_32_BIT_CPU=false"],
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DGetProcAddressTests.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
26 // so we run the tests against both implementations. This enum is used as a test parameters to
27 // know which implementation to test.
29 Native, enumerator
35 case DawnFlavor::Native: in operator <<()
60 case DawnFlavor::Native: { in SetUp()
74 mDevice = wgpu::Device::Acquire(mWireClient->ReserveDevice().device); in SetUp()
103 // Test GetProcAddress with and without devices on some valid examples
115 // Test GetProcAddress with and without devices on nullptr procName
121 // Test GetProcAddress with and without devices on some invalid
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1 /*-------------------------------------------------------------------------
3 * ------------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
22 *//*--------------------------------------------------------------------*/
114 // 1) Filter out non-core formats to stay within valid usage. in createInstanceWithWsi()
283 // Single-surface shortcut.
325 // Single-surface shortcut.
339 TEST_DIMENSION_MIN_IMAGE_COUNT = 0, //!< Test all supported image counts
340 TEST_DIMENSION_IMAGE_FORMAT, //!< Test all supported formats
341 TEST_DIMENSION_IMAGE_EXTENT, //!< Test various (supported) extents
[all …]
/third_party/skia/third_party/externals/dawn/docs/
Doverview.md3-generation based on the `dawn.json` file that describes the native WebGPU API. It is used to gene…
7 - [`dawn.json`](../dawn.json): contains a description of the native WebGPU in JSON form. It is the …
8 - [`dawn_wire.json`](../dawn_wire.json): contains additional information used to generate `dawn_wir…
9 - [`examples`](../examples): a small collection of samples using the native WebGPU API. They were m…
10 - [`generator`](../generator): directory containg the code generators and their templates. Generato…
11- [`dawn_json_generator.py`](../generator/dawn_json_generator.py): the main code generator that ou…
12- [`templates`](../generator/templates): Jinja2 templates for the generator, with subdirectories f…
13 - [`infra`](../infra): configuration file for the commit-queue infrastructure.
14 - [`scripts`](../scripts): contains a grab-bag of files that are used for building Dawn, in testing…
15 - [`src`](../src):
[all …]

12345678910>>...41