Home
last modified time | relevance | path

Searched refs:fatal (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/third_party/boost/libs/test/test/baseline-outputs/
Derrors-handling-test.pattern26 log level: log_successful_tests; error type: user non-fatal error;
29 111: error: in "error_on_demand": non-fatal error
36 0: fatal error: in "error_on_demand": class std::runtime_error: test std::runtime error what() mess…
44 0: fatal error: in "error_on_demand": integer divide by zero
49 log level: log_successful_tests; error type: user fatal error;
52 115: fatal error: in "error_on_demand": fatal error
56 log level: log_successful_tests; error type: system fatal error;
59 0: fatal error: in "error_on_demand": memory access violation
87 log level: log_test_suites; error type: user non-fatal error;
90 111: error: in "error_on_demand": non-fatal error
[all …]
Derrors-handling-test.pattern226 log level: log_successful_tests; error type: user non-fatal error;
29 111: error: in "error_on_demand": non-fatal error
36 0: fatal error: in "error_on_demand": std::runtime_error: test std::runtime error what() message
44 115: fatal error: in "error_on_demand": fatal error
70 log level: log_test_suites; error type: user non-fatal error;
73 111: error: in "error_on_demand": non-fatal error
80 0: fatal error: in "error_on_demand": std::runtime_error: test std::runtime error what() message
88 115: fatal error: in "error_on_demand": fatal error
108 log level: log_messages; error type: user non-fatal error;
110 111: error: in "error_on_demand": non-fatal error
[all …]
/third_party/e2fsprogs/e2fsck/
Dbadblocks.c47 goto fatal; in read_bad_blocks_file()
59 goto fatal; in read_bad_blocks_file()
73 goto fatal; in read_bad_blocks_file()
84 goto fatal; in read_bad_blocks_file()
95 goto fatal; in read_bad_blocks_file()
106 goto fatal; in read_bad_blocks_file()
112 fatal: in read_bad_blocks_file()
/third_party/node/test/fixtures/wpt/encoding/streams/
Ddecode-attributes.any.js26 const stream = new TextDecoderStream('utf-8', { fatal: falseValue }); property
27 assert_false(stream.fatal, 'fatal should be false');
38 const stream = new TextDecoderStream('utf-8', { fatal: trueValue }); property
39 assert_true(stream.fatal, 'fatal should be true');
62 get fatal() { throw new Error(); } getter
/third_party/node/test/fixtures/wpt/encoding/
Dtextdecoder-fatal.any.js55 new TextDecoder(t.encoding, {fatal: true}).decode(new Uint8Array(t.input)) property
62 …assert_equals(typeof new TextDecoder().fatal, 'boolean', 'The type of the fatal attribute should …
63 assert_false(new TextDecoder().fatal, 'The fatal attribute should default to false.');
64 …assert_true(new TextDecoder('utf-8', {fatal: true}).fatal, 'The fatal attribute can be set using a… property
70 const decoder = new TextDecoder('utf-8', {fatal: true}); property
/third_party/openssl/doc/man3/
DSSL_alert_type_string.pod38 A warning alert is sent, when a non-fatal error condition occurs. The
40 non-fatal errors are certificate errors ("certificate expired",
42 (The sending party may however decide to send a fatal error.) The
46 Several alert messages must be sent as fatal alert messages as specified
47 by the TLS RFC. A fatal alert always leads to a connection abort.
58 =item "F"/"fatal"
78 An inappropriate message was received. This alert is always fatal
85 MAC. This message is always fatal.
91 fatal.
97 parameters given the options available. This is a fatal error.
[all …]
/third_party/skia/third_party/externals/angle2/scripts/
Dangle_presubmit_utils.py27 fatal = False variable in _PresubmitResult
34 return self.fatal == other.fatal and self.should_prompt == other.should_prompt \
42 fatal = True variable in _PresubmitError
/third_party/googletest/googletest/test/
Dgoogletest-output-test-golden-lin.txt476 Expected: 1 non-fatal failure
484 Expected: 1 non-fatal failure
486 googletest-output-test_.cc:#: Non-fatal failure:
488 Expected non-fatal failure 1.
492 googletest-output-test_.cc:#: Non-fatal failure:
494 Expected non-fatal failure 2.
504 Expected: 1 non-fatal failure
508 Expected fatal failure.
518 Expected: 1 non-fatal failure
526 Expected: 1 non-fatal failure
[all …]
/third_party/typescript/tests/baselines/reference/
DparserRealSource1.js45 fatal(): boolean;
54 public fatal(): boolean { return false; }
71 this._fatal = this.logger.fatal();
79 public fatal(): boolean { return this._fatal; }
92 public fatal(): boolean { return false; }
196 NullLogger.prototype.fatal = function () { return false; }; method in NullLogger
209 this._fatal = this.logger.fatal();
215 LoggerAdapter.prototype.fatal = function () { return this._fatal; }; method in LoggerAdapter
230 BufferedLogger.prototype.fatal = function () { return false; }; method in BufferedLogger
DparserClass1.symbols17 public fatal(): boolean { return false; }
18 >fatal : Symbol(NullLogger.fatal, Decl(parserClass1.ts, 4, 49))
DparserRealSource1.types96 fatal(): boolean;
97 >fatal : () => boolean
123 public fatal(): boolean { return false; }
124 >fatal : () => boolean
202 this._fatal = this.logger.fatal();
203 >this._fatal = this.logger.fatal() : boolean
207 >this.logger.fatal() : boolean
208 >this.logger.fatal : () => boolean
212 >fatal : () => boolean
240 public fatal(): boolean { return this._fatal; }
[all …]
DparserClass1.js7 public fatal(): boolean { return false; }
23 NullLogger.prototype.fatal = function () { return false; }; method in NullLogger
DparserRealSource1.symbols94 fatal(): boolean;
95 >fatal : Symbol(ILogger.fatal, Decl(parserRealSource1.ts, 42, 25))
118 public fatal(): boolean { return false; }
119 >fatal : Symbol(NullLogger.fatal, Decl(parserRealSource1.ts, 51, 49))
190 this._fatal = this.logger.fatal();
194 >this.logger.fatal : Symbol(ILogger.fatal, Decl(parserRealSource1.ts, 42, 25))
198 >fatal : Symbol(ILogger.fatal, Decl(parserRealSource1.ts, 42, 25))
226 public fatal(): boolean { return this._fatal; }
227 >fatal : Symbol(LoggerAdapter.fatal, Decl(parserRealSource1.ts, 76, 55))
265 public fatal(): boolean { return false; }
[all …]
/third_party/skia/infra/bots/task_drivers/fm_driver/
Dfm_driver.go53 fatal := func(ctx context.Context, err error) {
65 fatal = td.Fatal
70 fatal(ctx, fmt.Errorf("Please pass an fm binary."))
81 fatal(ctx, err)
90 fatal(ctx, err)
114 fatal(ctx, err)
168 fatal(ctx, err)
177 fatal(ctx, err)
249 fatal(ctx, err)
271 fatal(ctx, err)
[all …]
/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-output-test-golden-lin.txt476 Expected: 1 non-fatal failure
484 Expected: 1 non-fatal failure
486 googletest-output-test_.cc:#: Non-fatal failure:
488 Expected non-fatal failure 1.
492 googletest-output-test_.cc:#: Non-fatal failure:
494 Expected non-fatal failure 2.
504 Expected: 1 non-fatal failure
508 Expected fatal failure.
518 Expected: 1 non-fatal failure
526 Expected: 1 non-fatal failure
[all …]
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource1.ts44 fatal(): boolean; method
53 public fatal(): boolean { return false; } method in NullLogger
70 this._fatal = this.logger.fatal();
78 public fatal(): boolean { return this._fatal; } method in LoggerAdapter
91 public fatal(): boolean { return false; } method in BufferedLogger
/third_party/node/test/parallel/
Dtest-whatwg-encoding-custom-textdecoder.js57 const dec = new TextDecoder(i, { fatal: true }); property
68 const dec = new TextDecoder(i, { fatal: true }); property
74 () => new TextDecoder('utf-8', { fatal: true }), property
86 assert.strictEqual(dec.fatal, false);
157 fatal: { get: fatalGetter },
/third_party/skia/third_party/externals/brotli/research/
Ddurchschlag.cc50 static void fatal(const char* error) { in fatal() function
259 if (sliceLen != slice_len) fatal("slice_len is too large"); in durchschlag_prepare()
260 if (sliceLen < 1) fatal("slice_len is too small"); in durchschlag_prepare()
268 if (delta != sample_sizes[i]) fatal("sample is too large"); in durchschlag_prepare()
269 if (delta == 0) fatal("0-length samples are prohibited"); in durchschlag_prepare()
271 if (next_total <= total) fatal("corpus is too large"); in durchschlag_prepare()
276 if (total < sliceLen) fatal("slice_len is larger than corpus size"); in durchschlag_prepare()
338 if (sliceLen != slice_len) fatal("slice_len is too large"); in durchschlag_prepare()
339 if (sliceLen < 1) fatal("slice_len is too small"); in durchschlag_prepare()
348 if (delta != sample_sizes[i]) fatal("sample is too large"); in durchschlag_prepare()
[all …]
/third_party/typescript_eslint/packages/parser/tests/lib/
Dtsx.ts23 fatal: true,
57 fatal: true,
81 fatal: true,
/third_party/python/Lib/distutils/
Dlog.py54 def fatal(self, msg, *args): member in Log
63 fatal = _global_log.fatal variable
/third_party/boost/libs/log/example/trivial/
Dmain.cpp30 BOOST_LOG_TRIVIAL(fatal) << "A fatal severity message"; in main()
46 BOOST_LOG_TRIVIAL(fatal) << "A fatal severity message"; in main()
/third_party/weston/tools/zunitc/src/
Dzuc_types.h46 int fatal; member
63 int fatal; member
Dzunitc_impl.c82 .fatal = false,
109 return test->fatal || test->failed; in test_has_failure()
506 if (g_ctx.fatal) in initialize()
583 if (g_ctx.fatal) in zuc_initialize()
850 test->fatal = 1; in mark_single_failed()
874 g_ctx.fatal = true; in mark_failed()
1010 if (g_ctx.fatal) in zuc_list_tests()
1148 if (!test->fatal && !test->skipped) { in run_single_test()
1213 if (curr->fatal) in run_single_case()
1214 test_case->fatal++; in run_single_case()
[all …]
/third_party/node/test/pseudo-tty/
Dtest-fatal-error.out1 *test-fatal-error.js:*
6 at Object.<anonymous> (*test-fatal-error.js:*)
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Ddebug.h31 void fatal(const char* msg, ...);
40 #define MARL_FATAL(msg, ...) marl::fatal(msg "\n", ##__VA_ARGS__);

12345678910>>...21