Searched full:notest (Results 1 – 20 of 20) sorted by relevance
14 set NOTEST= variable28 if "%1" EQU "--skip-test" (set NOTEST=true) && shift && goto CheckOpts variable29 if "%1" EQU "-T" (set NOTEST=true) && shift && goto CheckOpts variable70 if not defined NOTEST (
61 # some modules are notest if ARC hardware vulkan exists.64 # some modules are notest if there is no ARC hardware vulkan.
1570 notest = (last_passed + last_failed == 0 and last_all_done)1572 if notest:1581 elif notest:
3 public @interface NoTest { annotation
13 @NoTest
20 ppp("NOTEST RETURNING FALSE FOR " + method); in includeMethod()
37 noTest enumConstant886 return Status.noTest; // no test in check()890 return Status.noTest; // no test in check()910 if (haveTest == Status.noTest) { in check()914 return Status.noTest; in check()920 return Status.noTest; in check()
1 spv.for-notest.vert
169 general_arguments.add_argument('--notest', action='store_true',426 if not (args.notest and args.nobench):438 if not args.notest:
41 TEST(Debugger, NoTest) { in TEST() argument
45 TEST(Debugger, NoTest) { in TEST() argument
63 notest:
110 "time-schedule [-h] [-thread] [-notest] [-pipe] [-fpu] [num_running]"; in main()129 else if (strcmp(argv[count], "-notest") == 0) in main()
176 case noTest: in handlePathValue()
20 /// ```notest
123 /// ```notest
274 "spv.for-notest.vert",