/dports/www/fabio/fabio-1.5.14/vendor/github.com/pascaldekloe/goe/goe-f99183613f48/prototype/ |
H A D | prototype_test.go | 12 var fatals []string var 15 fatals = nil 17 fatals = append(fatals, fmt.Sprintf(format, v...)) 63 verify.Values(t, "messages", fatals, want) 75 if len(fatals) != 1 { 76 t.Fatalf("Want 1 fatal, got %q", fatals) 83 if len(fatals) != 2 { 84 t.Fatalf("Want 2 fatals, got %q", fatals) 111 if len(fatals) != 1 { 112 t.Errorf("Want 1 fatal, got %q", fatals) [all …]
|
/dports/devel/lua-luacheck/luacheck-4e5774169fa/spec/ |
H A D | luacheck_spec.lua | 54 fatals = 0 93 fatals = 0 127 fatals = 0 159 fatals = 0 198 fatals = 0 218 fatals = 0 232 fatals = 0 275 fatals = 0 314 fatals = 0 387 fatals = 0 [all …]
|
H A D | format_spec.lua | 25 fatals = 0, 70 fatals = 1, 109 fatals = 1, 137 fatals = 1, 182 fatals = 1,
|
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/tests/style/ |
H A D | test_luacheck.lua | 60 local warnings, errors, fatals = 0, 0, 0 90 fatals = fatals + report.fatals 93 if warnings + errors + fatals > 0 then
|
/dports/www/luakit/luakit-2.3/tests/style/ |
H A D | test_luacheck.lua | 60 local warnings, errors, fatals = 0, 0, 0 90 fatals = fatals + report.fatals 93 if warnings + errors + fatals > 0 then
|
/dports/devel/p5-File-Util/File-Util-4.161950/t/ |
H A D | 016_new.t | 64 $ftl = File::Util->new( '--fatals-as-warning' ); 67 'new() blessed right with fatals toggle'; 72 cmp_ok $ftl->{opts}{'--fatals-as-warning'}, '==', 1, 76 $ftl = File::Util->new( '--fatals-as-status' ); 83 is $ftl->{opts}{'--fatals-as-status'}, 1, 87 $ftl = File::Util->new( '--fatals-as-errmsg' ); 94 is $ftl->{opts}{'--fatals-as-errmsg'}, 1, 95 'peek at internals looks good for "--fatals-as-errmsg"';
|
/dports/mail/dovecot/dovecot-2.3.17/src/lib/ |
H A D | test-printf-format-fix.c | 113 } fatals[] = { in fatal_printf_format_fix() local 130 if(stage >= N_ELEMENTS(fatals)) { in fatal_printf_format_fix() 139 test_expect_fatal_string(fatals[stage].expected_fatal); in fatal_printf_format_fix() 140 (void)printf_format_fix(fatals[stage].format); in fatal_printf_format_fix()
|
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/testcontext/ |
H A D | context_test.go | 47 fatals []string member 56 func (t *test) Fatal(args ...interface{}) { t.fatals = append(t.fatals, fmt.Sprint(args...)) }
|
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/testcontext/ |
H A D | context_test.go | 57 fatals []string member 66 func (t *test) Fatal(args ...interface{}) { t.fatals = append(t.fatals, fmt.Sprint(args...)) }
|
/dports/mail/dovecot/dovecot-2.3.17/src/lib-test/ |
H A D | test-common.c | 403 static void test_run_named_fatals(const struct named_fatal fatals[], const char *match) in test_run_named_fatals() argument 407 for (i = 0; fatals[i].func != NULL; i++) { in test_run_named_fatals() 408 if (strstr(fatals[i].name, match) != NULL) T_BEGIN { in test_run_named_fatals() 409 run_one_fatal(fatals[i].func); in test_run_named_fatals() 436 const struct named_fatal fatals[]) in test_run_named_with_fatals() argument 441 test_run_named_fatals(fatals, match); in test_run_named_with_fatals()
|
/dports/www/beehive/beehive-0.4.0/bees/ |
H A D | bees.go | 126 func startBee(bee *BeeInterface, fatals int) { 127 if fatals >= 3 { 128 log.Println("Terminating evil bee", (*bee).Name(), "after", fatals, "failed tries!") 138 log.Println("Fatal bee event:", e, fatals) 139 go startBee(bee, fatals+1)
|
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/ |
H A D | regression.py | 160 fatals = [] 182 fatals.append(match.group(1)) 192 if fatals and not re.search(r'previous errors', fatals[0]): 193 test_dict['reason'] = fatals[0]
|
/dports/devel/lua-luacheck/luacheck-4e5774169fa/src/luacheck/ |
H A D | init.lua | 56 report.fatals = 0 60 report.fatals = report.fatals + 1
|
H A D | format.lua | 200 #report - report.fatals, plural(#report - report.fatals)) 202 if report.fatals > 0 then 204 report.fatals, plural(report.fatals))
|
H A D | main.lua | 15 fatals = 3, 332 if report.fatals > 0 then 333 os.exit(exit_codes.fatals)
|
/dports/textproc/p5-XML-STX/XML-STX-0.43/test/ |
H A D | TestHandler.pm | 10 fatals => 0, 120 $self->{fatals}++;
|
/dports/devel/sope2/SOPE/sope-xml/DOM/ |
H A D | DOMSaxHandler.m | 57 [self->fatals release]; 73 [self->fatals removeAllObjects]; 83 return [self->fatals count]; 99 return [[self->fatals copy] autorelease]; 384 if (self->fatals == nil) 385 self->fatals = [[NSMutableArray alloc] initWithCapacity:32]; 388 [self->fatals addObject:_exception];
|
H A D | DOMSaxHandler.h | 37 NSMutableArray *fatals; variable
|
/dports/devel/sope/SOPE/sope-xml/DOM/ |
H A D | DOMSaxHandler.m | 57 [self->fatals release]; 73 [self->fatals removeAllObjects]; 83 return [self->fatals count]; 99 return [[self->fatals copy] autorelease]; 384 if (self->fatals == nil) 385 self->fatals = [[NSMutableArray alloc] initWithCapacity:32]; 388 [self->fatals addObject:_exception];
|
/dports/games/simutrans/simutrans-121.0/descriptor/reader/ |
H A D | obj_reader.cc | 37 ptrhashtable_tpl<obj_desc_t**, int> obj_reader_t::fatals; member in obj_reader_t 293 if (!obj_loaded && fatals.get(x)) { in resolve_xrefs() 309 fatals.clear(); in resolve_xrefs() 341 fatals.put(dest, 1); in xref_to_resolve()
|
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/ |
H A D | test-all | 27 local fatals=`grep '^cmd([0-9]*)\*\*\*:' $LOGFILE | wc -l` 36 echo " tests with fatal errors: $fatals" 38 if [ $fatals -gt 0 ]; then
|
/dports/lang/asn1c/asn1c-0.9.27/libasn1fix/ |
H A D | asn1fix.c | 29 int fatals = 0; in asn1f_process() local 88 if(ret == -1) fatals++; in asn1f_process() 94 if(ret == -1) fatals++; in asn1f_process() 103 return fatals?-1:warnings?1:0; in asn1f_process()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/bin/ |
H A D | gla11y | 307 fatals = 0 523 global errors, errexists, warnings, warnexists, fatals, fatalexists, output_buffer 552 fatals += 1 1441 if fatals > 0 or fatalexists > 0: 1442 output_buffer += "%s new fatal%s" % (fatals, 's' if fatals != 1 else '') 1467 if fatals > 0:
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bin/ |
H A D | gla11y | 273 fatals = 0 472 global errors, errexists, warnings, warnexists, fatals, fatalexists 501 fatals += 1 1370 if fatals > 0 or fatalexists > 0: 1371 wstr = "%s new fatal%s" % (fatals, 's' if fatals > 1 else '') 1391 if fatals > 0 and gen_suppr is None:
|
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/t/ |
H A D | 96_fatal.t | 12 latexml_tests('t/daemon/fatals');
|