Searched full:notest (Results 1 – 9 of 9) sorted by relevance
| /third_party/python/Tools/msi/ |
| D | uploadrelease.bat | 14 set NOTEST= variable 28 if "%1" EQU "--skip-test" (set NOTEST=true) && shift && goto CheckOpts variable 29 if "%1" EQU "-T" (set NOTEST=true) && shift && goto CheckOpts variable 70 if not defined NOTEST (
|
| /third_party/node/deps/npm/node_modules/init-package-json/lib/ |
| D | default-input.js | 171 const notest = 'echo "Error: no test specified" && exit 1' constant 177 if (!scripts.test || scripts.test === notest) { 190 const promptArgs = ['test command', (t) => t || notest] 194 scripts.test = yes ? command || notest : prompt(...promptArgs)
|
| /third_party/rust/crates/clap/tests/builder/ |
| D | possible_values.rs | 48 .try_get_matches_from(vec!["myprog", "notest"]); in possible_values_of_positional_fail() 89 .try_get_matches_from(vec!["myprog", "test123", "notest"]); in possible_values_of_positional_multiple_fail() 127 .try_get_matches_from(vec!["myprog", "--option", "notest"]); in possible_values_of_option_fail() 170 .try_get_matches_from(vec!["", "--option", "test123", "--option", "notest"]); in possible_values_of_option_multiple_fail()
|
| /third_party/glslang/Test/baseResults/ |
| D | spv.for-notest.vert.out | 1 spv.for-notest.vert
|
| /third_party/vixl/tools/ |
| D | test.py | 169 general_arguments.add_argument('--notest', action='store_true', 426 if not (args.notest and args.nobench): 438 if not args.notest:
|
| /third_party/rust/crates/minimal-lexical/.github/workflows/ |
| D | Cross.yml | 63 notest:
|
| /third_party/ltp/testcases/kernel/sched/tool/ |
| D | time-schedule.c | 110 "time-schedule [-h] [-thread] [-notest] [-pipe] [-fpu] [num_running]"; in main() 129 else if (strcmp(argv[count], "-notest") == 0) in main()
|
| /third_party/glslang/gtests/ |
| D | Spv.FromFile.cpp | 229 "spv.for-notest.vert",
|
| /third_party/node/deps/v8/src/d8/ |
| D | d8.cc | 4454 } else if (strcmp(argv[i], "--notest") == 0 || in SetOptions()
|