# Copyright (c) 2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. Start bindErrorTest call boundAt fail. err: BusinessError: The at method cannot be bound., errCode: 10200011 Call boundConcat fail. err: BusinessError: The concat method cannot be bound., errCode: 10200011 Call boundEntries failed. err: BusinessError: The entries method cannot be bound., errCode: 10200011 Call boundFill failed. err: BusinessError: The fill method cannot be bound., errCode: 10200011 Call boundFilter failed. err: BusinessError: The filter method cannot be bound., errCode: 10200011 Call boundFind failed. err: BusinessError: The find method cannot be bound., errCode: 10200011 Call boundFindIndex failed. err: BusinessError: The findIndex method cannot be bound., errCode: 10200011 Call boundForEach failed. err: BusinessError: The forEach method cannot be bound., errCode: 10200011 Call boundIndexOf failed. err: BusinessError: The indexOf method cannot be bound., errCode: 10200011 Call boundJoin failed. err: BusinessError: The join method cannot be bound., errCode: 10200011 Call boundKeys failed. err: BusinessError: The keys method cannot be bound., errCode: 10200011 Call boundMap failed. err: BusinessError: The map method cannot be bound., errCode: 10200011 Call boundPop failed. err: BusinessError: The pop method cannot be bound., errCode: 10200011 Call boundPush failed. err: BusinessError: The push method cannot be bound., errCode: 10200011 Call boundReduce failed. err: BusinessError: The reduce method cannot be bound., errCode: 10200011 Call boundShift failed. err: BusinessError: The shift method cannot be bound., errCode: 10200011 Call boundSlice failed. err: BusinessError: The slice method cannot be bound., errCode: 10200011 Call boundSort failed. err: BusinessError: The sort method cannot be bound., errCode: 10200011 Call boundToString failed. err: BusinessError: The toString method cannot be bound., errCode: 10200011 Call boundUnshift failed. err: BusinessError: The unshift method cannot be bound., errCode: 10200011 Call boundValues failed. err: BusinessError: The values method cannot be bound., errCode: 10200011 Call boundIncludes failed. err: BusinessError: The includes method cannot be bound., errCode: 10200011 Call boundShrinkTo failed. err: BusinessError: Parameter error.Not enough parameter., errCode: 401 Call boundExtendTo failed. err: BusinessError: Parameter error.Not enough parameters., errCode: 401 Start Test SendableMap Start map bindErrorTest Call boundClear failed. err: BusinessError: The clear method cannot be bound., errCode: 10200011 Call boundDelete failed. err: BusinessError: The delete method cannot be bound., errCode: 10200011 Call boundEntries failed. err: BusinessError: The entries method cannot be bound., errCode: 10200011 Call boundForEach failed. err: BusinessError: The forEach method cannot be bound., errCode: 10200011 Call boundGet failed. err: BusinessError: The get method cannot be bound., errCode: 10200011 Call boundHas failed. err: BusinessError: The has method cannot be bound., errCode: 10200011 Call boundKeys failed. err: BusinessError: The keys method cannot be bound., errCode: 10200011 Call boundSet failed. err: BusinessError: The set method cannot be bound., errCode: 10200011 Call boundValues failed. err: BusinessError: The values method cannot be bound., errCode: 10200011 Start Test SendableSet Start set bindErrorTest Call boundAdd failed. err: BusinessError: The add method cannot be bound., errCode: 10200011 Call boundClear failed. err: BusinessError: The clear method cannot be bound., errCode: 10200011 Call boundDelete failed. err: BusinessError: The delete method cannot be bound., errCode: 10200011 Call boundEntries failed. err: BusinessError: The entries method cannot be bound., errCode: 10200011 Call boundForEach failed. err: BusinessError: The forEach method cannot be bound., errCode: 10200011 Call boundHas failed. err: BusinessError: The has method cannot be bound., errCode: 10200011 Call boundValues failed. err: BusinessError: The values method cannot be bound., errCode: 10200011 Start Test SendableArray Start createErrorTest Init with small first element: -1 success. Init with big first element: 0xffff success. Init exceed max length success. Create with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable value., errCode: 401 Start fromErrorTest Create from non-sendable iterator fail. err: BusinessError: Parameter error.Only accept sendable value., errCode: 401 Create from non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable value., errCode: 401 Create from mapper: non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable value., errCode: 401 Start atErrorTest at invalid index success: 5 Start concatErrorTest concat with non-sendable array fail.err: BusinessError: Parameter error.Only accept sendable value., errCode: 401 concat with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable value., errCode: 401 Start Test fillErrorTest fill array with non-sendable object and position fail. err: BusinessError: Parameter error.Only accept sendable value., errCode: 401 fill array with non-sendable object and start position fail. err: BusinessError: Parameter error.Only accept sendable value., errCode: 401 fill array with non-sendable object fail. err: BusinessError: Parameter error.Only accept sendable value., errCode: 401 Start mapErrorTest map array with non-sendable fail. err: BusinessError: Parameter error.Only accept sendable value., errCode: 401 Start pushErrorTest push array with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable value., errCode: 401 Start Test unshiftErrorTest unshift array with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable value., errCode: 401 Start staticCreateErrorTest Static create from non-sendable initialValue fail. err: BusinessError: Parameter error.Only accept sendable value., errCode: 401 Start Test extendToErrorTest extendTo array with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable value., errCode: 401 Start directCallConstructor direct call SendableArray ctor with empty fail. err: BusinessError: The ArkTS Array's constructor cannot be directly invoked., errCode: 10200012 direct call SendableArray ctor with length fail. err: BusinessError: The ArkTS Array's constructor cannot be directly invoked., errCode: 10200012 direct call SendableArray ctor with elements fail. err: BusinessError: The ArkTS Array's constructor cannot be directly invoked., errCode: 10200012 Start map directCallConstructor direct call SendableMap ctor with empty fail. err: BusinessError: The ArkTS Map's constructor cannot be directly invoked., errCode: 10200012 direct call SendableMap ctor with length fail. err: BusinessError: The ArkTS Map's constructor cannot be directly invoked., errCode: 10200012 direct call SendableMap ctor with elements fail. err: BusinessError: The ArkTS Map's constructor cannot be directly invoked., errCode: 10200012 Start set directCallConstructor direct call SendableSet ctor with empty fail. err: BusinessError: The ArkTS Set's constructor cannot be directly invoked., errCode: 10200012 direct call SendableSet ctor with length fail. err: BusinessError: The ArkTS Set's constructor cannot be directly invoked., errCode: 10200012 direct call SendableSet ctor with elements fail. err: BusinessError: The ArkTS Set's constructor cannot be directly invoked., errCode: 10200012 add element while iterate array fail. err: BusinessError: Concurrent modification exception, errCode: 10200201 pop element while iterate array fail. err: BusinessError: Concurrent modification exception, errCode: 10200201 shrink while iterate array fail. err: BusinessError: Concurrent modification exception, errCode: 10200201 extend while iterate array fail. err: BusinessError: Concurrent modification exception, errCode: 10200201