Home
last modified time | relevance | path

Searched refs:trapped (Results 1 – 25 of 2551) sorted by relevance

12345678910>>...103

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckUntrappableSignal/
H A DCheckUntrappableSignal.go.golden13 signal.Ignore() // want `cannot be trapped`
14 signal.Ignore(os.Kill) // want `cannot be trapped`
15 signal.Notify(c, os.Kill) // want `cannot be trapped`
16 signal.Reset(os.Kill) // want `cannot be trapped`
17 signal.Ignore() // want `cannot be trapped`
18 signal.Notify(c) // want `cannot be trapped`
19 signal.Reset() // want `cannot be trapped`
55 signal.Ignore(syscall.SIGTERM) // want `cannot be trapped`
56 signal.Ignore(os.Kill) // want `cannot be trapped`
57 signal.Notify(c, os.Kill) // want `cannot be trapped`
[all …]
H A DCheckUntrappableSignal_unix.go.golden13 signal.Ignore() // want `cannot be trapped`
14 signal.Notify(c) // want `cannot be trapped`
15 signal.Reset() // want `cannot be trapped`
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckUntrappableSignal/
H A DCheckUntrappableSignal.go.golden13 signal.Ignore() // want `cannot be trapped`
14 signal.Ignore(os.Kill) // want `cannot be trapped`
15 signal.Notify(c, os.Kill) // want `cannot be trapped`
16 signal.Reset(os.Kill) // want `cannot be trapped`
17 signal.Ignore() // want `cannot be trapped`
18 signal.Notify(c) // want `cannot be trapped`
19 signal.Reset() // want `cannot be trapped`
55 signal.Ignore(syscall.SIGTERM) // want `cannot be trapped`
56 signal.Ignore(os.Kill) // want `cannot be trapped`
57 signal.Notify(c, os.Kill) // want `cannot be trapped`
[all …]
H A DCheckUntrappableSignal_unix.go.golden14 signal.Ignore() // want `cannot be trapped`
15 signal.Notify(c) // want `cannot be trapped`
16 signal.Reset() // want `cannot be trapped`
/dports/shells/yash/yash-2.51/tests/
H A Dtrap-p.tst35 trapped
36 trapped
46 trapped
75 trapped
82 trapped
185 trapped
194 trapped
195 trapped
196 trapped
204 trapped 1
[all …]
H A Dtrap-y.tst74 test_oE 'trapped signal is reset in subshell'
82 test_oE 'trapped signal is reset after setting for another in subshell'
128 trap 'echo trapped' SIGUSR1 && kill -s USR1 $$
130 trapped
134 trap 'echo trapped' uSr1 && kill -s USR1 $$
136 trapped
153 trap: SIGKILL cannot be trapped
159 trap: SIGSTOP cannot be trapped
/dports/www/mod_perl2/mod_perl-2.0.11/t/error/
H A Druntime.t14 my @trapped = qw(eval_block_mp_error eval_block_non_mp_error
18 plan tests => @untrapped + @trapped;
30 for my $type (@trapped) {
/dports/lang/rexx-regina/regina-rexx-3.9.3/trip/
H A Daddrtest2.rexx21 call oops "not trapped in condition ERROR, but it should"
33 call oops "not trapped in condition FAILURE, but it should"
47 call oops "trapped in condition FAILURE without expectation"
51 call oops "trapped in condition ERROR without expectation"
/dports/lang/perl5.34/perl-5.34.0/ext/Opcode/t/
H A Dops.t18 like($@, qr/trapped/, 'equiv to "perl -M-ops=fileno"');
25 like($@, qr/trapped/, 'equiv to "perl -Mops=:default"');
/dports/lang/perl5.30/perl-5.30.3/ext/Opcode/t/
H A Dops.t18 like($@, qr/trapped/, 'equiv to "perl -M-ops=fileno"');
25 like($@, qr/trapped/, 'equiv to "perl -Mops=:default"');
/dports/lang/perl5.32/perl-5.32.1/ext/Opcode/t/
H A Dops.t18 like($@, qr/trapped/, 'equiv to "perl -M-ops=fileno"');
25 like($@, qr/trapped/, 'equiv to "perl -Mops=:default"');
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/Opcode/t/
H A Dops.t18 like($@, qr/trapped/, 'equiv to "perl -M-ops=fileno"');
25 like($@, qr/trapped/, 'equiv to "perl -Mops=:default"');
/dports/devel/binaryen/binaryen-version_98/src/tools/
H A Dwasm-shell.cpp203 bool trapped = false; in run_asserts() local
204 WASM_UNUSED(trapped); in run_asserts()
210 trapped = true; in run_asserts()
213 trapped = true; in run_asserts()
216 assert(!trapped); in run_asserts()
228 assert(trapped); in run_asserts()
/dports/devel/binaryen/binaryen-version_98/test/ctor-eval/
H A Djust_some.wast12 …store8 (i32.const 13) (i32.const 114)) ;; a safe store, should alter memory, but we trapped already
15 …store8 (i32.const 13) (i32.const 113)) ;; a safe store, should alter memory, but we trapped already
/dports/lang/onyx/onyx-5.1.2/bin/onyx/test/
H A Dtrapped_a.nx.in37 null cvx trapped {
45 } trapped {
53 } trapped {
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c132 static int trapped; variable
140 if (!trapped) in check_trapped()
142 trapped = 0; in check_trapped()
280 if (ptrace(PTRACE_POKEDATA, child_pid, &trapped, 1)) in check_success()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c132 static int trapped; variable
140 if (!trapped) in check_trapped()
142 trapped = 0; in check_trapped()
280 if (ptrace(PTRACE_POKEDATA, child_pid, &trapped, 1)) in check_success()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c132 static int trapped; variable
140 if (!trapped) in check_trapped()
142 trapped = 0; in check_trapped()
280 if (ptrace(PTRACE_POKEDATA, child_pid, &trapped, 1)) in check_success()
/dports/games/xnethack/xNetHack-xnh6.1/dat/
H A DArc-loca.lua127 des.object({ id='chest', material='gold', coord=box_coords[1], spe=3, trapped = 1,
132 des.object({ id='chest', material='gold', coord=box_coords[2], spe=3, trapped = 1,
138 des.object({ id='chest', material='gold', coord=box_coords[3], spe=3, trapped = 1,
143 des.object({ id='chest', material='gold', coord=box_coords[4], spe=3, trapped = 1,
/dports/games/fargoal/fargoal/src/
H A Dplayer.c275 list[e].trapped = 1; in player_fight()
287 list[e].trapped = 1; in player_fight()
344 list[e].trapped = 1; in player_fight()
355 list[e].trapped = 1; in player_fight()
479 list[id].trapped = SPOT_PIT; in player_treasure()
486 list[id].trapped = SPOT_CEILING; in player_treasure()
653 list[id].trapped = SPOT_PIT; in climb_pit()
693 if (list[id].trapped==SPOT_PIT) in player_action()
699 else if (list[id].trapped==SPOT_CEILING) in player_action()
1056 if (list[id].trapped) in player_process()
[all …]
/dports/net-mgmt/lldpd/lldpd-1.0.8/src/daemon/
H A Dpriv-seccomp.c46 static int trapped = 0; variable
63 if (trapped) in priv_seccomp_trap_handler()
72 trapped = 1; in priv_seccomp_trap_handler()
/dports/multimedia/xine/xine-ui-0.99.12/src/fb/
H A Dmain.c317 static const int trapped[] = { in install_abort() local
328 for(i = 0; i < sizeof(trapped)/sizeof(int); i++) in install_abort()
329 signal(trapped[i], (void(*)(int))fbxine_do_abort); in install_abort()
/dports/converters/p5-JSON-Any/JSON-Any-1.39/t/
H A D04-ENV.t29 'trapped a failure because of a non-reference',
46 'trapped a failure because the constructor option overrides the environment variable',
/dports/www/p5-Apache-ASP/Apache-ASP-2.63/t/
H A Dinclude.t40 my $trapped = $Response->TrapInclude('include.inc');
41 $t->eok($$trapped eq '1', '$Response->TrapInclude()');
/dports/devel/p5-Perl-Tidy/Perl-Tidy-20211029/t/
H A Dsnippets16.t137 ;;;;; # 1 trapped semicolon
140 sub Numerically {$a <=> $b}; # trapped semicolon
352 ; # 1 trapped semicolon
355 sub Numerically { $a <=> $b }; # trapped semicolon
371 ; # 1 trapped semicolon
378 sub Numerically { $a <=> $b }; # trapped semicolon

12345678910>>...103