Home
last modified time | relevance | path

Searched full:errors (Results 1 – 25 of 55) sorted by relevance

123

/arkcompiler/ets_frontend/test262/
Deshost.patch142 + // Syntax errors don't have nice error messages...
144 + let errors = str.match(/[(](\d+),(\d+)[)]: (.*)/gm);
146 + if (errors && errors.length) {
149 + message: errors[0],
153 + const stack = parseSyntaxError(errors[0]);
166 + errors = str.match(errorRe2);
167 + if (errors && errors.length >3) {
169 + name: errors[2],
170 + message: errors[0],
Dts2abc_skip_tests.json143 …"language/expressions/optional-chaining/early-errors-tail-position-null-optchain-template-string-e…
144 …"language/expressions/optional-chaining/early-errors-tail-position-null-optchain-template-string.j…
145 …"language/expressions/optional-chaining/early-errors-tail-position-null-op-template-string-esi.js",
146 … "language/expressions/optional-chaining/early-errors-tail-position-null-op-template-string.js",
147 …"language/expressions/optional-chaining/early-errors-tail-position-optchain-template-string-esi.js…
148 … "language/expressions/optional-chaining/early-errors-tail-position-optchain-template-string.js",
149 … "language/expressions/optional-chaining/early-errors-tail-position-op-template-string-esi.js",
150 … "language/expressions/optional-chaining/early-errors-tail-position-op-template-string.js",
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py165 self.output = out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignore")
177 self.error = err.decode("utf-8", errors="ignore")
239 out = output_res.decode("utf-8", errors="ignore")
240 err = err.decode("utf-8", errors="ignore")
284 self.error = err.decode("utf-8", errors="ignore")
321 out = out.decode("utf-8", errors="ignore")
322 err = err.decode("utf-8", errors="ignore")
383 self.output = out.decode("utf-8", errors="ignore")
388 self.error = err.decode("utf-8", errors="ignore")
756 test_name + ".errors.txt"))
[all …]
/arkcompiler/runtime_core/runtime/include/tooling/
Ddebug_interface.h419 * @return Error if any errors occur
425 * @return Error if any errors occur
431 * @return Error if any errors occur
437 * @return Error if any errors occur
446 * @return Error if any errors occur
453 * @return Error if any errors occur
460 * @return Error if any errors occur
467 * @return Frame object that implements PtFrame or Error if any errors occur
476 * @return Error if any errors occur
484 * @return Error if any errors occur
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp127 JSHandle<JSTaggedValue> errors = BuiltinsBase::GetCallArg(argv, 0); in AggregateErrorConstructor() local
146 // 4. Let errorsList be ? IterableToList(errors). in AggregateErrorConstructor()
147 JSHandle<JSTaggedValue> errorsList = JSObject::IterableToList(thread, errors); in AggregateErrorConstructor()
149 // 5. Perform ! DefinePropertyOrThrow(O, "errors", PropertyDescriptor { [[Configurable]]: true, in AggregateErrorConstructor()
Dbuiltins_promise.cpp712 // 1. Let errors be a new empty List. in PerformPromiseAny()
713 JSHandle<PromiseRecord> errors = factory->NewPromiseRecord(); in PerformPromiseAny() local
715 errors->SetValue(thread, emptyArray); in PerformPromiseAny()
745 …// 2. Perform ! DefinePropertyOrThrow(error, "errors", PropertyDescriptor { [[Configurable]]: true, in PerformPromiseAny()
746 … // [[Enumerable]]: false, [[Writable]]: true, [[Value]]: ! CreateArrayFromList(errors) }). in PerformPromiseAny()
749 … JSHandle<TaggedArray>::Cast(JSHandle<JSTaggedValue>(thread, errors->GetValue())); in PerformPromiseAny()
775 // h. Append undefined to errors. in PerformPromiseAny()
776 JSHandle<JSTaggedValue> errorsHandle(thread, errors->GetValue()); in PerformPromiseAny()
780 errors->SetValue(thread, errorsArray); in PerformPromiseAny()
798 // [[Index]], [[Errors]], [[Capability]], [[RemainingElements]] »). in PerformPromiseAny()
[all …]
Dbuiltins_promise_handler.cpp516 // 5. Let errors be F.[[Errors]]. in AnyRejectElementFunction()
517 [[maybe_unused]] JSHandle<PromiseRecord> errors = in AnyRejectElementFunction() local
525 // 8. Set errors[index] to x. in AnyRejectElementFunction()
528 JSHandle<TaggedArray>::Cast(JSHandle<JSTaggedValue>(thread, errors->GetValue())); in AnyRejectElementFunction()
536 …// b. Perform ! DefinePropertyOrThrow(error, "errors", PropertyDescriptor { [[Configurable]]: true, in AnyRejectElementFunction()
537 … // [[Enumerable]]: false, [[Writable]]: true, [[Value]]: ! CreateArrayFromList(errors) }). in AnyRejectElementFunction()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_interface.h113 * @return Error if any errors occur
120 * @return Error if any errors occur
/arkcompiler/runtime_core/verification/util/
Dsaturated_enum.h29 pros: more safety and robustness to programmer errors, cons: more code, more complexity, etc
31 pros: simplicity, cons: less robust, does not help to detect logic errors in program
/arkcompiler/runtime_core/libpandabase/os/
Dmem.h48 * @return Error object if any errors occur
56 * @return Error object if any errors occur
64 * @return Error object if any errors occur
72 * @return Error object if any errors occur
80 * @return Error object if any errors occur
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Dcompare.py132 flog = {"Errors on baseline tests": failed_log_old,
133 "Errors on compared tests": failed_log_new}
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md45 These checks help in some cases detect out-of-bounds access type of errors in static.
/arkcompiler/runtime_core/compiler/cmake/
Dcoverage.cmake42 …COMMAND genhtml -o compiler_coverage_report compiler_coverage.info --ignore-errors source ${ADD_CO…
/arkcompiler/runtime_core/libpandabase/cmake/
Dmm_coverage.cmake47 … COMMAND genhtml -o mm_coverage_report mm_coverage.info --ignore-errors source ${ADD_COV_FLAGS}
/arkcompiler/runtime_core/bytecode_optimizer/cmake/
Dcoverage.cmake49 … COMMAND genhtml -o bo_coverage_report bo_coverage.info --ignore-errors source ${ADD_COV_FLAGS}
/arkcompiler/runtime_core/verification/gen/templates/
Dabs_int_inl_compat_checks.h.erb39 % checks.results.ok.to_h.merge(checks.results.warnings.to_h).merge(checks.results.errors.to_h).each…
/arkcompiler/toolchain/tooling/
Ddispatcher.h37 // Json parse errors
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dparser.rb49 puts "Template '#{file_name}' contains several errors:"
/arkcompiler/runtime_core/tests/cts-generator/
Dgenerate-cts.rb102 puts "Template '#{template_path}' contains several errors:"
/arkcompiler/ets_frontend/testTs/
Drun_testTs.py307 output = out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignore")
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmovi.64.yaml168 description: Check mov.64 instruction with syntax errors.
/arkcompiler/runtime_core/verification/
Dverification.yaml18 errors:
/arkcompiler/runtime_core/verification/models/typesystem/
Dark_subtyping_closure.als275 1. Model sizes are sufficient to find algorithm errors
276 2. No errors are found (modulo specific selection of initial typesystems, see comments above)
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dregisters_description.h140 // NOLINTNEXTLINE(bugprone-branch-clone,-warnings-as-errors) in GetUsedRegsMask()
/arkcompiler/toolchain/build/compile_script/
Dark.py218 …print('\033[31mError!\033[0m', '\033[31mARK_{} compilation finished with errors.\033[0m'.format(ar…

123