| /third_party/rust/crates/clap/tests/builder/ |
| D | help_env.rs | 10 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 …]
|
| D | help.rs | 59 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/ |
| D | CMakeLists.txt | 24 --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/ |
| D | CMakeLists.txt | 21 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/ |
| D | CMakeLists.txt | 67 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.json | 9 …&& 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/ |
| D | CMakeLists.txt | 107 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/ |
| D | CMakeLists.txt | 59 # 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/ |
| D | CMakeLists.txt | 52 # 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/ |
| D | test_univnewlines.py | 35 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/ |
| D | CMakeLists.txt | 33 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/ |
| D | build-docker.sh | 111 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/ |
| D | build-docker.sh | 111 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/ |
| D | build-docker.sh | 106 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/ |
| D | test_speedups.py | 1 from test.test_json import CTest 9 class TestSpeedups(CTest): 21 class TestDecode(CTest): 32 class TestEncode(CTest):
|
| D | __init__.py | 24 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/ |
| D | CMakeLists.txt | 50 ${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/ |
| D | CMakeLists.txt | 45 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/ |
| D | CMakeLists.txt | 45 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/ |
| D | README.ctest.md | 1 ## 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/ |
| D | build.sh | 59 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/ |
| D | CMakeLists.txt | 68 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/ |
| D | CMakeLists.txt | 69 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/ |
| D | CMakeLists.txt | 69 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/ |
| D | CMakeLists.txt | 68 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
|