Searched full:fail (Results 1 – 25 of 515) sorted by relevance
12345678910>>...21
| /arkcompiler/ets_runtime/test/sharedtest/check/ |
| D | expect_output.txt | 22 Fail to update propNumber to null with stobjbyname. err: TypeError: Cannot set sendable property wi… 23 Fail to update propBool to null with stobjbyname. err: TypeError: Cannot set sendable property with… 24 Fail to update propBigInt1 to null with stobjbyname. err: TypeError: Cannot set sendable property w… 25 Fail to update propBigInt2 to null with stobjbyname. err: TypeError: Cannot set sendable property w… 45 Fail to update subClassPropString with stobjbyname. err: TypeError: Cannot set sendable property wi… 47 Fail to replace accessor. err: TypeError: Cannot define property 49 Fail to set prop through accessor with mismatched type. err: TypeError: Cannot set sendable propert… 51 Fail to replace instance's func. err: TypeError: Cannot assign to read only property 53 Fail to update prototype. err: TypeError: Cannot add property in prevent extensions 54 Fail to extend prop to constructor's prototype. err: TypeError: Cannot add property in prevent exte… [all …]
|
| D | sharedcheck.ts | 149 print("Fail to delete propNumber. err: " + error) 159 print("Fail to extend prop with defineProperty. err: " + error); 166 print("Fail to extend prop1 with defineProperty. err: " + error) 173 print("Fail to extend prop2 with defineProperties. err: " + error) 180 print("Fail to extend prop3 with stobjbyname. err: " + error) 190 print("Fail to replace instance's func. err: " + error); 200 print("Fail to update prototype. err: " + error) 207 print("Fail to extend prop to constructor's prototype. err: " + error); 215 print("Fail to change constructor of instance's prototype. err: " + error); 222 print("Fail to replace instance's prototype. err: " + error); [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ |
| D | cast.params.yaml | 18 fail: 0 22 fail: 1 26 fail: 0 30 fail: 1 34 fail: 1 39 fail: 0 43 fail: 1 47 fail: 0 51 fail: 1 55 fail: 1 [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/ |
| D | ArrayTest5.ets | 17 const fail : int = 1; 45 return fail; 54 return fail; 57 return fail; 62 return fail; 66 return fail 69 return fail; 73 return fail 82 return fail; 86 return fail; [all …]
|
| D | ArrayTest4.ets | 17 const fail : int = 1; 67 return fail; 71 if (hasException == false) { return fail; } 77 if (res != 994) { return fail; } 78 if (res == -1) { return fail; } 95 return fail; 99 if (hasException == false) { return fail; } 105 if (res != 503) { return fail; } 106 if (res == -1) { return fail; } 120 return fail; [all …]
|
| D | ArrayTest3.ets | 17 const fail : int = 1; 64 if (arr.every(fnTrue) == false) { return fail; } 68 if (arr.every(fnTrue) == false) { return fail; } 73 if (arr.every(fnFalse) == true) { return fail; } 84 if (arr.every(fnTrue) == false) { return fail; } 88 if (arr.every(fnTrue) == false) { return fail; } 93 if (arr.every(fnFalse) == true) { return fail; } 104 if (arr.every(fnTrue) == false) { return fail; } 108 if (arr.every(fnTrue) == false) { return fail; } 113 if (arr.every(fnFalse) == true) { return fail; } [all …]
|
| D | ArrayTest6.ets | 17 const fail : int = 1; 60 if (arr.findIndex(fnPositive) != 9) { return fail; } 61 if (arr.findIndex(fnNegative) != 1) { return fail; } 62 if (arr.findIndex(fnUndefined) != -1) { return fail; } 63 if (arr.findIndex(fnNull) != -1) { return fail; } 85 if (arr.findIndex(fnPositive) != 9) { return fail; } 86 if (arr.findIndex(fnNegative) != 1) { return fail; } 87 if (arr.findIndex(fnUndefined) != -1) { return fail; } 88 if (arr.findIndex(fnNull) != -1) { return fail; } 110 if (arr.findIndex(fnPositive) != 9) { return fail; } [all …]
|
| D | ArrayTest2.ets | 17 const fail : int = 1; 58 return fail; 73 return fail; 78 return fail; 93 return fail; 108 return fail; 113 return fail; 128 return fail; 143 return fail; 148 return fail; [all …]
|
| D | GlobalTest.ets | 17 const fail : int = 1; 38 return foo(new object()) == success ? success : fail; 42 return foo(new Object()) == success ? success : fail; 46 return bar(new object()) == success ? success : fail; 50 return bar(new Object()) == success ? success : fail; 58 return fail; 67 return fail; 73 return fail;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/utils/ |
| D | test_core_typedarray_slicing.j2 | 18 const fail: number = 1; 31 return fail; 44 return fail; 52 return fail; 70 return fail; 80 return fail; 85 return fail; 95 return fail; 101 return fail; 108 return fail; [all …]
|
| D | test_core_typeduarray_slicing.j2 | 18 const fail: number = 1; 31 return fail; 43 return fail; 51 return fail; 75 return fail; 85 return fail; 90 return fail; 100 return fail; 106 return fail; 113 return fail; [all …]
|
| D | test_core_typeduarray_ctors.j2 | 18 const fail: number = 1; 56 return fail; 68 return fail; 76 return fail; 85 return fail; 91 return fail; 97 return fail; 105 return fail; 113 return fail; 123 return fail; [all …]
|
| D | test_core_typedarray_ctors.j2 | 18 const fail: number = 1; 56 return fail; 69 return fail; 77 return fail; 86 return fail; 92 return fail; 98 return fail; 106 return fail; 114 return fail; 124 return fail; [all …]
|
| D | test_core_typedarray_bignum.j2 | 18 const fail: number = 1; 31 return fail; 43 return fail; 56 return fail; 64 return fail; 67 return fail; 74 return fail; 86 return fail; 99 return fail; 106 return fail; [all …]
|
| D | test_core_typeduarray_function2.j2 | 18 const fail: number = 1; 58 return fail; 70 return fail; 78 return fail; 102 return fail; 111 return fail; 116 return fail; 126 return fail; 132 return fail; 139 return fail; [all …]
|
| D | test_core_typedarray_function2.j2 | 18 const fail: number = 1; 57 return fail; 69 return fail; 77 return fail; 94 return fail; 103 return fail; 108 return fail; 118 return fail; 124 return fail; 131 return fail; [all …]
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedcollectionsexception/ |
| D | expect_output.txt | 15 call boundAt fail. err: BusinessError: The at method cannot be bound., errCode: 10200011 16 Call boundConcat fail. err: BusinessError: The concat method cannot be bound., errCode: 10200011 64 Create with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable val… 66 Create from non-sendable iterator fail. err: BusinessError: Parameter error.Only accept sendable va… 67 Create from non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable val… 68 Create from mapper: non-sendable element fail. err: BusinessError: Parameter error.Only accept send… 72 concat with non-sendable array fail.err: BusinessError: Parameter error.Only accept sendable value.… 73 concat with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable val… 75 fill array with non-sendable object and position fail. err: BusinessError: Parameter error.Only acc… 76 fill array with non-sendable object and start position fail. err: BusinessError: Parameter error.On… [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/01.evaluation_of_expressions/05.evaluation_of_other_expressions/ |
| D | exc.params.yaml | 16 - { init: 'new A()', exc: A, fail: 0 } 17 - { init: 'new A()', exc: B, fail: 1 } 18 - { init: 'new A()', exc: C, fail: 1 } 19 - { init: 'new B()', exc: A, fail: 0 } 20 - { init: 'new B()', exc: B, fail: 0 } 21 - { init: 'new B()', exc: C, fail: 1 } 22 - { init: 'new C()', exc: A, fail: 0 } 23 - { init: 'new C()', exc: B, fail: 0 } 24 - { init: 'new C()', exc: C, fail: 0 }
|
| D | ase.params.yaml | 16 - { init: 'new A[1]', expr: 'new A()', fail: 0 } 17 - { init: 'new B[1]', expr: 'new A()', fail: 1 } 18 - { init: 'new J[1]', expr: 'new A()', fail: 1 } 19 - { init: 'new K[1]', expr: 'new A()', fail: 1 } 20 - { init: 'new A[1]', expr: 'new B()', fail: 0 } 21 - { init: 'new B[1]', expr: 'new B()', fail: 0 } 22 - { init: 'new K[1]', expr: 'new B()', fail: 1 }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/ |
| D | promise_tests.ets | 19 private static FAIL: int = 2; 32 fail(): void { 33 this.result = Test.FAIL; 101 globalTest!.fail(); 104 globalTest!.fail(); 121 globalTest!.fail(); 126 globalTest!.fail(); 140 globalTest!.fail(); 147 globalTest!.fail(); 151 globalTest!.fail(); [all …]
|
| D | promise_proxy_test.ets | 22 private static FAIL: int = 2; 34 fail(): void { 35 this.result = Test.FAIL; 73 globalTest!.fail(); 83 globalTest!.fail(); 92 globalTest!.fail(); 98 globalTest!.fail(); 105 globalTest!.fail(); 111 globalTest!.fail(); 120 globalTest!.fail(); [all …]
|
| /arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/ |
| D | call.acc.pa | 48 jnez fail 50 jnez fail 52 jnez fail 54 jnez fail 56 jnez fail 58 jnez fail 60 fail:
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/ |
| D | call.acc.pa | 48 jnez fail 50 jnez fail 52 jnez fail 54 jnez fail 56 jnez fail 58 jnez fail 60 fail:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/ |
| D | IntlNumberFormatRangeNaNTest.ets | 17 const fail: int = 1; 36 return fail; 62 return fail; 73 return fail; 77 return fail; 90 if (CheckFormatRangeNaNUnion(locale, funcName, startValue, endValue, expected) == fail) { 91 return fail; 107 if (CheckFormatRangeNaNUnion(locale, funcName, startValue, endValue, expected) == fail) { 108 return fail; 124 if (CheckFormatRangeNaNUnion(locale, funcName, startValue, endValue, expected) == fail) { [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/ |
| D | united_switch_ext.params.yaml | 44 return "fail"; 75 return 'fail'; 90 return 'fail'; 105 return 'fail'; 120 return 'fail'; 135 return 'fail'; 150 return 'fail'; 165 return 'fail'; 180 return 'fail'; 195 return 'fail'; [all …]
|
12345678910>>...21