Home
last modified time | relevance | path

Searched +full:no +full:- +full:unit +full:- +full:test (Results 1 – 25 of 1029) sorted by relevance

12345678910>>...42

/third_party/cJSON/tests/unity/docs/
DUnityGettingStartedGuide.md1 # Unity - Getting Started
9 Unity is a unit test framework. The goal has been to keep it small and
10 functional. The core Unity test framework is three files: a single C file and a
26 Unity. This is going to be your unit testing bread and butter. You'll spend more
69 - `src` - This is the code you care about! This folder contains a C file and two
71 - `docs` - You're reading this document, so it's possible you have found your way
74 - `examples` - This contains a few examples of using Unity.
75 - `extras` - These are optional add ons to Unity that are not part of the core
78 - `test` - This is how Unity and its scripts are all tested. If you're just using
82 - `auto` - Here you will find helpful Ruby scripts for simplifying your test
[all …]
/third_party/mbedtls/docs/architecture/testing/
Dtest-framework.md1 # Mbed TLS test framework
3 This document is an overview of the Mbed TLS test framework and test tools.
7 ## Unit tests
11 ### Unit test descriptions
13test case has a description which succinctly describes for a human audience what the test does. Th…
15 * Test descriptions may not contain semicolons, line breaks and other control characters, or non-AS…
16 …Rationale: keep the tools that process test descriptions (`generate_test_code.py`, [outcome file](…
17 * Test descriptions must be unique within a `.data` file. If you can't think of a better descriptio…
18 … it easy to relate a failure log to the test data. Avoid confusion between cases in the [outcome f…
19 * Test descriptions should be a maximum of **66 characters**. <br>
[all …]
/third_party/unity/docs/
DUnityGettingStartedGuide.md1 # Unity - Getting Started
9 Unity is a unit test framework. The goal has been to keep it small and
10 functional. The core Unity test framework is three files: a single C file and a
14 Unity was designed to be cross-platform. It works hard to stick with C standards
26 Unity. This is going to be your unit testing bread and butter. You'll spend more
69 - `src` - This is the code you care about! This folder contains a C file and two
71 - `docs` - You're reading this document, so it's possible you have found your way
74 - `examples` - This contains a few examples of using Unity.
75 - `extras` - These are optional add ons to Unity that are not part of the core
78 - `test` - This is how Unity and its scripts are all tested. If you're just using
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberRangeFormatterTest.java3 package com.ibm.icu.dev.test.number;
12 import org.junit.Test;
14 import com.ibm.icu.dev.test.TestFmwk;
15 import com.ibm.icu.dev.test.format.FormattedValueTest;
48 @Test
62 @Test
67 new ULocale("en-us"), in testBasic()
82 .numberFormatterBoth(NumberFormatter.with().unit(MeasureUnit.METER)), in testBasic()
83 new ULocale("en-us"), in testBasic()
98 .numberFormatterFirst(NumberFormatter.with().unit(MeasureUnit.METER)) in testBasic()
[all …]
DNumberFormatterApiTest.java3 package com.ibm.icu.dev.test.number;
19 import org.junit.Test;
21 import com.ibm.icu.dev.test.TestFmwk;
22 import com.ibm.icu.dev.test.format.FormattedValueTest;
23 import com.ibm.icu.dev.test.serializable.SerializableTestUtility;
74 @Test
94 "notation-simple", in notationSimple()
114 -9876543.21, in notationSimple()
115 "-9,876,543.21"); in notationSimple()
118 @Test
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberRangeFormatterTest.java4 package ohos.global.icu.dev.test.number;
15 import org.junit.Test;
17 import ohos.global.icu.dev.test.format.FormattedValueTest;
52 @Test
66 @Test
71 new ULocale("en-us"), in testBasic()
86 .numberFormatterBoth(NumberFormatter.with().unit(MeasureUnit.METER)), in testBasic()
87 new ULocale("en-us"), in testBasic()
102 .numberFormatterFirst(NumberFormatter.with().unit(MeasureUnit.METER)) in testBasic()
103 .numberFormatterSecond(NumberFormatter.with().unit(MeasureUnit.KILOMETER)), in testBasic()
[all …]
DNumberFormatterApiTest.java4 package ohos.global.icu.dev.test.number;
25 import org.junit.Test;
27 import ohos.global.icu.dev.test.format.FormattedValueTest;
28 import ohos.global.icu.dev.test.serializable.SerializableTestUtility;
77 @Test
97 "notation-simple", in notationSimple()
117 -9876543.21, in notationSimple()
118 "-9,876,543.21"); in notationSimple()
121 @Test
134 "8.765E-1", in notationScientific()
[all …]
/third_party/icu/tools/scripts/
Duconfig_vars_test.py7 http://site.icu-project.org/processes/release/tasks/healthy-code#TOC-Test-uconfig.h-variations
51 Initializes test result structure.
57 List of all UCONFIG_NO_XXX flags found in uconfig.h, initialized test
63 uconfig_no_regex = r'UCONFIG_NO_[A-Z_]*'
77 print('No definition for flag %s found!\n' % uconfig_no_flag)
86 """Builds sequence of -Dflag=1 with each flag from the list."""
88 flag_list = ['-D' + uconfig_no + '=1' for uconfig_no in uconfig_no_list]
94 and executes the ICU4C unit tests.
97 uconfig_no_list: list of all UCONFIG_NO_XXX flags to test with.
98 test_results: dictionary to record test run results.
[all …]
/third_party/alsa-utils/axfer/
Daxfer-transfer.11 .TH AXFER\-TRANSFER 1 "28 November 2018" "alsa\-utils"
4 axfer\-transfer \- transferrer of audio data frame for sound devices and nodes.
11 .I common\-options
13 .I backend\-options
21 .I common\-options
23 .I backend\-options
25 .I \-I
27 .I \-\-separate\-channels filepath ...
34 common\-options = ( read
38 backend\-options = ( read
[all …]
/third_party/libwebsockets/lib/abstract/
Dtest-sequencer.c2 * libwebsockets - small server side websockets and web server implementation
4 * Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com>
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24 * A helper for running multiple unit tests against abstract protocols.
28 * for each test using te
31 #include <private-lib-core.h>
42 /* holds the per-test token for the unit-test transport to consume */
59 * We get called back when the unit test transport has decided if the test
90 return -1; in unit_test_result_cb()
93 lws_seq_queue_event(s->unit_test_seq, r, NULL, NULL); in unit_test_result_cb()
[all …]
DREADME.md6 to the network-related apis inside lws.
12 ![lws_abstract overview](/doc-assets/abstract-overview.svg)
32 up the protocol implementation to a test jig sending canned
33 test vectors and confirming the response at buffer level, without
34 any network. The abstract protocol itself has no relationship
39 protocol and the transport are passed in at instantiation-time,
43 and lws provides a raw socket transport built-in.
50- [abstract.h](https://libwebsockets.org/git/libwebsockets/tree/include/libwebsockets/abstract/abs…
51- [protocols.h](https://libwebsockets.org/git/libwebsockets/tree/include/libwebsockets/abstract/pr…
52- [transports.h](https://libwebsockets.org/git/libwebsockets/tree/include/libwebsockets/abstract/t…
[all …]
/third_party/elfutils/tests/
Drun-unit-info.sh18 . $srcdir/test-subr.sh
20 # See run-typeiter.sh
21 testfiles testfile-debug-types
23 testrun ${abs_builddir}/unit-info testfile-debug-types
25 # see run-readelf-dwz-multi.sh
28 testrun ${abs_builddir}/unit-info testfile_multi_main
30 # see tests/run-dwflsyms.sh
33 testrun ${abs_builddir}/unit-info testfilebazdbgppc64.debug
35 # see tests/testfile-dwarf-45.source
36 testfiles testfile-dwarf-4 testfile-dwarf-5
[all …]
/third_party/mesa3d/.gitlab-ci/
Dskqp-runner.sh19 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
27 # Copy either unit test or render test files from a specific driver given by
29 # If there is no test file at the expected location, this function will
32 SKQP_FILE_PREFIX="${INSTALL}/${GPU_VERSION}-skqp"
34 if echo "${SKQP_BACKEND}" | grep -qE 'vk|gl(es)?'
36 SKQP_RENDER_TESTS_FILE="${SKQP_FILE_PREFIX}-${SKQP_BACKEND}_rendertests.txt"
37 [ -f "${SKQP_RENDER_TESTS_FILE}" ] || return 1
44 if echo "${SKQP_BACKEND}" | grep -qE "unitTest"
47 [ -f "${SKQP_UNIT_TESTS_FILE}" ] || return 1
53 if echo "${SKQP_BACKENDS}" | grep -qE 'vk'
[all …]
/third_party/pcre2/pcre2/testdata/
Dtestoutput153 # (1) Tests of the match-limiting features. The results are different for
4 # interpretive or JIT matching, so this test should not be run with JIT. The
5 # same tests are run using JIT in test 17.
12 Last code unit = 'z'
24 No match
122 First code unit = 'a'
123 Last code unit = 'c'
127 \= Expect no match
129 No match
132 Failed: error -47: match limit exceeded
[all …]
Dtestoutput22-322 # for DFA matching in UTF mode, so this test is not run with -dfa. The output
3 # of this test is different in 8-, 16-, and 32-bit modes. Some tests may match
10 First code unit = 'a'
11 Last code unit = 'e'
16 # This should produce an error diagnostic (\C in UTF lookbehind) in 8-bit and
17 # 16-bit modes, but not in 32-bit mode.
26 ------------------------------------------------------------------
34 ------------------------------------------------------------------
37 ------------------------------------------------------------------
45 ------------------------------------------------------------------
[all …]
/third_party/typescript/src/testRunner/
DcompilerRunner.ts33 this.testSuiteName = "compiler-oh";
58 files.forEach(test => {
59 const file = typeof test === "string" ? test : test.file; constant
60 …tput(vpath.normalizeSeparators(file), typeof test === "string" ? CompilerTest.getConfigurations(te…
65 public checkTestCodeOutput(fileName: string, test?: CompilerFileBasedTest) {
66 if (test && ts.some(test.configurations)) {
67 test.configurations.forEach(configuration => {
69 this.runSuite(fileName, test, configuration);
75 this.runSuite(fileName, test);
80 …private runSuite(fileName: string, test?: CompilerFileBasedTest, configuration?: FileBasedTestConf…
[all …]
/third_party/libevdev/
Dconfigure.ac1 # SPDX-License-Identifier: MIT
18 AC_CONFIG_AUX_DIR([build-aux])
21 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz subdir-objects])
40 if test "x$lt_cv_prog_gnu_ld" = "xyes"; then
42 -Wl,--as-needed \
43 -Wl,--gc-sections \
44 -Wl,-z,relro \
45 -Wl,-z,now])
61 PKG_CHECK_MODULES(CHECK, [check >= 0.9.9], [HAVE_CHECK="yes"], [HAVE_CHECK="no"])
62 if test "x$HAVE_CHECK" = "xyes"; then
[all …]
/third_party/openGLES/extensions/ARB/
DARB_shader_image_load_store.txt17 Bill Licea-Kane, AMD
27 Copyright (c) 2011-2014 The Khronos Group Inc. Copyright terms at
32 Khronos-approved extension specifications are updated in response to
102 This extension provides GLSL built-in functions allowing shaders to load
103 from, store to, and perform atomic read-modify-write operations to a
104 single level of a texture object from any shader stage. These built-in
108 API, to which texture levels are bound for access by the GLSL built-in
109 functions. To allow shaders to specify the image unit to access, GLSL
111 image variable is assigned an integer value to identify an image unit to
116 per-fragment tests, where operations like depth and stencil testing are
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shader_image_load_store.txt17 Bill Licea-Kane, AMD
27 Copyright (c) 2011-2014 The Khronos Group Inc. Copyright terms at
92 This extension provides GLSL built-in functions allowing shaders to load
93 from, store to, and perform atomic read-modify-write operations to a
94 single level of a texture object from any shader stage. These built-in
98 API, to which texture levels are bound for access by the GLSL built-in
99 functions. To allow shaders to specify the image unit to access, GLSL
101 image variable is assigned an integer value to identify an image unit to
106 per-fragment tests, where operations like depth and stencil testing are
109 sometimes perform per-fragment tests and discard some fragments prior to
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_range.cpp27 // Check for error on the first MeasureUnit in case there is no data in NumberRangeFormatterTest()
28 LocalPointer<MeasureUnit> unit(MeasureUnit::createMeter(status)); in NumberRangeFormatterTest() local
33 METER = *unit; in NumberRangeFormatterTest()
60 LocalizedNumberRangeFormatter lnrf1 = NumberRangeFormatter::withLocale("en-us"); in testSanity()
61 LocalizedNumberRangeFormatter lnrf2 = NumberRangeFormatter::with().locale("en-us"); in testSanity()
71 Locale("en-us"), in testBasic()
86 .numberFormatterBoth(NumberFormatter::with().unit(METER)), in testBasic()
87 Locale("en-us"), in testBasic()
102 .numberFormatterFirst(NumberFormatter::with().unit(METER)) in testBasic()
103 .numberFormatterSecond(NumberFormatter::with().unit(KILOMETER)), in testBasic()
[all …]
/third_party/libwebsockets/include/libwebsockets/
Dlws-test-sequencer.h2 * libwebsockets - small server side websockets and web server implementation
4 * Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com>
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24 * lws_test_sequencer manages running an array of unit tests.
30 lws_abs_t *abs; /* abstract protocol + unit test txport */
41 * lws_abs_unit_test_sequencer() - helper to sequence multiple unit tests
45 * This helper sequences one or more unit tests to run and collects the results.
47 * The incoming abs should be set up for the abstract protocol you want to test
48 * and the lws unit-test transport.
58 * The callback args->cb is called when the tests have been done.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_shader_image_load_store.txt17 Bill Licea-Kane, AMD
84 This extension provides GLSL built-in functions allowing shaders to load
85 from, store to, and perform atomic read-modify-write operations to a
86 single level of a texture object from any shader stage. These built-in
90 API, to which texture levels are bound for access by the GLSL built-in
91 functions. To allow shaders to specify the image unit to access, GLSL
93 image variable is assigned an integer value to identify an image unit to
100 per-fragment tests, where operations like depth and stencil testing are
103 sometimes perform per-fragment tests and discard some fragments prior to
105 shaders to write to texture and buffer object memory using the built-in
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_shader_image_load_store.txt17 Bill Licea-Kane, AMD
84 This extension provides GLSL built-in functions allowing shaders to load
85 from, store to, and perform atomic read-modify-write operations to a
86 single level of a texture object from any shader stage. These built-in
90 API, to which texture levels are bound for access by the GLSL built-in
91 functions. To allow shaders to specify the image unit to access, GLSL
93 image variable is assigned an integer value to identify an image unit to
100 per-fragment tests, where operations like depth and stencil testing are
103 sometimes perform per-fragment tests and discard some fragments prior to
105 shaders to write to texture and buffer object memory using the built-in
[all …]
/third_party/protobuf/csharp/
DREADME.md14 `--csharp_out` option.
21 - .NET 4.5
22 - Windows 8
23 - Windows Phone Silverlight 8
24 - Windows Phone 8.1
25 - .NET Core
41 format. These features have no impact when using the compiled code -
45 install the optional component, ".Net Core 1.0 - 1.1 development tools
47 installer), above and beyond the main .NET Core cross-platform
53 The unit tests use [NUnit 3](https://github.com/nunit/nunit). Tests can be
[all …]
/third_party/skia/buildtools/checkdeps/
DREADME.md7 First you have the normal module-level deps. These are the ones used by
16 DEPS files not in the top-level of a module won't need this. Then you have any
17 additional include rules. You can add (using `+`) or subtract (using `-`) from
18 the previously specified rules (including module-level deps). You can also
24 Note that for .java files, there is currently no difference between `+` and
29 # Code should be able to use base (it's specified in the module-level
31 "-base/evil",
37 # no deps rule for it.
56 ".*_(unit|browser|api)test\.cc": [
62 To add different dependencies for Java instrumentation and unit tests, the
[all …]

12345678910>>...42