| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| D | base_test_reporter.rb | 18 raise NotImplementedError, "#{self.class} does not implement prologue()." 22 raise NotImplementedError, "#{self.class} does not implement epilogue()." 26 raise NotImplementedError, "#{self.class} does not implement log_exclusion()." 30 raise NotImplementedError, "#{self.class} does not implement log_skip_include()." 34 raise NotImplementedError, "#{self.class} does not implement log_skip_bugid()." 38 raise NotImplementedError, "#{self.class} does not implement log_skip_ignore()." 42 raise NotImplementedError, "#{self.class} does not implement log_skip_only_ignore()." 46 raise NotImplementedError, "#{self.class} does not implement log_ignore_ignored()." 50 raise NotImplementedError, "#{self.class} does not implement log_start_command()." 54 raise NotImplementedError, "#{self.class} does not implement log_failed_compilation()." [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/ |
| D | base_test_reporter.rb | 18 raise NotImplementedError, "#{self.class} does not implement prologue()." 22 raise NotImplementedError, "#{self.class} does not implement epilogue()." 26 raise NotImplementedError, "#{self.class} does not implement log_exclusion()." 30 raise NotImplementedError, "#{self.class} does not implement log_skip_include()." 34 raise NotImplementedError, "#{self.class} does not implement log_skip_bugid()." 38 raise NotImplementedError, "#{self.class} does not implement log_skip_ignore()." 42 raise NotImplementedError, "#{self.class} does not implement log_skip_only_ignore()." 46 raise NotImplementedError, "#{self.class} does not implement log_ignore_ignored()." 50 raise NotImplementedError, "#{self.class} does not implement log_start_command()." 54 raise NotImplementedError, "#{self.class} does not implement log_failed_compilation()." [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/annotation_tests/ |
| D | ambient_annotations_bad_type01.sts | 34 /* @@? 19:26 Error TypeError: The initial value does not match the expected value. */ 35 /* @@? 19:5 Error TypeError: Initializer for field 'authorName' does not match the expected definit… 36 /* @@? 20:25 Error TypeError: The initial value does not match the expected value. */ 37 /* @@? 20:5 Error TypeError: Initializer for field 'authorAge' does not match the expected definiti… 38 /* @@? 21:25 Error TypeError: The initial value does not match the expected value. */ 39 /* @@? 21:5 Error TypeError: Initializer for field 'testBool' does not match the expected definitio… 40 /* @@? 22:29 Error TypeError: The initial value does not match the expected value. */ 41 /* @@? 22:5 Error TypeError: Initializer for field 'favorColor' does not match the expected definit… 42 /* @@? 23:27 Error TypeError: The initial value does not match the expected value. */ 43 /* @@? 23:26 Error TypeError: The initial value does not match the expected value. */ [all …]
|
| D | ambient_annotations_bad_type02.sts | 35 /* @@? 20:22 Error TypeError: The initial value does not match the expected value. */ 36 /* @@? 20:5 Error TypeError: Initializer for field 'authorAge' does not match the expected definiti… 38 /* @@? 21:5 Error TypeError: Initializer for field 'testBool' does not match the expected definitio… 39 /* @@? 22:5 Error TypeError: Initializer for field 'favorColor' does not match the expected definit… 40 /* @@? 23:5 Error TypeError: Initializer for field 'color' does not match the expected definition i…
|
| D | annotationUsage_as_type11.sts | 22 /* @@? 19:9 Error TypeError: Property 'a' does not exist on type '*TYPE_ERROR*' */ 24 /* @@? 19:9 Error TypeError: Property 'a' does not exist on type '*TYPE_ERROR*' */
|
| D | annotationUsage_bad_param08.sts | 24 /* @@? 21:10 Error TypeError: The parameter 'a' does not match any declared property in the annotat… 25 /* @@? 21:16 Error TypeError: The parameter 'b' does not match any declared property in the annotat…
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/rules/ |
| D | rule145.ts.json | 43 … "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", 44 … "rule": "Function lacks ending return statement and return type does not include 'undefined'.", 63 … "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", 64 … "rule": "Function lacks ending return statement and return type does not include 'undefined'.", 73 … "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", 74 … "rule": "Function lacks ending return statement and return type does not include 'undefined'.", 83 … "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", 84 … "rule": "Function lacks ending return statement and return type does not include 'undefined'.", 93 … "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", 94 … "rule": "Function lacks ending return statement and return type does not include 'undefined'.",
|
| /arkcompiler/ets_frontend/test262/ |
| D | es2abc_skip_tests.json | 37 … "language/expressions/dynamic-import/catch/nested-async-gen-await-file-does-not-exist.js", 39 … "language/expressions/dynamic-import/catch/nested-async-gen-return-await-file-does-not-exist.js" 53 …"language/expressions/dynamic-import/catch/nested-async-function-return-await-file-does-not-exist.… 54 … "language/expressions/dynamic-import/catch/top-level-import-catch-file-does-not-exist.js", 55 … "language/expressions/dynamic-import/catch/nested-if-import-catch-file-does-not-exist.js", 56 … "language/expressions/dynamic-import/catch/nested-arrow-import-catch-file-does-not-exist.js", 57 … "language/expressions/dynamic-import/catch/nested-async-function-file-does-not-exist.js", 58 "language/expressions/dynamic-import/catch/nested-block-labeled-file-does-not-exist.js", 59 … "language/expressions/dynamic-import/catch/nested-else-import-catch-file-does-not-exist.js", 60 … "language/expressions/dynamic-import/catch/nested-async-function-await-file-does-not-exist.js", [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/ |
| D | incorrect_class_field_access.params.yaml | 19 …- { init: "let c: A = new A();", check: "c.b1 = 1;", text: "does not name an accessible member fie… 20 …- { init: "let c: A = new A();", check: "c.pb2 = 1;", text: "does not name an accessible member fi… 21 …- { init: "let c: B = new B();", check: "c.pb2 = 1;", text: "does not name an accessible member fi… 22 …- { init: "let c: B = new B();", check: "c.pa3 = 1;", text: "does not name an accessible member fi…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | GC.sts | 71 * current GC does not support requested cause 89 * current GC does not support requested cause 90 * @throws UnsupportedOperationException if current GC does not support requested cause 120 * current GC does not support requested cause 165 * @throws UnsupportedOperationException if used GC does not support pinning 189 * @throws UnsupportedOperationException if used GC does not support pinning 204 * @throws UnsupportedOperationException if used GC does not support pinning 219 * @throws UnsupportedOperationException if used GC does not support pinning 234 * @throws UnsupportedOperationException if used GC does not support pinning 249 * @throws UnsupportedOperationException if used GC does not support pinning [all …]
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | assembly_format.md | 5 …does not describe bytecode instructions supported by the Panda virtual machine, refer to the [Byte… 12 … at the assembly language level because we might support a language which does not implement class… 70 As stated above, current version of Panda assembly does not favor any language as the platform is d… 98 | `static` | Marks a function as static. Does not require value. | 100 | `final` | Marks a function as final. Does not require value. | 108 | `external` | Marks an externally defined function. Does not require value. | 109 | `native` | Marks an externally defined function. Does not require value. | 110 | `noimpl` | Marks a function without implementation. Does not require value. | 113 | `static` | Marks a function as static. Does not require value. | 123 | `final` | Marks a record as final. Does not require value. | [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe143.md | 7 ArkTS does not support import assertions because in the language import is a 9 in runtime does not make sense for the statically typed language. Use ordinary
|
| D | recipe142.md | 7 ArkTS does not support ``as const`` assertions because in the standard TypeScript 9 does not support literal types.
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | optional_chaining_invalid_property.sts | 28 /* @@? 26:21 Error TypeError: Property 'hasSting' does not exist on type 'Dog' */ 29 /* @@? 26:21 Error TypeError: Property 'hasSting' does not exist on type 'Dog' */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/ets/ |
| D | FakeNativeTest.sts | 36 …throw new Error("ERROR: nativeFake method was successfully called, but does not have a definition"… 49 …throw new Error("ERROR: nativeFakeCritical method was successfully called, but does not have a def…
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | memberExpression.cpp | 79 pg->ThrowTypeErrorIfFalse(this, "Object does not have private property"); in Compile() 131 … {"Property ", property_->AsIdentifier()->Name(), " does not exist on this type."}, in Check() 136 … {"Property ", property_->AsNumberLiteral()->Str(), " does not exist on this type."}, in Check() 141 … {"Property ", property_->AsStringLiteral()->Str(), " does not exist on this type."}, in Check() 174 …checker->ThrowTypeError({"Property ", property_->AsIdentifier()->Name(), " does not exist on this … in Check()
|
| /arkcompiler/ets_frontend/ets2panda/linter/cookbook_convertor/res/ |
| D | recipes.rst | 23 |LANG| does not support Objects with name properties that are numbers or 78 |LANG| does not support ``Symbol()`` API. 96 |LANG| does not support ``Symbol()`` API because its most popular use cases 119 |LANG| does not private identifiers started with ``#`` symbol, use ``private`` keyword instead. 175 |LANG| does not support ``var``, always use ``let`` instead. 234 |LANG| does not support ``any``, ``undefined``, and ``unknown`` types. 384 |LANG| does not support call signatures in object types. Use classes instead. 434 |LANG| does not support constructor signatures in object types. Use classes 481 |LANG| does not allow to have sevaral static block for class initialization, combine static blocks … 523 |LANG| does not allow indexed signatures, use arrays instead. [all …]
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | run_js_perf_test.sh | 109 echo_fatal "${D8_DEVICE_DIR}: directory with v8 libs for device does not exist" 113 echo_fatal "${D8_DEVICE_DIR}/d8 is required, but does not exist" 117 echo_fatal "${D8_DEVICE_DIR}/snapshot_blob.bin is required, but does not exist" 121 echo_fatal "${D8_DEVICE_DIR}/icudtl.dat is required, but does not exist" 132 echo_fatal "Executable file does not exist: ${HDC_PATH}" 138 echo_fatal "Executable file does not exist: ${D8_BINARY_PATH}" 142 echo_fatal "Config file does not exist: ${CONFIG_PATH}" 157 echo_fatal "Path to openharmony root dir does not exist: ${OPENHARMONY_ROOT_PATH}"
|
| /arkcompiler/runtime_core/docs/ |
| D | assembly_format.md | 5 …does not describe bytecode instructions supported by the Panda virtual machine, refer to the [Byte… 12 … at the assembly language level because we might support a language which does not implement class… 70 As stated above, current version of Panda assembly does not favor any language as the platform is d… 103 | `external` | Marks an externally defined function. Does not require value. | 104 | `native` | Marks an externally defined function. Does not require value. | 105 | `noimpl` | Marks a function without implementation. Does not require value. | 106 | `static` | Marks a function as static. Does not require value. | 125 | `external` | Marks an externally defined record. Does not require value. | 131 | `external` | Marks an externally defined field. Does not require value. | 132 | `static` | Marks an statically defined field. Does not require value. | [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/version_control/API12beta3/syntax_feature/ |
| D | lazy_import_unsupported_compile_version-expected.txt | 1 SyntaxError: Current configuration does not support using lazy import. Lazy import can be used in t…
|
| /arkcompiler/ets_frontend/es2panda/test/version_control/API12beta3/bytecode_feature/ |
| D | wide_lazy_import_bytecode_unsupported_compile_asm_version-expected.txt | 1 SyntaxError: Current configuration does not support using lazy import. Lazy import can be used in t…
|
| D | lazy_import_bytecode_unsupported_compile_asm_version-expected.txt | 1 SyntaxError: Current configuration does not support using lazy import. Lazy import can be used in t…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_override-expected.txt | 1 SyntaxError: This member cannot have an 'override' modifier because its containing class does not e…
|
| D | test_override7-expected.txt | 1 SyntaxError: This member cannot have an 'override' modifier because its containing class does not e…
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/ |
| D | fix_arktsconfig.py | 48 raise RuntimeError(f'PANDA_BUILD "{ark_root}" does not exist!') 60 log.warning('%s does not exist! Creating it "manually"!', config)
|