HomeSort by: relevance | last modified time | path
    Searched refs:Test (Results 1 - 25 of 82) sorted by relevancy

1 2 3 4

  /src/tests/lib/csu/
h_initfini_common.cxx 9 class Test {
11 Test()
23 ~Test()
37 Test test; variable in typeref:typename:Test
  /src/usr.bin/make/unit-tests/
meta-output.exp 0 Test -B output
6 Test -j1 output
suff-transform-debug.mk 3 # Test how the debug output of transformation rules looks.
dep-percent.mk 3 # Test for transformation rules of the form '%.o: %.c', which are supported
deptgt-begin-fail.mk 3 # Test for a .BEGIN target whose command results in an error.
deptgt-end-fail.exp 0 Test case all=ok all-dep=ok end=ok end-dep=ok.
9 Test case all=ok all-dep=ok end=ok end-dep=ERR.
20 Test case all=ok all-dep=ok end=ERR end-dep=ok.
32 Test case all=ok all-dep=ok end=ERR end-dep=ERR.
43 Test case all=ok all-dep=ERR end=ok end-dep=ok.
53 Test case all=ok all-dep=ERR end=ok end-dep=ERR.
63 Test case all=ok all-dep=ERR end=ERR end-dep=ok.
73 Test case all=ok all-dep=ERR end=ERR end-dep=ERR.
83 Test case all=ERR all-dep=ok end=ok end-dep=ok.
93 Test case all=ERR all-dep=ok end=ok end-dep=ERR
    [all...]
directive-for-null.mk 3 # Test for parsing a .for loop that accidentally contains a null byte.
deptgt-begin-fail-indirect.mk 3 # Test for a .BEGIN target whose dependency results in an error.
order.mk 3 # Test that .ORDER is handled correctly.
suff-phony.mk 3 # Test that .PHONY targets are not resolved using suffix rules.
dep-op-missing.mk 3 # Test for a missing dependency operator, in a line with trailing whitespace.
6 # handling code in ParseDependencyOp. This test tried to reach it and failed.
depsrc.mk 8 # TODO: Test 'target: ${:U.SILENT}'
deptgt-end-fail-all.mk 3 # Test whether the commands from the .END target are run even if there is
export-variants.mk 3 # Test whether exported variables apply to each variant of running
gnode-submake.mk 3 # Test whether OP_SUBMAKE is determined correctly. If it is, this node's
sh-errctl.mk 3 # Test a shell with error control. This only works in jobs mode; in compat
directive-for-generating-endif.mk 3 # Test whether a .for loop can be used to generate multiple .endif
dep-duplicate.mk 3 # Test for a target whose commands are defined twice. This generates a
23 # run via ATF or 'make test'.
directive-include-fatal.mk 3 # Test for the .include directive combined with fatal errors.
meta-output.mk 19 @{ echo Test ${tag} output; \
21 printf "test$$i: "; sleep 0; echo " Done"; \
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 47 [Test]
61 [Test]
84 [Test]
97 [Test]
118 [Test]
131 [Test]
155 [Test]
172 [Test]
192 [Test]
212 [Test]
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_suppressions_test.cc 26 TEST(Suppressions, Match) {
64 class SuppressionContextTest : public ::testing::Test {
CMakeLists.txt 124 set(tgt_name "RTSanitizerCommon.test.osx")
126 set(tgt_name "RTSanitizerCommon.test.${arch}")
146 "Sanitizer-${arch}-Test" ${arch}
155 # Test that the libc-independent part of sanitizer_common is indeed
157 # executing it (unit test in sanitizer_nolibc_test.cc).
162 add_compiler_rt_test(SanitizerUnitTests "Sanitizer-${arch}-Test-Nolibc" ${arch}
165 libRTSanitizerCommon.test.nolibc.${arch}.a
168 RTSanitizerCommon.test.nolibc.${arch}
177 add_sanitizer_common_lib("RTSanitizerCommon.test.osx"
183 add_sanitizer_common_lib("RTSanitizerCommon.test.nolibc.x86_64
    [all...]
  /src/common/dist/zlib/contrib/pascal/
example.pas 53 * Test compress and uncompress
79 * Test read/write of .gz files
181 * Test deflate with small buffers
226 * Test inflate with small buffers
269 * Test deflate with large buffers and dynamic change of compression level
321 * Test inflate with large buffers
365 * Test deflate with full flush
404 * Test inflateSync()
447 * Test deflate with preset dictionary
481 * Test inflate with a preset dictionar
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
CMakeLists.txt 7 # Another group of tests relies upon the ability to compile the test with
9 # and have some elements of version skew -- they test the *host* compiler's
163 cmake_parse_arguments(TEST "" "KIND" "CFLAGS" ${ARGN})
178 "Asan-${arch}${TEST_KIND}-Test"
185 set(dynamic_test_name "Asan-${arch}${TEST_KIND}-Dynamic-Test")
214 AsanUnitTests "Asan-${arch}${TEST_KIND}-Noinst-Test"
279 # Test w/o ASan instrumentation. Link it with ASan statically.
295 # Test with ASan instrumentation. Link with ASan dynamic runtime.
306 # Add unit tests to the test suite.

Completed in 22 milliseconds

1 2 3 4