| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| D | base_test_reporter.rb | 3 # you may not use this file except in compliance with the License. 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()." [all …]
|
| D | jtr_reporter.rb | 3 # you may not use this file except in compliance with the License. 58 if !(@status =~ /Passed\.|Not run\./) and !@output.empty? 72 @status = 'Not run. Excluded by tag' 76 @status = 'Not run. Not included by tag' 80 @status = 'Not run. Not mtched bugid' 84 @status = 'Not run. runner_option is ignore' 88 @status = 'Not run. Running only ignored' 147 @status = 'Not run.'
|
| /arkcompiler/ets_frontend/test262/ |
| D | dynamicImport_tests.txt | 3 nested-arrow-assignment-expression-not-extensible-args.js 7 nested-else-braceless-not-extensible-no-trailing-comma.js 8 nested-function-return-assignment-expr-not-optional.js 9 nested-else-braceless-assignment-expr-not-optional.js 11 nested-function-not-extensible-args.js 16 nested-async-function-return-await-not-extensible-no-trailing-comma.js 17 nested-do-while-not-extensible-args.js 20 nested-async-function-assignment-expr-not-optional.js 21 nested-else-braceless-not-extensible-args.js 22 nested-async-gen-await-not-extensible-args.js [all …]
|
| /arkcompiler/runtime_core/cmake/toolchain/ |
| D | common.cmake | 3 # you may not use this file except in compliance with the License. 18 if(NOT c_compiler) 27 if(NOT cxx_compiler) 35 if(NOT CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "x86_64") 41 # * add_compile_options is not used intentionally as it does not 44 if (NOT PANDA_CROSS_AMD64_X86) 52 if (NOT DEFINED QEMU_PREFIX) 55 if (NOT "${QEMU_PREFIX}" STREQUAL "")
|
| D | cross-ohos-aarch64.cmake | 3 # you may not use this file except in compliance with the License. 29 if(NOT PANDA_TOOLCHAIN_INITIALIZED) 31 # Prevent failures if TOOLCHAIN_CLANG_ROOT is not set this time but still fail 32 # if TOOLCHAIN_CLANG_ROOT is not specified at all. 33 if(NOT TOOLCHAIN_CLANG_ROOT) 46 … # Do not add linker flags multiple times when variables persist across toolchain file invocation.
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_weak_map.cpp | 4 * you may not use this file except in compliance with the License. 52 // 5.If iterable is not present, let iterable be undefined. in WeakMapConstructor() 60 THROW_TYPE_ERROR_AND_RETURN(thread, "iterable is not object", JSTaggedValue::Exception()); in WeakMapConstructor() 70 THROW_TYPE_ERROR_AND_RETURN(thread, "adder is not callable", adder.GetTaggedValue()); in WeakMapConstructor() 82 // 2.If Type(S) is not Object, throw a TypeError exception. in Delete() 83 // 3.If S does not have a [[WeakMapData]] internal slot, throw a TypeError exception. in Delete() 85 THROW_TYPE_ERROR_AND_RETURN(thread, "obj is not JSWeakMap.", JSTaggedValue::Exception()); in Delete() 90 // 5.if Type(key) is not Object, return false. in Delete() 104 // 2.If Type(S) is not Object, throw a TypeError exception. in Has() 105 // 3.If S does not have a [[WeakMapData]] internal slot, throw a TypeError exception. in Has() [all …]
|
| D | builtins_reflect.cpp | 4 * you may not use this file except in compliance with the License. 32 …THROW_TYPE_ERROR_AND_RETURN(thread, "Reflect.apply target is not callable", JSTaggedValue::Excepti… in ReflectApply() 62 …THROW_TYPE_ERROR_AND_RETURN(thread, "Reflect.construct target is not constructor", JSTaggedValue::… in ReflectConstruct() 64 // 2. If newTarget is not present, set newTarget to target. in ReflectConstruct() 69 … THROW_TYPE_ERROR_AND_RETURN(thread, "Reflect.construct newTarget is present, but not constructor", in ReflectConstruct() 93 // 1. If Type(target) is not Object, throw a TypeError exception. in ReflectDefineProperty() 96 …THROW_TYPE_ERROR_AND_RETURN(thread, "Reflect.defineProperty target is not object", JSTaggedValue::… in ReflectDefineProperty() 117 // 1. If Type(target) is not Object, throw a TypeError exception. in ReflectDeleteProperty() 120 …THROW_TYPE_ERROR_AND_RETURN(thread, "Reflect.deleteProperty target is not object", JSTaggedValue::… in ReflectDeleteProperty() 136 // 1. If Type(target) is not Object, throw a TypeError exception. in ReflectGet() [all …]
|
| D | builtins_map.cpp | 4 * you may not use this file except in compliance with the License. 50 // 5.If iterable is not present, let iterable be undefined. in MapConstructor() 58 THROW_TYPE_ERROR_AND_RETURN(thread, "iterable is not object", JSTaggedValue::Exception()); in MapConstructor() 75 // 2.If Type(S) is not Object, throw a TypeError exception. in Set() 76 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in Set() 78 THROW_TYPE_ERROR_AND_RETURN(thread, "obj is not JSMap", JSTaggedValue::Exception()); in Set() 97 // 2.If Type(S) is not Object, throw a TypeError exception. in Clear() 98 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in Clear() 100 THROW_TYPE_ERROR_AND_RETURN(thread, "obj is not JSMap", JSTaggedValue::Exception()); in Clear() 113 // 2.If Type(S) is not Object, throw a TypeError exception. in Delete() [all …]
|
| D | builtins_set.cpp | 4 * you may not use this file except in compliance with the License. 53 // 5.If iterable is not present, let iterable be undefined. in SetConstructor() 68 THROW_TYPE_ERROR_AND_RETURN(thread, "adder is not callable", adder.GetTaggedValue()); in SetConstructor() 113 // 2.If Type(S) is not Object, throw a TypeError exception. in Add() 114 // 3.If S does not have a [[SetData]] internal slot, throw a TypeError exception. in Add() 116 THROW_TYPE_ERROR_AND_RETURN(thread, "obj is not JSSet", JSTaggedValue::Exception()); in Add() 134 // 2.If Type(S) is not Object, throw a TypeError exception. in Clear() 135 // 3.If S does not have a [[SetData]] internal slot, throw a TypeError exception. in Clear() 137 THROW_TYPE_ERROR_AND_RETURN(thread, "obj is not JSSet", JSTaggedValue::Exception()); in Clear() 151 // 2.If Type(S) is not Object, throw a TypeError exception. in Delete() [all …]
|
| D | builtins_finalization_registry.cpp | 4 * you may not use this file except in compliance with the License. 40 … THROW_TYPE_ERROR_AND_RETURN(thread, "cleanupCallback not Callable", JSTaggedValue::Exception()); in FinalizationRegistryConstructor() 75 …THROW_TYPE_ERROR_AND_RETURN(thread, "thisValue is not object or does not have an internalSlot inte… in Register() 78 // 3. If Type(target) is not Object, throw a TypeError exception. in Register() 80 THROW_TYPE_ERROR_AND_RETURN(thread, "target is not object", JSTaggedValue::Exception()); in Register() 84 …THROW_TYPE_ERROR_AND_RETURN(thread, "target and heldValue should not be equal", JSTaggedValue::Exc… in Register() 86 // 5. If Type(unregisterToken) is not Object, then in Register() 87 // a. If unregisterToken is not undefined, throw a TypeError exception. in Register() 112 …THROW_TYPE_ERROR_AND_RETURN(thread, "thisValue is not object or does not have an internalSlot inte… in Unregister() 115 // 3. If Type(unregisterToken) is not Object, throw a TypeError exception. in Unregister() [all …]
|
| D | builtins_symbol.cpp | 4 * you may not use this file except in compliance with the License. 37 // 1.If NewTarget is not undefined, throw a TypeError exception. in SymbolConstructor() 41 THROW_TYPE_ERROR_AND_RETURN(thread, "SymbolConstructor: NewTarget is not undefined", in SymbolConstructor() 74 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ToString() 82 // If Type(s) is not Object, throw a TypeError exception. in ToString() 83 … THROW_TYPE_ERROR_AND_RETURN(thread, "ToString: s is not Object", JSTaggedValue::Exception()); in ToString() 133 // If Type(s) is not Object, throw a TypeError exception. in ValueOf() 136 THROW_TYPE_ERROR_AND_RETURN(thread, "ValueOf: s is not Object", JSTaggedValue::Exception()); in ValueOf() 138 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ValueOf() 140 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ValueOf() [all …]
|
| D | builtins_weak_set.cpp | 4 * you may not use this file except in compliance with the License. 52 // 5.If iterable is not present, let iterable be undefined. in WeakSetConstructor() 67 THROW_TYPE_ERROR_AND_RETURN(thread, "adder is not callable", adder.GetTaggedValue()); in WeakSetConstructor() 116 // 2.If Type(S) is not Object, throw a TypeError exception. in Add() 117 // 3.If S does not have a [[WeakSetData]] internal slot, throw a TypeError exception. in Add() 119 THROW_TYPE_ERROR_AND_RETURN(thread, "obj is not JSWeakSet", JSTaggedValue::Exception()); in Add() 124 THROW_TYPE_ERROR_AND_RETURN(thread, "value is not an object", JSTaggedValue::Exception()); in Add() 143 // 2.If Type(S) is not Object, throw a TypeError exception. in Delete() 144 // 3.If S does not have a [[WeakSetData]] internal slot, throw a TypeError exception. in Delete() 146 THROW_TYPE_ERROR_AND_RETURN(thread, "obj is not JSWeakSet", JSTaggedValue::Exception()); in Delete() [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | not.64.yaml | 3 # you may not use this file except in compliance with the License. 16 - file-name: 'not.64' 28 - sig: not.64 35 not.64 39 description: Check `not.64` with various values. 67 - sig: not.64 74 not.64 78 description: Check `not.64` with various values. 116 not.64 118 description: Check `not.64` with incorrect accumulator type. [all …]
|
| D | not.yaml | 3 # you may not use this file except in compliance with the License. 16 - file-name: 'not' 28 - sig: not 35 not 44 description: Check `not` with various values. 78 - sig: not 85 not 94 description: Check `not` with various values. 132 not 134 description: Check `not` with incorrect accumulator type. [all …]
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-64.pa | 3 # you may not use this file except in compliance with the License. 21 not 32 not 43 not 52 not 61 not 70 not 81 not.64 92 not.64 103 not.64 [all …]
|
| D | math-63.pa | 3 # you may not use this file except in compliance with the License. 21 not 32 not 43 not 52 not 63 not 74 not 87 not.64 98 not.64 109 not.64 [all …]
|
| D | math-65.pa | 3 # you may not use this file except in compliance with the License. 21 not 32 not 43 not 52 not 61 not 70 not 81 not.64 92 not.64 103 not.64 [all …]
|
| D | math-56.pa | 3 # you may not use this file except in compliance with the License. 17 not 25 not.64 33 not 41 not.64 49 not 57 not.64
|
| /arkcompiler/runtime_core/disassembler/tests/ |
| D | labels_test.cpp.in | 4 * you may not use this file except in compliance with the License. 39 ASSERT_TRUE(beg_g != std::string::npos && end_g != std::string::npos) << "function g not found"; 40 …ASSERT_TRUE(beg_gg != std::string::npos && end_gg != std::string::npos) << "function gg not found"; 62 ASSERT_TRUE(beg_g != std::string::npos && end_g != std::string::npos) << "function g not found"; 66 …RUE(body_g.find("jump_label_0:\n\tmovi v0, 0x0") != std::string::npos) << "jump_label_0 not found"; 67 …RUE(body_g.find("jump_label_2:\n\tmovi v0, 0x1") != std::string::npos) << "jump_label_1 not found"; 68 …RUE(body_g.find("jump_label_4:\n\tmovi v0, 0x2") != std::string::npos) << "jump_label_2 not found"; 69 …RUE(body_g.find("jump_label_6:\n\tmovi v0, 0x3") != std::string::npos) << "jump_label_3 not found"; 70 …RUE(body_g.find("jump_label_7:\n\tmovi v0, 0x4") != std::string::npos) << "jump_label_4 not found"; 71 …RUE(body_g.find("jump_label_5:\n\tmovi v0, 0x5") != std::string::npos) << "jump_label_5 not found"; [all …]
|
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | diagnosticMessages.json | 6 "A rest parameter or binding pattern may not have a trailing comma.": { 94 "A 'with' statements are not allowed in strict mode.": { 150 "Octal literals are not allowed in strict mode.": { 154 "Octal escape sequences are not allowed in strict mode.": { 162 "Line break not permitted here.": { 194 "A comma expression is not allowed in a computed property name.": { 222 "A parameter property may not be declared using a binding pattern.": { 246 "Line terminator not permitted before arrow.": { 250 "Decorators are not valid here.": { 306 "A decorator can only decorate a method implementation, not an overload.": { [all …]
|
| /arkcompiler/runtime_core/cmake/ |
| D | Definitions.cmake | 3 # you may not use this file except in compliance with the License. 32 if (NOT PANDA_ENABLE_ADDRESS_SANITIZER) 44 message(FATAL_ERROR "Platform ${CMAKE_SYSTEM_NAME} is not supported") 48 if(NOT PANDA_CROSS_AMD64_X86) 71 …elseif(NOT (PANDA_TARGET_ARM32_ABI_SOFT OR PANDA_TARGET_ARM32_ABI_SOFTFP OR PANDA_TARGET_ARM32_ABI… 72 message(FATAL_ERROR "PANDA_TARGET_ARM32_ABI_* is not set") 75 message(FATAL_ERROR "Processor ${CMAKE_SYSTEM_PROCESSOR} is not supported") 105 AND NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 9.0.0 109 AND NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 8.0.0))) 124 if (NOT PANDA_TARGET_MOBILE OR NOT PANDA_TARGET_ARM64) [all …]
|
| D | CommonTesting.cmake | 3 # you may not use this file except in compliance with the License. 18 if(NOT PANDA_WITH_TESTS) 38 if (NOT DEFINED ARG_OUTPUT_DIRECTORY) 39 message(FATAL_ERROR "OUTPUT_DIRECTORY is not defined") 42 if (NOT ARG_CONTAINS_MAIN) 45 elseif (NOT CMAKE_CROSSCOMPILING) 64 if (NOT ARG_CONTAINS_MAIN AND NOT CMAKE_CROSSCOMPILING) 90 if (NOT ARG_USE_CATCH2) 91 if (CONTAINS_MAIN OR NOT CMAKE_CROSSCOMPILING) 98 if (NOT (PANDA_TARGET_MOBILE OR PANDA_TARGET_OHOS)) [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 11 … so they should be executed non-simultaneously and in some order that will not violate memory depe… 13 …pedia.org/wiki/Total_order). However, in Circuit IR, computation gates are not tied to state gates… 19 …utation gate with side effect (i.e. may store to the global memory) should not be executed before … 21 …not be interfered by the other part, so the implementation will be simpler. In addition, some spec… 23 …everal nodes named **root nodes** in Circuit IR. They are not called "gates" since they do not con… 25 * `CIRCUIT_ROOT`: A very special gate located at zero offset. It is the only gate that does not hav… 33 …ch as constants and arguments. (they are special computation gates that do not depend on other val… 43 …2` `INT64` `F32` `F64`. Note that pointer type is not included in primary types, since pointers ar… 56 * `00` means GC may or may not occur (within the `GC` or `NOGC` tagged value category) 58 * `10` means GC will not occur (within the `NOGC` tagged value category) [all …]
|
| /arkcompiler/runtime_core/scripts/ |
| D | memdump.py | 5 # you may not use this file except in compliance with the License. 25 * total allocated memory (not considering free) 28 * total number of bytes allocated (not considering free) 33 To view only live allocations (allocations which are not free at the moment of dump) --live 92 if self.strfilter is not None and self.strfilter not in stacktrace: 100 if value not in SPACES.values(): 140 if not stacktrace: 151 help='Dump only live allocations (for which "free" is not called)') 189 if not space_filter.filter(space, stacktrace): 200 if res is not None: [all …]
|
| /arkcompiler/runtime_core/verification/ |
| D | Verification.cmake | 3 # you may not use this file except in compliance with the License. 64 if (NOT DEFINED ARG_TARGET) 65 message(FATAL_ERROR "Mandatory TARGET argument is not defined.") 87 if (NOT DEFINED ARG_TARGET) 88 message(FATAL_ERROR "Mandatory TARGET argument is not defined.") 107 if (NOT DEFINED ARG_TARGET) 108 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
|