Home
last modified time | relevance | path

Searched full:notest (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Tools/msi/
Duploadrelease.bat14 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/
Ddefault-input.js171 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/
Dpossible_values.rs48 .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/
Dspv.for-notest.vert.out1 spv.for-notest.vert
/third_party/vixl/tools/
Dtest.py169 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/
DCross.yml63 notest:
/third_party/ltp/testcases/kernel/sched/tool/
Dtime-schedule.c110 "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/
DSpv.FromFile.cpp229 "spv.for-notest.vert",
/third_party/node/deps/v8/src/d8/
Dd8.cc4454 } else if (strcmp(argv[i], "--notest") == 0 || in SetOptions()