Home
last modified time | relevance | path

Searched full:not (Results 1 – 25 of 10326) sorted by relevance

12345678910>>...414

/openbsd-src/gnu/llvm/llvm/utils/lit/tests/
H A Dshtest-not.py1 # Check the not command
3 # RUN: not %{lit} -a -v %{inputs}/shtest-not \
8 # Make sure not and env commands are included in printed commands.
12 # CHECK: FAIL: shtest-not :: exclamation-args-nested-none.txt {{.*}}
17 # CHECK: FAIL: shtest-not :: exclamation-args-none.txt {{.*}}
22 # CHECK: FAIL: shtest-not :: exclamation-calls-external.txt {{.*}}
32 # CHECK: FAIL: shtest-not :: not-args-last-is-crash.txt {{.*}}
33 # CHECK: $ "not" "--crash"
34 # CHECK: Error: 'not' requires a subcommand
37 # CHECK: FAIL: shtest-not :: not-args-nested-none.txt {{.*}}
[all …]
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/
H A Dnot-calls-external.txt5 # Simple uses of 'not'
7 # RUN: not %{python} fail.py
8 # RUN: not not %{python} pass.py
9 # RUN: not not not %{python} fail.py
10 # RUN: not not not not %{python} pass.py
13 # Simple uses of 'not --crash'
15 # RUN: not not --crash %{python} pass.py
16 # RUN: not not --crash %{python} fail.py
17 # RUN: not not --crash not %{python} pass.py
18 # RUN: not not --crash not %{python} fail.py
[all …]
H A Dnot-calls-diff.txt6 # RUN: not diff %t.foo0 %t.bar
7 # RUN: not not not diff %t.foo0 %t.bar
8 # RUN: not not not not not diff %t.foo0 %t.bar
12 # RUN: not not diff %t.foo0 %t.foo1
13 # RUN: not not not not diff %t.foo0 %t.foo1
16 # RUN: not diff %t.foo0 %t.foo1
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dxs_special_subs_require.t16 is($XS::APItest::BEGIN_called, undef, "BEGIN not yet called");
17 is($XS::APItest::BEGIN_called_PP, undef, "BEGIN not yet called");
18 is($XS::APItest::UNITCHECK_called, undef, "UNITCHECK not yet called");
19 is($XS::APItest::UNITCHECK_called_PP, undef, "UNITCHECK not called");
20 is($XS::APItest::CHECK_called, undef, "CHECK not called");
21 is($XS::APItest::CHECK_called_PP, undef, "CHECK not called");
22 is($XS::APItest::INIT_called, undef, "INIT not called");
23 is($XS::APItest::INIT_called_PP, undef, "INIT not called");
24 is($XS::APItest::END_called, undef, "END not yet called");
25 is($XS::APItest::END_called_PP, undef, "END not yet called");
[all …]
H A Dxs_special_subs.t16 is($XS::APItest::BEGIN_called, undef, "BEGIN not yet called");
17 is($XS::APItest::BEGIN_called_PP, undef, "BEGIN not yet called");
18 is($XS::APItest::UNITCHECK_called, undef, "UNITCHECK not yet called");
19 is($XS::APItest::UNITCHECK_called_PP, undef, "UNITCHECK not yet called");
20 is($XS::APItest::CHECK_called, undef, "CHECK not yet called");
21 is($XS::APItest::CHECK_called_PP, undef, "CHECK not yet called");
22 is($XS::APItest::INIT_called, undef, "INIT not yet called");
23 is($XS::APItest::INIT_called_PP, undef, "INIT not yet called");
24 is($XS::APItest::END_called, undef, "END not yet called");
25 is($XS::APItest::END_called_PP, undef, "END not yet called");
[all …]
/openbsd-src/gnu/usr.bin/perl/t/comp/
H A Dcolon.t11 # we've not yet verified that use works.
18 print "not " unless $ok;
28 not eval "ABC:: eq ABC||" and
29 not eval "ABC::: >= 0");
33 not eval "LABEL:: eq LABEL||" and
34 not eval "LABEL::: >= 0");
38 not eval "XYZZY:: eq XYZZY||" and
39 not eval "XYZZY::: >= 0");
42 not eval "m::zyx" and
44 not eval "m::: >= 0");
[all …]
H A Dcmdopt.t7 if (1) { print "ok 1\n";} else { print "not ok 1\n";}
8 unless (0) { print "ok 2\n";} else { print "not ok 2\n";}
10 if (0) { print "not ok 3\n";} else { print "ok 3\n";}
11 unless (1) { print "not ok 4\n";} else { print "ok 4\n";}
13 unless (!1) { print "ok 5\n";} else { print "not ok 5\n";}
14 if (!0) { print "ok 6\n";} else { print "not ok 6\n";}
16 unless (!0) { print "not ok 7\n";} else { print "ok 7\n";}
17 if (!1) { print "not ok 8\n";} else { print "ok 8\n";}
20 if (1 && $x) { print "ok 9\n";} else { print "not ok 9\n";}
21 if (0 && $x) { print "not ok 10\n";} else { print "ok 10\n";}
[all …]
H A Dproto.t32 print "not "
53 print "not " unless 0 == no_proto();
56 print "not " unless 1 == no_proto(5);
59 print "not " unless 4 == &no_proto;
62 print "not " unless 1 == no_proto +6;
65 print "not " unless 4 == no_proto(@_);
80 print "not " unless 0 == no_args();
83 print "not " unless 0 == no_args;
86 print "not " unless 5 == no_args +5;
89 print "not " unless 4 == &no_args;
[all …]
H A Drequire.t4 # it under the perl debugger (perl -d) it might not work as expected.
31 # just not have been deleted at the end of the last run; if the former, we
52 close REQ or die "Could not close $f: $!";
108 print "not " unless 5.5.1 gt v5.5;
112 print "not " unless v5.5.640 eq "\x{5}\x{5}\x{280}";
115 print "not " unless v7.15 eq "\x{7}\x{f}";
118 print "not "
139 print "# $@\nnot " unless $@ =~ /did not return a true/;
142 print "not " if exists $INC{'bleah.pm'};
143 print "ok ",$i++," - %INC not updated\n";
[all …]
/openbsd-src/gnu/usr.bin/perl/t/base/
H A Dnum.t6 # (Testing with == would exercise the IV/NV part, not the PV.)
9 print $a eq "1" ? "ok 1\n" : "not ok 1 # $a\n";
12 print $a eq "-1" ? "ok 2\n" : "not ok 2 # $a\n";
15 print $a eq "1" ? "ok 3\n" : "not ok 3 # $a\n";
18 print $a eq "-1" ? "ok 4\n" : "not ok 4 # $a\n";
21 print $a eq "0.1" ? "ok 5\n" : "not ok 5 # $a\n";
24 print $a eq "-0.1" ? "ok 6\n" : "not ok 6 # $a\n";
27 print $a eq "0.1" ? "ok 7\n" : "not ok 7 # $a\n";
30 print $a eq "-0.1" ? "ok 8\n" : "not ok 8 # $a\n";
33 print $a eq "10.01" ? "ok 9\n" : "not ok 9 # $a\n";
[all …]
H A Dlex.t8 if ($x eq 'x') {print "ok 1\n";} else {print "not ok 1\n";}
12 if ($x eq '') {print "ok 2\n";} else {print "not ok 2\n";}
16 if ($x eq '-1') {print "ok 3\n";} else {print "not ok 3\n";}
20 if (length($x) == 1) {print "ok 4\n";} else {print "not ok 4\n";}
29 if (!$@) {print "ok 6\n";} else {print "not ok 6 $@\n";}
34 if ($foo eq 2591024652) {print "ok 7\n";} else {print "not ok 7 :$foo:\n";}
78 print <<E1 eq "foo\n\n" ? "ok 19\n" : "not ok 19\n";
84 print <<E1 eq "foo\n\n" ? "ok 20\n" : "not ok 20\n";
97 print "$foo{$bar}" eq "BAZ" ? "ok 21\n" : "not ok 21\n";
99 print "${foo}{$bar}" eq "FOO{BAR}" ? "ok 22\n" : "not ok 22\n";
[all …]
/openbsd-src/gnu/usr.bin/texinfo/djgpp/
H A Dconfig.bat8 Rem Find out if NLS is wanted or not, if dependency-tracking is
9 Rem wanted or not, if cache is wanted or not, and where the sources are.
12 if not "%NLS%" == "disabled" goto small_env
14 if not "%CACHE%" == "enabled" goto small_env
16 if not "%DEPTRAK%" == "disabled" goto small_env
18 if not "%XSRC%" == "." goto small_env
25 if not "%SPECARG%" == "0" goto small_env
26 if not "%1" == "NLS" if not "%1" == "nls" goto cache_opt
29 if not "%NLS%" == "enabled" goto small_env
31 if not "%SPECARG%" == "1" goto small_env
[all …]
/openbsd-src/sys/dev/microcode/siop/
H A Dosiop.ss18 ; IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
22 ; NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
117 int int_extmsg ; extended message not SDTR
137 JUMP REL(switch), WHEN NOT MSG_IN
139 INT int_msgsdp, IF NOT 0x04 ; interrupt if not disconnect
151 INT int_identify, WHEN NOT MSG_IN
159 INT int_connect, IF 0x00 ; tell host if not connected
174 CALL REL(switch), WHEN NOT DATA_OUT
176 CALL REL(switch), WHEN NOT DATA_OUT
178 CALL REL(switch), WHEN NOT DATA_OUT
[all …]
/openbsd-src/regress/lib/libc/sys/
H A DREADME16 t_chroot - fchroot is not implemented
32 t_wait_noproc - waitid and wait6 are not implemented
33 t_wait_noproc_wnohang - waitid and wait6 are not implemented
36 t_mlock - wrong errno, succeeds where not expected, POSIX imprecise
44 t_clock_nanosleep - not available
45 t_clone - not available
48 t_getcontext - not available, removed in POSIX.1-2008
49 t_getrandom - not available
51 t_lwp_create - not available
52 t_lwp_ctl - not availabl
[all...]
/openbsd-src/gnu/usr.bin/perl/t/lib/feature/
H A Dbareword_filehandles155 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 9.
156 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 10.
157 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 11.
158 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 12.
173 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 8.
174 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 9.
197 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 10.
198 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 11.
199 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 12.
200 Bareword filehandle "FOO" not allowe
[all...]
/openbsd-src/regress/usr.sbin/bgpd/integrationtests/
H A Dixp.rdomain1.ok18 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
19 Ext. Communities: ovs not-found
24 Origin IGP, metric 0, localpref 1, weight 0, ovs not-found, avs unknown, external, valid, best
26 Ext. Communities: ovs not-found rt 65524:2
31 Origin IGP, metric 0, localpref 1, weight 0, ovs not-found, avs unknown, external, valid, best
33 Ext. Communities: ovs not-found rt 65524:2
38 Origin IGP, metric 0, localpref 1, weight 0, ovs not-found, avs unknown, external, valid, best
40 Ext. Communities: ovs not-found rt 65524:2
45 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
47 Ext. Communities: ovs not-found
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dprereq.t43 # libraries might not be present on the target system
81 sprintf("Warning: prerequisite strict 99999 not found. We have %s.\n",
88 "I::Do::Not::Exist" => 0,
92 "Warning: prerequisite I::Do::Not::Exist 0 not found.\n", 'non-exist prereq';
98 "I::Do::Not::Configure" => 0,
102 "Warning: prerequisite I::Do::Not::Configure 0 not found.\n", 'non-exist prereq';
108 "I::Do::Not::Test" => 0,
112 "Warning: prerequisite I::Do::Not::Test 0 not found.\n", 'non-exist prereq';
119 "I::Do::Not::Exist" => "",
124 like $warnings[0], qr{^Undefined requirement for I::Do::Not::Exist\b}, 'undef version warning';
[all …]
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/t/
H A Dos2_prfdb.t20 END {print "not ok 1\n" unless $loaded;}
30 # (correspondingly "not ok 13") depending on the success of chunk 13
38 print( ($ini ? "": "not "), "ok 2\n# HINI=`$ini'\n");
41 "not ok 3\n# err: `$^E'\n" : "ok 3\n");
45 "not ok 4\n# err: `$^E'\n");
48 print( $len == 3 ? "ok 5\n" : "not ok 5# len: `$len' err: `$^E'\n");
51 print( $val eq 'xyz' ? "ok 6\n" : "not ok 6# val: `$val' err: `$^E'\n");
54 print( $val eq "bbb\0" ? "ok 7\n" : "not ok 7# val: `$val' err: `$^E'\n");
57 print( $val eq "aaa\0" ? "ok 8\n" : "not ok 8# val: `$val' err: `$^E'\n");
60 print( $res ? "ok 9\n" : "not ok 9# err: `$^E'\n");
[all …]
/openbsd-src/regress/lib/libcrypto/x509/bettertls/scripts/
H A Dexpects.json1not listed in the CN or SAN extension."]},"dns":{"expect":"ERROR","descriptions":["The DNS hostnam…
/openbsd-src/gnu/usr.bin/perl/cpan/Getopt-Long/t/
H A Dgol-linkage.t20 print ((defined $lnk{foo}) ? "" : "not ", "ok 2\n");
21 print (($lnk{foo} == 1) ? "" : "not ", "ok 3\n");
22 print ((defined $lnk{Foo}) ? "" : "not ", "ok 4\n");
23 print (($lnk{Foo} eq "-baR") ? "" : "not ", "ok 5\n");
24 print ((@ARGV == 1) ? "" : "not ", "ok 6\n");
25 print (($ARGV[0] eq "bar") ? "" : "not ", "ok 7\n");
26 print (!(exists $lnk{baR}) ? "" : "not ", "ok 8\n");
33 print ((defined $foo) ? "" : "not ", "ok 10\n");
34 print (($foo == 1) ? "" : "not ", "ok 11\n");
35 print ((defined $lnk{Foo}) ? "" : "not ", "ok 12\n");
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dvars.t24 my $e = !(grep /^Name "X::x" used only once: possible typo/, @warns) && 'not ';
26 $e = !(grep /^Name "main::x" used only once: possible typo/, @warns) && 'not ';
28 $e = !(grep /^Name "main::y" used only once: possible typo/, @warns) && 'not ';
30 $e = !(grep /^Name "main::z" used only once: possible typo/, @warns) && 'not ';
32 ($e, @warns) = @warns != 4 && 'not ';
38 $e = ! $main::{p} && 'not ';
40 $e = ! *q{ARRAY} && 'not ';
42 $e = ! *r{HASH} && 'not ';
44 $e = ! $main::{s} && 'not ';
46 $e = ! *t{CODE} && 'not ';
[all …]
/openbsd-src/gnu/usr.bin/perl/ext/VMS-DCLsym/t/
H A Dvms_dclsym.t3 require VMS::DCLsym or die "not ok 1\n";
6 tie %syms, VMS::DCLsym or die "not ok 2\n";
13 print +($syms{$name} eq 'Perl_test' ? '' : 'not '),"ok 4\n";
16 print +($val eq 'Perl_test' ? '' : 'not '),"ok 5\n";
21 print +($sym ? '' : 'not '),"ok 6\n";
26 print +(defined($syms{$name}) ? 'not ' : ''),"ok 8\n";
29 print +($obj ? '' : 'not '),"ok 9\n";
31 print +($obj->clearcache(0) ? '' : 'not '),"ok 10\n";
32 print +($obj->clearcache(1) ? 'not ' : ''),"ok 11\n";
34 print +($obj->setsym($name,'Another_test') ? '' : 'not '),"ok 12\n";
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/
H A Dnull.t19 # if $_ is not NULL-terminated, test may fail.
22 print /c$/ ? "ok" : "not ok", " 2\n";
25 print /c$/ ? "ok" : "not ok", " 3\n";
28 print /c$/ ? "ok" : "not ok", " 4\n";
31 print /c$/ ? "ok" : "not ok", " 5\n";
34 print /c$/ ? "ok" : "not ok", " 6\n";
37 print /c$/ ? "ok" : "not ok", " 7\n";
40 print /c$/ ? "ok" : "not ok", " 8\n";
43 print /c$/ ? "ok" : "not ok", " 9\n";
46 print /c$/ ? "ok" : "not ok", " 10\n";
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/
H A Dencoding.t4 print "1..0 # Skip: Encode was not built\n";
8 print "1..0 # Skip: PerlIO was not built\n";
12 print "1..0 # Skip: encoding pragma does not support EBCDIC platforms\n";
16 print "1..0 # Skip: encoding pragma not supported in Perl 5.25 or later\n";
35 print "not " unless ord($a) == 0x3af;
38 print "not " unless ord($b) == 0x100;
45 print "not " unless ord($c) == 0x3af;
48 print "not " unless length($c) == 2;
51 print "not " unless ord(substr($c, 1, 1)) == 0x100;
54 print "not " unles
[all...]
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dnot.t11 # not() tests
12 pass("logical negation of empty list") if not();
13 is(not(), 1, "logical negation of empty list in numeric comparison");
14 is(not(), not(0),
17 # test not(..) and !
19 is(! 1, (not 1),
21 is(! 0, (not 0),
23 is(! (0, 0), not(0, 0),
46 # test the return of not
48 my $not0 = not 0;
[all …]

12345678910>>...414