Home
last modified time | relevance | path

Searched +refs:test +refs:list +refs:callers (Results 1 – 25 of 6807) sorted by relevance

12345678910>>...273

/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/01_vars/04_containers/
H A Dpass_variable_container_index.cf22 bundle agent test
44 usebundle => launcher_data("test.data[${datakey}][list]") ;
47 usebundle => launcher_array("test.array[${arraykey}][list]") ;
50 usebundle => executor("@{test.data[${datakey}][list]}") ;
53 usebundle => executor("@{test.data[${arraykey}][list]}") ;
69 "callers" string => join(":", callstack_promisers()) ;
77 # time we pass it a different list.
88 "callers" string => join(":", callstack_promisers()) ;
102 bundle agent executor(list)
105 "callers" string => join(":", callstack_promisers()) ;
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/01_vars/04_containers/
H A Dpass_variable_container_index.cf22 bundle agent test
44 usebundle => launcher_data("test.data[${datakey}][list]") ;
47 usebundle => launcher_array("test.array[${arraykey}][list]") ;
50 usebundle => executor("@{test.data[${datakey}][list]}") ;
53 usebundle => executor("@{test.data[${arraykey}][list]}") ;
69 "callers" string => join(":", callstack_promisers()) ;
77 # time we pass it a different list.
88 "callers" string => join(":", callstack_promisers()) ;
102 bundle agent executor(list)
105 "callers" string => join(":", callstack_promisers()) ;
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/01_vars/04_containers/
H A Dpass_variable_container_index.cf22 bundle agent test
44 usebundle => launcher_data("test.data[${datakey}][list]") ;
47 usebundle => launcher_array("test.array[${arraykey}][list]") ;
50 usebundle => executor("@{test.data[${datakey}][list]}") ;
53 usebundle => executor("@{test.data[${arraykey}][list]}") ;
69 "callers" string => join(":", callstack_promisers()) ;
77 # time we pass it a different list.
88 "callers" string => join(":", callstack_promisers()) ;
102 bundle agent executor(list)
105 "callers" string => join(":", callstack_promisers()) ;
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/acceptance/01_vars/04_containers/
H A Dpass_variable_container_index.cf22 bundle agent test
44 usebundle => launcher_data("test.data[${datakey}][list]") ;
47 usebundle => launcher_array("test.array[${arraykey}][list]") ;
50 usebundle => executor("@{test.data[${datakey}][list]}") ;
53 usebundle => executor("@{test.data[${arraykey}][list]}") ;
69 "callers" string => join(":", callstack_promisers()) ;
77 # time we pass it a different list.
88 "callers" string => join(":", callstack_promisers()) ;
102 bundle agent executor(list)
105 "callers" string => join(":", callstack_promisers()) ;
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/acceptance/01_vars/04_containers/
H A Dpass_variable_container_index.cf22 bundle agent test
44 usebundle => launcher_data("test.data[${datakey}][list]") ;
47 usebundle => launcher_array("test.array[${arraykey}][list]") ;
50 usebundle => executor("@{test.data[${datakey}][list]}") ;
53 usebundle => executor("@{test.data[${arraykey}][list]}") ;
69 "callers" string => join(":", callstack_promisers()) ;
77 # time we pass it a different list.
88 "callers" string => join(":", callstack_promisers()) ;
102 bundle agent executor(list)
105 "callers" string => join(":", callstack_promisers()) ;
[all …]
/dports/www/p5-HTML-Mason/HTML-Mason-1.59/t/
H A D05-request.t47 My argument list is (<% join(",",$m->caller_args(0)) %>).
82 description => 'test $m->abort method (autoflush on)',
109 description => 'test $m->abort method with value of 0',
136 description => 'test $m->abort method (autoflush off)',
215 Sending list of arguments:
226 Sending list of arguments:
334 My argument list is (junk,6).
335 The top argument list is (junk,5) or (junk,5).
659 description => 'test that $m cannot be reexecuted',
752 # This just shuts the test code up
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/profile-lib/
H A Danalyzer.rkt36 (set-node-callers! lee (cons e (node-callers lee)))
52 (for/list ([id+src (in-list (cdr sample))])
66 (for/list ([callee (in-list stack+counts)]
85 (for ([n (in-list nodes)])
87 (set-node-callers! n (sort (node-callers n) > #:key edge-caller-time)))
110 (module+ test
134 (module+ test
148 (for* ([t (in-list ts)] [tt (in-list t)])
177 (for ([e (node-callers node)])
179 (define e* (findf (λ (e2) (eq? (edge-caller e2) caller*)) (node-callers node*)))
[all …]
H A Dutils.rkt3 (require "structs.rkt" racket/list)
45 (hide-sub? node-callers edge-caller edge-callee-time)))
69 (define (sum node-callers/lees edge-caller/lee edge-callee/ler-time)
70 (for/fold ([sum 0]) ([e (in-list (node-callers/lees node))])
74 (cons node (mcons (sum node-callers edge-caller edge-callee-time)
95 ;; list we scan is in reverse order.
120 (for* ([nodes (in-list (list sources sinks))]
121 [n (in-list nodes)])
126 (for ([e (in-list (node-callers n))])
134 ;; We're done, so make `t' map nodes to their callers with only edges that
[all …]
/dports/devel/kms-cmake-utils/kms-cmake-utils-6.16.0/CMake/
H A DTestHelpers.cmake52 # - TEST_VARIABLES: A list of names and values.
53 # Passed to the test as environment variables.
58 # - VALGRIND_TEST_VARIABLES: A list of names and values.
60 # - SUPPRESSIONS: A list of suppression files for Valgrind.
62 # (option "--num-callers").
64 message(STATUS "Adding test: ${test_name}")
107 --num-callers=${VALGRIND_NUM_CALLERS} --leak-check-heuristics=all
130 message(FATAL_ERROR \"There are valgrind errors on test\")
/dports/devel/gettext-tools/gettext-0.21/gettext-runtime/tests/
H A DChangeLog.040 test-lock: work around pthread-win32
42 gl_thread_self; all callers changed. Work around pthread-win32.
43 (gl_thread_join): Add extra RETVALP argument; all callers changed.
45 test-lock: merge gnulib changes
52 * test-lock.c: Insert space before function argument list.
65 * test-lock.c (main): Tweak skip message.
68 test-lock: mention why a test is skipped
69 * test-lock.c (main) [!USE_*_THREADS]: Print why test is skipped.
77 * test-lock.c: Spelling fixes.
88 * test-lock.c: Update copyright header.
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/gettext-runtime/tests/
H A DChangeLog.040 test-lock: work around pthread-win32
42 gl_thread_self; all callers changed. Work around pthread-win32.
43 (gl_thread_join): Add extra RETVALP argument; all callers changed.
45 test-lock: merge gnulib changes
52 * test-lock.c: Insert space before function argument list.
65 * test-lock.c (main): Tweak skip message.
68 test-lock: mention why a test is skipped
69 * test-lock.c (main) [!USE_*_THREADS]: Print why test is skipped.
77 * test-lock.c: Spelling fixes.
88 * test-lock.c: Update copyright header.
[all …]
/dports/devel/gettext-runtime/gettext-0.21/gettext-runtime/tests/
H A DChangeLog.040 test-lock: work around pthread-win32
42 gl_thread_self; all callers changed. Work around pthread-win32.
43 (gl_thread_join): Add extra RETVALP argument; all callers changed.
45 test-lock: merge gnulib changes
52 * test-lock.c: Insert space before function argument list.
65 * test-lock.c (main): Tweak skip message.
68 test-lock: mention why a test is skipped
69 * test-lock.c (main) [!USE_*_THREADS]: Print why test is skipped.
77 * test-lock.c: Spelling fixes.
88 * test-lock.c: Update copyright header.
[all …]
/dports/sysutils/py-supervisor/supervisor-4.2.1/supervisor/
H A Dsupervisord.py187 pgroups = list(self.process_groups.values())
253 if self.options.test:
325 def profile(cmd, globals, locals, sort_order, callers): # pragma: no cover
339 if callers:
348 def main(args=None, test=False):
356 options.test = test
358 sort_order, callers = options.profile_options
359 profile('go(options)', globals(), locals(), sort_order, callers)
365 if test or (options.mood < SupervisorStates.RESTARTING):
/dports/devel/libslang2/slang-2.3.2/src/test/
H A DMakefile4 time utf8 except bugs list regexp method deref naninf overflow sort \
13 MEMCHECK = valgrind --tool=memcheck --leak-check=yes --leak-resolution=med --num-callers=20
24 tests="$$tests $$test.sl"; \
28 tests="$$tests $$test.slc"; \
81 $(TEST_PGM): $(TEST_PGM).c assoc.c list.c $(SLANGLIB)/libslang.a
/dports/editors/slime/slime-2.26.1-9-gf368e22a/swank/
H A Dmezzano.lisp161 collect (list :name name
276 (callers '()))
293 callers)))))
296 (push `((defun ,name) ,(function-location fn)) callers))))
297 callers))
369 (flet ((length=2 (list)
370 (and (not (null (cdr list))) (null (cddr list)))))
457 (defvar *mailboxes* (list))
462 (queue '() :type list))
492 (defimplementation receive-if (test &optional timeout)
[all …]
/dports/math/numdiff/numdiff-5.9.0/
H A DChangeLog220 All callers changed.
405 (read_line): Added test else if ( ch == '\0' ) . If the condition is true,
526 (main): variable test is now initialized to 0 instead of -1.
699 list->increment and list->ifs.
713 (thrlist_new): list->beg1, list->beg2, and list->end1, list->end2
815 (find_and_hash_each_line): Added test "fieldno < fieldno_upper_limit" to for cycle.
1024 All callers in other files changed.
1026 All callers in other files changed.
1028 All callers in other files changed.
1063 All callers changed.
[all …]
/dports/devel/cppcheck/cppcheck-2.6.3/.github/workflows/
H A Dvalgrind.yml24 …_release -cs) main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list
25 … -cs)-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list
26 …-cs)-proposed main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list
40 - name: Build test
46 …valgrind --error-limit=yes --leak-check=full --num-callers=50 --show-reachable=yes --track-origins…
/dports/devel/cppcheck-gui/cppcheck-2.6.3/.github/workflows/
H A Dvalgrind.yml24 …_release -cs) main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list
25 … -cs)-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list
26 …-cs)-proposed main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list
40 - name: Build test
46 …valgrind --error-limit=yes --leak-check=full --num-callers=50 --show-reachable=yes --track-origins…
/dports/www/firefox/firefox-99.0/toolkit/modules/docs/
H A DRegion.rst15 callers should use ``Region.home``.
31 The test data used in this test is generated by running the MLS geocoding
36 Make a list of test locations in a CSV format, for example:
71 If you want to commit the new test data ~500 seems to be a reasonable
72 number of data points to test before running into issues with the test length.
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/modules/docs/
H A DRegion.rst15 callers should use ``Region.home``.
31 The test data used in this test is generated by running the MLS geocoding
36 Make a list of test locations in a CSV format, for example:
71 If you want to commit the new test data ~500 seems to be a reasonable
72 number of data points to test before running into issues with the test length.
/dports/www/firefox-esr/firefox-91.8.0/toolkit/modules/docs/
H A DRegion.rst15 callers should use ``Region.home``.
31 The test data used in this test is generated by running the MLS geocoding
36 Make a list of test locations in a CSV format, for example:
71 If you want to commit the new test data ~500 seems to be a reasonable
72 number of data points to test before running into issues with the test length.
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/m4/
H A D_ax_valgrind_check.m442 # that directory will run the module's test suite (`make check`) once for
44 # sgcheck), and will output results to test-suite-$toolname.log for each.
70 AS_IF([test "$enable_valgrind" = "yes" -a "$VALGRIND" = ""],[
73 AS_IF([test "$enable_valgrind" != "no"],[enable_valgrind=yes])
75 AM_CONDITIONAL([VALGRIND_ENABLED],[test "$enable_valgrind" = "yes"])
82 AS_IF([test "$VALGRIND" != ""],[
101 # - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions
104 # (Default: --num-callers=30)
110 VALGRIND_FLAGS ?= --num-callers=30
118 valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools)))
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/test/elixir/
H A Dtask_test.exs105 test "async with $callers" do
110 assert Process.get(:"$callers") == [grandparent]
113 assert Process.get(:"$callers") == [parent, grandparent]
182 test "start_link with $callers" do
187 assert Process.get(:"$callers") == [grandparent]
190 assert Process.get(:"$callers") == [parent, grandparent]
276 test "returns list of replies" do
290 test "returns an empty list immediately" do
741 test "with $callers" do
746 assert Process.get(:"$callers") == [grandparent]
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/test/elixir/
H A Dtask_test.exs110 test "async with $callers" do
115 assert Process.get(:"$callers") == [grandparent]
118 assert Process.get(:"$callers") == [parent, grandparent]
196 test "start_link with $callers" do
201 assert Process.get(:"$callers") == [grandparent]
204 assert Process.get(:"$callers") == [parent, grandparent]
350 test "returns list of replies" do
364 test "returns an empty list immediately" do
815 test "with $callers" do
820 assert Process.get(:"$callers") == [grandparent]
[all …]
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/build/m4/
H A Dax_valgrind_check.m470 AS_IF([test "$enable_valgrind" != "no"],[
73 AS_IF([test "$VALGRIND" = ""],[
74 AS_IF([test "$enable_valgrind" = "yes"],[
90 AS_IF([test "$VALGRIND" != ""],[
109 # - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions
112 # (Default: --num-callers=30)
118 VALGRIND_FLAGS ?= --num-callers=30
184 TEST_SUITE_LOG=test-suite-memcheck.log
195 TEST_SUITE_LOG=test-suite-helgrind.log
206 TEST_SUITE_LOG=test-suite-drd.log
[all …]

12345678910>>...273