Home
last modified time | relevance | path

Searched full:ctest (Results 1 – 25 of 198) sorted by relevance

12345678

/third_party/rust/crates/clap/tests/builder/
Dhelp_env.rs10 Usage: ctest [OPTIONS]
19 Usage: ctest [OPTIONS]
28 Usage: ctest [OPTIONS]
37 Usage: ctest [OPTIONS]
46 Usage: ctest [OPTIONS]
55 Usage: ctest [OPTIONS]
64 Usage: ctest [OPTIONS]
73 Usage: ctest [OPTIONS]
85 let cmd = Command::new("ctest").version("0.1").arg( in hide_env()
96 utils::assert_output(cmd, "ctest --help", HIDE_ENV, false); in hide_env()
[all …]
Dhelp.rs59 let cmd = Command::new("ctest").subcommand( in help_multi_subcommand_error()
79 .try_get_matches_from(["ctest", "help", "subcmd", "multi", "foo"]) in help_multi_subcommand_error()
84 Usage: ctest subcmd multi [OPTIONS] in help_multi_subcommand_error()
304 Usage: ctest subcmd multi [OPTIONS]
315 let cmd = Command::new("ctest").subcommand( in multi_level_sc_help()
334 utils::assert_output(cmd, "ctest help subcmd multi", MULTI_SC_HELP, false); in multi_level_sc_help()
340 Usage: ctest in no_wrap_default_help()
347 let cmd = Command::new("ctest").version("1.0").term_width(0); in no_wrap_default_help()
348 utils::assert_output(cmd, "ctest --help", DEFAULT_HELP, false); in no_wrap_default_help()
534 Usage: ctest [OPTIONS] in issue_626_unicode_cutoff()
[all …]
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
DCMakeLists.txt24 --stdout ctest-sig-es256.sig)
29 --stdout ctest-sig-es384.sig)
34 --stdout ctest-sig-es512.sig)
41 --stdin ctest-sig-es256.sig)
48 --stdin ctest-sig-es384.sig)
55 --stdin ctest-sig-es512.sig)
65 --stdout ctest-sig-rs512.sig)
72 --stdin ctest-sig-rs512.sig)
82 # --stdout ctest-sig-hmac256.sig)
87 # --stdout ctest-sig-hmac384.sig)
[all …]
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
DCMakeLists.txt21 COMMAND lws-crypto-cose-key --kty EC2 --curve P-256 --kid ctest-256 --stdout ctest-ec-256.key)
23 COMMAND lws-crypto-cose-key --kty EC2 --curve P-384 --kid ctest-384 --stdout ctest-ec-384.key)
25 COMMAND lws-crypto-cose-key --kty EC2 --curve P-521 --kid ctest-512 --stdout ctest-ec-512.key)
27 COMMAND lws-crypto-cose-key --kty SYMMETRIC --bits 256 --stdout ctest-sym-256.key)
29 COMMAND lws-crypto-cose-key --kty RSA --bits 2048 --stdout ctest-rsa-2048.key)
31 COMMAND lws-crypto-cose-key --stdin ctest-rsa-2048.key)
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/
DCMakeLists.txt67 set(CTEST_SOCKET_PATH "@ctest-sspthreads_sspc-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
70 set(CTEST_SOCKET_PATH "/tmp/ctest-sspthreads_sspc-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
74 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
80 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
110 set(CTEST_SOCKET_PATH "@ctest-mul-sspthreads_sspc-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
113 set(CTEST_SOCKET_PATH "/tmp/ctest-mul-sspthreads_sspc-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
117 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
123 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
/third_party/libwebsockets/
D.sai.json9 …&& make -j4 && rm -rf ../destdir && make -j DESTDIR=../destdir install && ctest -j2 --output-on-fa…
12 …&& make -j4 && rm -rf ../destdir && make -j DESTDIR=../destdir install && ctest -j2 --output-on-fa…
15 …&& make -j4 && rm -rf ../destdir && make -j DESTDIR=../destdir install && ctest -j2 --output-on-fa…
18 …&& make -j4 && rm -rf ../destdir && make -j DESTDIR=../destdir install && ctest -j2 --output-on-fa…
21 …&& make -j4 && rm -rf ../destdir && make -j DESTDIR=../destdir install && ctest -j2 --output-on-fa…
24 …&& make -j4 && rm -rf ../destdir && make -j DESTDIR=../destdir install && ctest -j2 --output-on-fa…
28 …&& make -j4 && rm -rf ../destdir && make -j DESTDIR=../destdir install && ctest -j2 --output-on-fa…
31 …&& make -j4 && rm -rf ../destdir && make -j DESTDIR=../destdir install && ctest -j2 --output-on-fa…
34 …&& make -j4 && rm -rf ../destdir && make -j DESTDIR=../destdir install && ctest -j2 --output-on-fa…
37 …&& make -j4 && rm -rf ../destdir && make -j DESTDIR=../destdir install && ctest -j2 --output-on-fa…
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
DCMakeLists.txt107 set(CTEST_SOCKET_PATH "@ctest-sspsmd_sspc-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
110 set(CTEST_SOCKET_PATH "/tmp/ctest-sspsmd_sspc-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
114 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
120 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
150 set(CTEST_SOCKET_PATH "@ctest-mul-sspsmd_sspc-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
153 set(CTEST_SOCKET_PATH "/tmp/ctest-mul-sspsmd_sspc-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
157 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
163 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
DCMakeLists.txt59 # mbedtls is too slow to keep up on some targets, when ctest is in parallel
63 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
67 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
71 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
76 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
81 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
85 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
89 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
94 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-post/
DCMakeLists.txt52 # mbedtls is too slow to keep up on some targets, when ctest is in parallel
56 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
62 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh hcp_srv ${VALGRIND}
66 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
72 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh hcp_srv
/third_party/python/Lib/test/
Dtest_univnewlines.py35 class CTest: class
96 class CTestCRNewlines(CTest, TestCRNewlines, unittest.TestCase): pass
102 class CTestLFNewlines(CTest, TestLFNewlines, unittest.TestCase): pass
115 class CTestCRLFNewlines(CTest, TestCRLFNewlines, unittest.TestCase): pass
121 class CTestMixedNewlines(CTest, TestMixedNewlines, unittest.TestCase): pass
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/
DCMakeLists.txt33 set(CTEST_SOCKET_PATH "@ctest-sspctx-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
36 set(CTEST_SOCKET_PATH "/tmp/ctest-sspctx-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
39 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
45 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/
Dbuild-docker.sh111 echo $(date): Starting ctest...
113 ctest -j4 --output-on-failure --timeout 300
115 echo $(date): ctest completed.
158 echo $(date): Starting ctest...
159 ctest --output-on-failure -j4
160 echo $(date): ctest completed.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
Dbuild-docker.sh111 echo $(date): Starting ctest...
113 ctest -j4 --output-on-failure --timeout 300
115 echo $(date): ctest completed.
158 echo $(date): Starting ctest...
159 ctest --output-on-failure -j4
160 echo $(date): ctest completed.
/third_party/spirv-tools/kokoro/scripts/linux/
Dbuild-docker.sh106 echo $(date): Starting ctest...
108 ctest -j4 --output-on-failure --timeout 300
110 echo $(date): ctest completed.
154 echo $(date): Starting ctest...
155 ctest --output-on-failure -j4
156 echo $(date): ctest completed.
/third_party/python/Lib/test/test_json/
Dtest_speedups.py1 from test.test_json import CTest
9 class TestSpeedups(CTest):
21 class TestDecode(CTest):
32 class TestEncode(CTest):
D__init__.py24 class CTest(unittest.TestCase): class
31 # test PyTest and CTest checking if the functions come from the right module
41 class TestCTest(CTest):
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/
DCMakeLists.txt50 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
55 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
59 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
64 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
DCMakeLists.txt45 set(CTEST_SOCKET_PATH "@ctest-sspsigv4-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
48 set(CTEST_SOCKET_PATH "/tmp/ctest-sspsigv4-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
51 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
57 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
DCMakeLists.txt45 set(CTEST_SOCKET_PATH "@ctest-ssptf-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
48 set(CTEST_SOCKET_PATH "/tmp/ctest-ssptf-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
51 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
57 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
/third_party/libwebsockets/READMEs/
DREADME.ctest.md1 ## Using CTest with lws
5 You need a recent cmake to have the CTest tests work properly, if you're on an
28 The rules for tests are described in ctest / cmake language inside the minimal
59 Then we can run ctest on the unprivileged install. The whole step looks
66 …LD_LIBRARY_PATH=../destdir/usr/local/share/libwebsockets-test-server/plugins ctest -j2 --output-on…
69 On windows, it looks like `ctest . -C DEBUG` or RELEASE if that was the build
255 Lws provides helper scripts for unix type targets in `./scripts/ctest-background.sh`
256 and `./scripts/ctest-background-kill.sh`, which spawn background processes,
271 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
275 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
[all …]
/third_party/spirv-tools/kokoro/scripts/macos/
Dbuild.sh59 echo $(date): Starting ctest...
60 ctest -j4 --output-on-failure --timeout 300
61 echo $(date): ctest completed.
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
DCMakeLists.txt68 set(CTEST_SOCKET_PATH "@ctest-ssperfp-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
71 set(CTEST_SOCKET_PATH "/tmp/ctest-ssperfp-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
74 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
80 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
DCMakeLists.txt69 set(CTEST_SOCKET_PATH "@ctest-sspstress-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
72 set(CTEST_SOCKET_PATH "/tmp/ctest-sspstress-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
75 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
81 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
DCMakeLists.txt69 set(CTEST_SOCKET_PATH "@ctest-ssblobproxy-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
72 set(CTEST_SOCKET_PATH "/tmp/ctest-ssblobproxy-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
75 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
81 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
DCMakeLists.txt68 set(CTEST_SOCKET_PATH "@ctest-ssp-hurl-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
71 set(CTEST_SOCKET_PATH "/tmp/ctest-ssp-hurl-$ENV{SAI_PROJECT}-$ENV{SAI_OVN}")
74 ${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
80 ${CMAKE_SOURCE_DIR}/scripts/ctest-background-kill.sh

12345678