Home
last modified time | relevance | path

Searched refs:err1 (Results 1 – 25 of 41) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-error-aggregateTwoErrors.js22 const err1 = new Error('second error'); constant
25 err1.code = 'ERR1';
27 const chainedError = aggregateTwoErrors(err1, err0);
30 assert.deepStrictEqual(chainedError.errors, [err0, err1]);
35 const err1 = new Error('second error'); constant
39 err1.code = 'ERR1';
42 const chainedError = aggregateTwoErrors(err2, aggregateTwoErrors(err1, err0));
45 assert.deepStrictEqual(chainedError.errors, [err0, err1, err2]);
50 const err1 = new Error('second error'); constant
53 err1.code = 'ERR1';
[all …]
Dtest-promise-unhandled-throw-handler.js11 const err1 = new Error('One'); constant
13 const errors = [err1, null];
16 throw err1;
Dtest-promise-unhandled-default.js10 const err1 = new Error('One'); constant
24 const errors = [err1, err2];
28 throw err1;
Dtest-promise-unhandled-throw.js11 const err1 = new Error('One'); constant
25 const errors = [err1, err2];
29 throw err1;
Dtest-promise-unhandled-error.js11 const err1 = new Error('One'); constant
25 const errors = [err1, err2];
29 throw err1;
Dtest-util-isDeepStrictEqual.js419 const err1 = new Error('foo1'); constant
422 notUtilIsDeepStrict(err1, err2, assert.AssertionError);
423 notUtilIsDeepStrict(err1, err3, assert.AssertionError);
424 notUtilIsDeepStrict(err1, {}, assert.AssertionError);
Dtest-assert-deep.js587 const err1 = new Error('foo1'); constant
588 assertNotDeepOrStrict(err1, new Error('foo2'), assert.AssertionError);
589 assertNotDeepOrStrict(err1, new TypeError('foo1'), assert.AssertionError);
590 assertDeepAndStrictEqual(err1, new Error('foo1'));
591 assertNotDeepOrStrict(err1, {}, AssertionError);
/third_party/python/Lib/
Dcodeop.py89 code1 = err1 = err2 = None
93 err1 = e
101 if not code1 and _is_syntax_error(err1, err2):
102 raise err1
106 err1 = err2 = None
108 def _is_syntax_error(err1, err2): argument
109 rep1 = repr(err1)
/third_party/lwip/test/unit/udp/
Dtest_udp.c344 err_t err1; in START_TEST() local
355 err1 = udp_bind(pcb1, &ip1, 2105); in START_TEST()
358 fail_unless(err1 == ERR_OK); in START_TEST()
371 err1 = udp_bind(pcb1, &ip1, 2105); in START_TEST()
374 fail_unless(err1 == ERR_OK); in START_TEST()
387 err1 = udp_bind(pcb1, &ip1, 2105); in START_TEST()
390 fail_unless(err1 == ERR_OK); in START_TEST()
403 err1 = udp_bind(pcb1, &ip1, 2105); in START_TEST()
406 fail_unless(err1 == ERR_OK); in START_TEST()
419 err1 = udp_bind(pcb1, &ip1, 2105); in START_TEST()
[all …]
/third_party/jerryscript/tests/unit-core/
Dtest-api-binary-operations-arithmetics.cpp87 jerry_value_t err1 = jerry_create_error (JERRY_ERROR_SYNTAX, (const jerry_char_t *) "error"); variable
273 T_ERR (JERRY_BIN_OP_ADD, jerry_acquire_value (err1), jerry_acquire_value (err1)),
274 T_ERR (JERRY_BIN_OP_ADD, jerry_acquire_value (err1), jerry_create_undefined ()),
275 T_ERR (JERRY_BIN_OP_ADD, jerry_create_undefined (), jerry_acquire_value (err1)),
278 T_ARI (jerry_acquire_value (err1), jerry_acquire_value (err1)),
279 T_ARI (jerry_acquire_value (err1), jerry_create_undefined ()),
280 T_ARI (jerry_create_undefined (), jerry_acquire_value (err1)),
311 jerry_release_value (err1);
Dtest-api-binary-operations-comparisons.cpp67 jerry_value_t err1 = jerry_create_error (JERRY_ERROR_SYNTAX, (const jerry_char_t *) "error"); variable
304 T (JERRY_BIN_OP_STRICT_EQUAL, jerry_acquire_value (err1), jerry_acquire_value (err1), true),
305 T (JERRY_BIN_OP_STRICT_EQUAL, jerry_acquire_value (err1), jerry_create_undefined (), true),
306 T (JERRY_BIN_OP_STRICT_EQUAL, jerry_create_undefined (), jerry_acquire_value (err1), true),
320 jerry_release_value (err1);
/third_party/ltp/testcases/kernel/device-drivers/uaccess/
Dltp_uaccess.c112 goto err1; in uaccess_init()
125 err1: in uaccess_init()
/third_party/parse5/test/utils/
Dgenerate-tokenization-tests.ts118 result.errors.sort((err1, err2) => err1.line - err2.line || err1.col - err2.col);
/third_party/icu/icu4c/source/test/intltest/
Dpptest.cpp128 UBool err1 = false; in TestFieldPosition() local
139 if (!err1) { in TestFieldPosition()
Dtfsmalls.cpp133 UBool err1 = false; in test_FieldPosition() local
140 if (fp.getField() != i+8) err1 = true; in test_FieldPosition()
144 if (!err1) { in test_FieldPosition()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
D9-1.c83 goto err1; in do_test()
189 err1: in do_test()
/third_party/fsverity-utils/lib/
Dhash_algs.c89 goto err1; in openssl_digest_ctx_create()
100 err1: in openssl_digest_ctx_create()
/third_party/node/deps/openssl/openssl/crypto/txt_db/
Dtxt_db.c260 goto err1; in TXT_DB_insert()
264 goto err1; in TXT_DB_insert()
267 err1: in TXT_DB_insert()
/third_party/openssl/crypto/txt_db/
Dtxt_db.c260 goto err1; in TXT_DB_insert()
264 goto err1; in TXT_DB_insert()
267 err1: in TXT_DB_insert()
/third_party/node/deps/openssl/openssl/ssl/
Dt1_enc.c752 goto err1; in tls1_export_keying_material()
755 goto err1; in tls1_export_keying_material()
758 goto err1; in tls1_export_keying_material()
761 goto err1; in tls1_export_keying_material()
764 goto err1; in tls1_export_keying_material()
776 err1: in tls1_export_keying_material()
/third_party/openssl/ssl/
Dt1_enc.c747 goto err1; in tls1_export_keying_material()
750 goto err1; in tls1_export_keying_material()
753 goto err1; in tls1_export_keying_material()
756 goto err1; in tls1_export_keying_material()
759 goto err1; in tls1_export_keying_material()
771 err1: in tls1_export_keying_material()
/third_party/typescript/tests/baselines/reference/
Dumd-errors.errors.txt1 tests/cases/conformance/externalModules/err1.d.ts(2,1): error TS1314: Global module exports may onl…
11 ==== tests/cases/conformance/externalModules/err1.d.ts (1 errors) ====
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
Dcpuset_cpu_hog.c180 goto err1; in cpu_hog()
219 err1: in cpu_hog()
/third_party/node/deps/base64/base64/test/
Dbenchmark.c259 goto err1; in main()
281 err1: free(b.reg); in main()
/third_party/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/
Dltp_block_dev.c408 goto err1; in test_init_module()
421 err1: in test_init_module()

12