Home
last modified time | relevance | path

Searched refs:Fatal (Results 1 – 25 of 76) sorted by relevance

1234

/openbsd-src/gnu/usr.bin/perl/cpan/autodie/lib/
H A Dautodie.pm6 use parent qw(Fatal);
16 Incorrect version of Fatal.pm loaded by autodie.
18 The autodie pragma uses an updated version of Fatal to do its
19 heavy lifting. We seem to have loaded Fatal version %s, which is
25 line of code to your main program, before any use of Fatal or
32 # We have to check we've got the right version of Fatal before we
38 # If we have the wrong Fatal, then we've probably loaded the system
41 if (defined($Fatal::VERSION) and defined($VERSION) and $Fatal::VERSION ne $VERSION) {
49 ERROR_WRONG_FATAL, $Fatal
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/autodie/t/
H A Dinternal.t10 use Fatal();
23 Fatal->import(qw(:lexical :void))
28 eval { Fatal->import(qw(open close :lexical)) };
38 import Fatal qw(:lexical chdir);
45 no Fatal qw(:lexical chdir);
58 eval { Fatal->import('2+2'); };
H A Dinternal-backcompat.t4 use Fatal;
28 is_deeply( [ Fatal::fill_protos($proto) ], $code, $proto);
56 is(Fatal::write_invocation( @{ $test->[0] } ), $test->[1], 'write_inovcation');
75 is(Fatal::one_invocation( @{ $test->[0] } ), $test->[1], 'one_inovcation');
H A Dversion.t20 require Fatal;
31 ok(defined($Fatal::VERSION), 'Fatal has a version');
32 is($Fatal::VERSION, $autodie::VERSION);
35 is($Fatal::VERSION, $autodie::hints::VERSION);
H A Dargs.t7 require Fatal;
41 return map { substr($_, 6) } @{Fatal->_expand_tag(@_)};
45 return [Fatal->_translate_import_args(@_)];
H A DFatal.t8 use Fatal qw(:io :void opendir);
32 eval { Fatal->import(qw(print)) };
H A Dfilehandles.t14 use Fatal qw(open);
38 use Fatal qw(open);
H A Dcontext.t29 use Fatal qw(list_return);
30 use Fatal qw(:void list_return2);
H A Dtruncate.t106 package Fatal::Test;
115 package Fatal::Test;
H A Dflock.t8 require Fatal;
11 || $Fatal::_EWOULDBLOCK{$^O}
H A Dbackcompat.t3 use Fatal qw(open);
H A Dautodie.t69 use Fatal qw(open);
/openbsd-src/regress/lib/libtls/gotls/
H A Dtls_test.go196 t.Fatal(err)
201 t.Fatal(err)
205 t.Fatal(err)
210 t.Fatal(err)
217 t.Fatal(err)
227 t.Fatal(err)
234 t.Fatal(err)
297 t.Fatal(err)
302 t.Fatal(err)
306 t.Fatal(er
[all...]
/openbsd-src/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go822 log.Fatal(err)
827 log.Fatal("EVP_CIPHER_CTX_new() failed")
994 log.Fatal("EVP_AEAD_CTX_new() failed")
999 log.Fatal("Failed to initialize AEAD context")
1032 log.Fatal("EVP_CIPHER_CTX_new() failed")
1054 log.Fatal("EVP_MD_CTX_new failed")
1060 log.Fatal("CMAC_CTX_new failed")
1213 log.Fatal("EVP_AEAD_CTX_new() failed")
1217 log.Fatal("Failed to initialize AEAD context")
1251 log.Fatal("Faile
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/IPC/
H A DDriver.t42 is($err, "IPC Fatal Error: foo\n", "Got error");
43 is($out, "Bail out! IPC Fatal Error: foo\n", "got 'bail-out' on stdout");
55 like($out, qr/Bail out! IPC Fatal Error: foo/, "got 'bail-out' on stdout");
56 like($err, qr/IPC Fatal Error: foo/, "Got error");
/openbsd-src/regress/lib/libcrypto/certs/
H A Dverify_test.go70 t.Fatal("Failed to parse leaf from bundle")
79 t.Fatal("Failed to parse root certificates")
84 t.Fatal("Failed to parse intermediate certificates")
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnalyzer.cpp44 if (DiagLevel == DiagnosticsEngine::Fatal) { in HandleDiagnostic()
45 Fatal = true; in HandleDiagnostic()
52 bool fatalError() const { return Fatal; } in fatalError()
55 bool Fatal = false; member in clang::format::FatalDiagnosticConsumer
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp46 case DiagnosticsEngine::Fatal: in HandleDiagnostic()
69 case DiagnosticsEngine::Fatal: in FlushDiagnostics()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/IPC/Driver/
H A DFiles.t183 like($out->{STDERR}, qr/^IPC Fatal Error: File for hub '$hid' already exists/m, "Got message for duplicate hub");
184 like($out->{STDERR}, qr/^IPC Fatal Error: File for hub '$hid' does not exist/m, "Cannot remove hub twice");
195 like($out->{STDERR}, qr/IPC Fatal Error:/, "Got fatal error");
208 like($out->{STDERR}, qr/IPC Fatal Error: hub '$hid' is not available, failed to send event!/, "Cannot send to missing hub");
220 like($out->{STDERR}, qr/IPC Fatal Error: Not all files from hub '$hid' have been collected/, "Leftover files");
221 like($out->{STDERR}, qr/IPC Fatal Error: Leftover files in the directory \(.*\.ready\)/, "What file");
233 like($out->{STDERR}, qr/IPC Fatal Error: 'HASH\(.*\)' is not a blessed object/, "Cannot send unblessed objects");
234 like($out->{STDERR}, qr/IPC Fatal Error: 'xxx=HASH\(.*\)' is not an event object!/, "Cannot send non-event objects");
247 qr/IPC Fatal Error: Got an unblessed object: 'HASH\(.*\)'/,
255 qr{IPC Fatal Erro
[all...]
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticIDs.h89 Fatal = 5 ///< Present this diagnostic as a fatal error. enumerator
131 getSeverity() == diag::Severity::Fatal; in isErrorOrFatal()
171 Ignored, Note, Remark, Warning, Error, Fatal enumerator
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnosticIDs.cpp261 diag::Severity::Fatal, /*IsUser=*/false, /*IsPragma=*/false); in GetDefaultDiagMapping()
482 case diag::Severity::Fatal: in toLevel()
483 return DiagnosticIDs::Fatal; in toLevel()
518 diag::Severity Result = diag::Severity::Fatal; in getDiagnosticSeverity()
572 Result = diag::Severity::Fatal; in getDiagnosticSeverity()
576 if (Result == diag::Severity::Fatal && in getDiagnosticSeverity()
779 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal) in ProcessDiag()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/regression/
H A Dipc_files_abort_exit.t49 like($stderr, qr{^IPC Fatal Error: Leftover files in the directory \(.*/leftover\)!$}m, "Got expect…
50 like($stdout, qr{^Bail out! IPC Fatal Error: Leftover files in the directory \(.*leftover\)!$}m, "G…
/openbsd-src/regress/lib/libcrypto/c2sp/
H A Dcctv.go137 log.Fatal("EVP_MD_CTX_new failed")
142 log.Fatal("EVP_DigestVerifyInit failed")
/openbsd-src/usr.bin/make/
H A Derror.h46 extern void Fatal(const char *, ...)
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h48 Fatal, enumerator

1234