Home
last modified time | relevance | path

Searched refs:warns (Results 1 – 25 of 5080) sorted by relevance

12345678910>>...204

/dports/devel/p5-Scope-Upper/Scope-Upper-0.32/t/
H A D05-words.t21 our @warns;
46 local @warns;
49 local @warns;
63 local @warns;
78 local @warns;
137 local @warns;
152 local @warns;
169 local @warns;
184 local @warns;
199 local @warns;
[all …]
/dports/devel/mk-configure/mk-configure-0.37.0/mk/
H A Dmkc_imp.compiler_settings.mk18 CFLAGS.warns.gcc.4 = ${CFLAGS.warns.gcc.3}
20 CFLAGS.warns.clang.1 = ${CFLAGS.warns.gcc.1}
21 CFLAGS.warns.clang.2 = ${CFLAGS.warns.gcc.2}
22 CFLAGS.warns.clang.3 = ${CFLAGS.warns.gcc.3}
23 CFLAGS.warns.clang.4 = ${CFLAGS.warns.gcc.4}
26 CFLAGS.warns.icc.2 = ${CFLAGS.warns.icc.1}
27 CFLAGS.warns.icc.3 = ${CFLAGS.warns.icc.2}
28 CFLAGS.warns.icc.4 = ${CFLAGS.warns.icc.3}
69 CFLAGS.warns.${CC_TYPE}.2 CFLAGS.warns.${CC_TYPE}.3 CFLAGS.warns.${CC_TYPE}.4 \
109 CXXFLAGS.warns.hpc.0 = ${CFLAGS.warns.hpc.0}
[all …]
/dports/devel/py-numba/numba-0.51.2/numba/cuda/tests/nocuda/
H A Dtest_library_lookup.py104 self.assertFalse(warns)
109 self.assertFalse(warns)
122 self.assertFalse(warns)
127 self.assertFalse(warns)
161 self.assertFalse(warns)
165 self.assertFalse(warns)
188 self.assertFalse(warns)
193 self.assertFalse(warns)
232 self.assertFalse(warns)
242 self.assertFalse(warns)
[all …]
/dports/devel/p5-indirect/indirect-0.39/t/
H A D20-good.t21 my @warns;
26 @warns = ();
88 BEGIN { @warns = () }
96 BEGIN { @warns = () }
104 BEGIN { @warns = () }
112 BEGIN { @warns = () }
120 BEGIN { @warns = () }
128 BEGIN { @warns = () }
136 BEGIN { @warns = () }
144 BEGIN { @warns = () }
[all …]
H A D21-bad.t40 my @warns;
45 @warns = ();
47 local $SIG{__WARN__} = sub { push @warns, @_ };
79 is @warns, 0, 'correct number of reports';
97 is @warns, 0, 'correct number of reports';
119 is @warns, 0, 'correct number of reports';
133 my @warns;
135 local $SIG{__WARN__} = sub { push @warns, @_ };
139 is @warns, 1, 'only one warning';
140 my $warn = shift @warns;
[all …]
/dports/devel/dep/dep-0.5.4/
H A Dmanifest.go112 var warns []error
129 warns = append(warns, errInvalidMetadata)
171 warns = append(warns, errNoName)
214 warns = append(warns, pruneWarns...)
216 return warns, err
223 return warns, nil
241 warns = append(warns, errRootPruneContainsName)
255 warns = append(warns, projectWarns...)
270 return warns, err
294 return warns
[all …]
/dports/devel/py-deprecated/Deprecated-1.2.13/tests/
H A Dtest_sphinx.py246 assert len(warns) == 1
247 warn = warns[0]
260 assert len(warns) == 1
261 warn = warns[0]
273 warn = warns[0]
284 warn = warns[0]
296 warn = warns[0]
324 warn = warns[0]
337 warn = warns[0]
358 warn = warns[0]
[all …]
H A Dtest_deprecated.py135 assert len(warns) == 1
136 warn = warns[0]
147 assert len(warns) == 1
148 warn = warns[0]
160 assert len(warns) == 1
161 warn = warns[0]
173 warn = warns[0]
186 warn = warns[0]
212 warn = warns[0]
225 warn = warns[0]
[all …]
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_multipart_helpers.py21 with pytest.warns(aiohttp.BadContentDispositionHeader):
51 with pytest.warns(aiohttp.BadContentDispositionHeader):
132 with pytest.warns(aiohttp.BadContentDispositionHeader):
140 with pytest.warns(aiohttp.BadContentDispositionHeader):
148 with pytest.warns(aiohttp.BadContentDispositionHeader):
154 with pytest.warns(aiohttp.BadContentDispositionHeader):
226 with pytest.warns(aiohttp.BadContentDispositionHeader):
234 with pytest.warns(aiohttp.BadContentDispositionHeader):
242 with pytest.warns(aiohttp.BadContentDispositionHeader):
250 with pytest.warns(aiohttp.BadContentDispositionHeader):
[all …]
/dports/lang/perl5.34/perl-5.34.0/t/op/
H A Drequire_override.t12 my @warns;
13 local $SIG{__WARN__}= sub { push @warns, $_[0] };
18 ok(0 == @warns, "We expect the eval to die, without producing warnings");
21 @warns= ();
30 ok(0 == @warns,
35 @warns= ();
40 ok(0 == @warns,
45 @warns= ();
51 ok(0 == @warns, "We expect the eval to die, without producing warnings");
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/op/
H A Drequire_override.t12 my @warns;
13 local $SIG{__WARN__}= sub { push @warns, $_[0] };
18 ok(0 == @warns, "We expect the eval to die, without producing warnings");
21 @warns= ();
30 ok(0 == @warns,
35 @warns= ();
40 ok(0 == @warns,
45 @warns= ();
51 ok(0 == @warns, "We expect the eval to die, without producing warnings");
/dports/lang/perl5.30/perl-5.30.3/t/op/
H A Drequire_override.t12 my @warns;
13 local $SIG{__WARN__}= sub { push @warns, $_[0] };
18 ok(0 == @warns, "We expect the eval to die, without producing warnings");
21 @warns= ();
30 ok(0 == @warns,
35 @warns= ();
40 ok(0 == @warns,
45 @warns= ();
51 ok(0 == @warns, "We expect the eval to die, without producing warnings");
/dports/lang/perl5.32/perl-5.32.1/t/op/
H A Drequire_override.t12 my @warns;
13 local $SIG{__WARN__}= sub { push @warns, $_[0] };
18 ok(0 == @warns, "We expect the eval to die, without producing warnings");
21 @warns= ();
30 ok(0 == @warns,
35 @warns= ();
40 ok(0 == @warns,
45 @warns= ();
51 ok(0 == @warns, "We expect the eval to die, without producing warnings");
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_recwarn.py224 pytest.warns(
229 pytest.warns(
232 pytest.warns(
237 lambda: pytest.warns(
244 with pytest.warns(RuntimeWarning):
247 with pytest.warns(UserWarning):
251 with pytest.warns(RuntimeWarning):
259 with pytest.warns(UserWarning):
267 with pytest.warns(UserWarning):
300 with pytest.warns(None) as record:
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_recwarn.py224 pytest.warns(
229 pytest.warns(
232 pytest.warns(
237 lambda: pytest.warns(
244 with pytest.warns(RuntimeWarning):
247 with pytest.warns(UserWarning):
251 with pytest.warns(RuntimeWarning):
259 with pytest.warns(UserWarning):
267 with pytest.warns(UserWarning):
300 with pytest.warns(None) as record:
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_recwarn.py224 pytest.warns(
229 pytest.warns(
232 pytest.warns(
237 lambda: pytest.warns(
244 with pytest.warns(RuntimeWarning):
247 with pytest.warns(UserWarning):
251 with pytest.warns(RuntimeWarning):
259 with pytest.warns(UserWarning):
267 with pytest.warns(UserWarning):
300 with pytest.warns(None) as record:
[all …]
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_dist_whitespace.pl31 $warns{$file} = "Missing trailing newline in $file";
44 $warns{$file} = "Updated whitespace at $file";
56 $warns{$file} = "Trailing whitespace at $file:$line_no";
57 $warns{$file} .= " (last character is ASCII " . ord(substr($line, -1, 1)) . ")";
61 $warns{$file} = "Trailing newlines at EOF in $file";
66 if (keys %warns) {
69 error("Updated files with whitespace errors: ", join(' ', sort keys %warns));
72 error("Files have whitespace errors: ", join(' ', sort keys %warns));
75 foreach my $file (sort keys %warns) {
76 error($warns{$file});
/dports/astro/py-astropy/astropy-5.0/astropy/utils/tests/
H A Dtest_decorators.py152 with pytest.warns(AstropyDeprecationWarning) as w:
164 with pytest.warns(NewDeprecationWarning) as w:
182 with pytest.warns(AstropyDeprecationWarning) as w:
195 with pytest.warns(AstropyDeprecationWarning) as w:
376 with pytest.warns(AstropyUserWarning) as w:
383 with pytest.warns(AstropyUserWarning) as w:
424 with pytest.warns(AstropyUserWarning) as w:
428 with pytest.warns(AstropyUserWarning) as w:
432 with pytest.warns(AstropyUserWarning) as w:
443 with pytest.warns(AstropyUserWarning) as w:
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/mips/
H A Dulh2.s6 ulh $4,0($5) # warns
7 ulh $4,1($5) # warns
9 ulh $5,0($5) # warns
10 ulh $5,1($5) # warns
12 ulhu $4,0($5) # warns
13 ulhu $4,1($5) # warns
15 ulhu $5,0($5) # warns
16 ulhu $5,1($5) # warns
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/mips/
H A Dulh2.s6 ulh $4,0($5) # warns
7 ulh $4,1($5) # warns
9 ulh $5,0($5) # warns
10 ulh $5,1($5) # warns
12 ulhu $4,0($5) # warns
13 ulhu $4,1($5) # warns
15 ulhu $5,0($5) # warns
16 ulhu $5,1($5) # warns
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/mips/
H A Dulh2.s6 ulh $4,0($5) # warns
7 ulh $4,1($5) # warns
9 ulh $5,0($5) # warns
10 ulh $5,1($5) # warns
12 ulhu $4,0($5) # warns
13 ulhu $4,1($5) # warns
15 ulhu $5,0($5) # warns
16 ulhu $5,1($5) # warns
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/mips/
H A Dulh2.s6 ulh $4,0($5) # warns
7 ulh $4,1($5) # warns
9 ulh $5,0($5) # warns
10 ulh $5,1($5) # warns
12 ulhu $4,0($5) # warns
13 ulhu $4,1($5) # warns
15 ulhu $5,0($5) # warns
16 ulhu $5,1($5) # warns
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/mips/
H A Dulh2.s6 ulh $4,0($5) # warns
7 ulh $4,1($5) # warns
9 ulh $5,0($5) # warns
10 ulh $5,1($5) # warns
12 ulhu $4,0($5) # warns
13 ulhu $4,1($5) # warns
15 ulhu $5,0($5) # warns
16 ulhu $5,1($5) # warns
/dports/devel/p5-Test-More-UTF8/Test-More-UTF8-0.05/t/
H A D03-usage.t13 my @warns;
14 local $SIG{__WARN__} = sub { push @warns,shift; };
16 ok(!@warns, 'failure_output') or diag "Have warning: ".shift @warns;
18 ok(@warns, 'todo_output') and @warns = ();
20 ok(@warns, 'output') and @warns = ();
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/mips/
H A Dulh2.s6 ulh $4,0($5) # warns
7 ulh $4,1($5) # warns
9 ulh $5,0($5) # warns
10 ulh $5,1($5) # warns
12 ulhu $4,0($5) # warns
13 ulhu $4,1($5) # warns
15 ulhu $5,0($5) # warns
16 ulhu $5,1($5) # warns

12345678910>>...204