| /arkcompiler/runtime_core/static_core/plugins/ets/doc/ |
| D | validate-recipes | 141 if ($skip_list->{$r->{id}}{$section} eq 'skip') { 218 151 => { code_bad => 'skip' }, 488 if ($skip_list->{$r->{id}}{$section} eq 'skip') { 517 8 => { code_bad => 'skip', code_ok => 'skip' }, 522 135 => { code_bad => 'skip' }, 525 118 => { code_bad => 'skip', code_ok => 'skip' }, 526 119 => { code_bad => 'skip', code_ok => 'skip' }, 527 120 => { code_bad => 'skip', code_ok => 'skip' }, 528 121 => { code_bad => 'skip', code_ok => 'skip' }, 529 126 => { code_bad => 'skip', code_ok => 'skip' }, [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | generate-cts.rb | 58 opts.on('-k', '--skip', 'Skip yaml schema validation') 60 opts.on('--skip-header', 'Do not generate test headers') 77 skip = options['skip'] 78 skip_header = options['skip-header'] 98 unless skip 108 generator.parse skip
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/ |
| D | generate-cts.rb | 58 opts.on('-k', '--skip', 'Skip yaml schema validation') 60 opts.on('--skip-header', 'Do not generate test headers') 77 skip = options['skip'] 78 skip_header = options['skip-header'] 98 unless skip 108 generator.parse skip
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub-inl.h | 42 return Load(VariableType::INT8(), pc, IntPtr(1)); // 1 : skip 1 byte of bytecode in ReadInst8_0() 47 return Load(VariableType::INT8(), pc, IntPtr(2)); // 2 : skip 1 byte of bytecode in ReadInst8_1() 52 return Load(VariableType::INT8(), pc, IntPtr(3)); // 3 : skip 1 byte of bytecode in ReadInst8_2() 57 return Load(VariableType::INT8(), pc, IntPtr(4)); // 4 : skip 1 byte of bytecode in ReadInst8_3() 62 return Load(VariableType::INT8(), pc, IntPtr(5)); // 5 : skip 1 byte of bytecode in ReadInst8_4() 67 return Load(VariableType::INT8(), pc, IntPtr(6)); // 6 : skip 1 byte of bytecode in ReadInst8_5() 72 return Load(VariableType::INT8(), pc, IntPtr(7)); // 7 : skip 1 byte of bytecode in ReadInst8_6() 77 return Load(VariableType::INT8(), pc, IntPtr(8)); // 8 : skip 1 byte of bytecode in ReadInst8_7() 82 return Load(VariableType::INT8(), pc, IntPtr(9)); // 9 : skip 1 byte of bytecode in ReadInst8_8() 87 return Load(VariableType::INT8(), pc, IntPtr(10)); // 10 : skip 1 byte of bytecode in ReadInst8_9() [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/generator/ |
| D | test.rb | 27 @skip = @test[Generator::TEST_SKIP] 37 if !@skip 44 LOG.warn "Skip test '#{@test_name}' generation due to skip property is set"
|
| D | command.rb | 25 # skip: Generator::TEST_COMMAND_SKIP 39 … @skip = command.key?(Generator::TEST_COMMAND_SKIP) ? command[Generator::TEST_COMMAND_SKIP] : false 44 if @skip 45 LOG.info("Skip test '#{@test_name}' due to \"skip\": true")
|
| D | generator.rb | 35 TEST_SKIP = 'skip' 50 TEST_COMMAND_SKIP = 'skip'
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/generator/ |
| D | test.rb | 27 @skip = @test[Generator::TEST_SKIP] 37 if !@skip 44 LOG.warn "Skip test '#{@test_name}' generation due to skip property is set"
|
| D | command.rb | 25 # skip: Generator::TEST_COMMAND_SKIP 39 … @skip = command.key?(Generator::TEST_COMMAND_SKIP) ? command[Generator::TEST_COMMAND_SKIP] : false 44 if @skip 45 LOG.info("Skip test '#{@test_name}' due to \"skip\": true")
|
| D | generator.rb | 35 TEST_SKIP = 'skip' 50 TEST_COMMAND_SKIP = 'skip'
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| D | identifierHasVariable.cpp | 51 // NOTE(kkonkuznetsov): skip async functions in CheckMoreAstExceptions() 66 // NOTE(kkonkuznetsov): skip reexport declarations in CheckMoreAstExceptions() 100 // NOTE(kkonkuznetsov): skip enums in CheckAstExceptions() 107 // NOTE(kkonkuznetsov): skip length property in CheckAstExceptions() 112 // NOTE(kkonkuznetsov): skip anonymous class id in CheckAstExceptions() 117 // NOTE(kkonkuznetsov): skip package declarations in CheckAstExceptions()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_fast_call.cpp | 116 __ Leaq(Operand(rsp, 8 * FRAME_SLOT_SIZE), argvReg); // 8: skip 8 frames to get argv in OptimizedFastCallAndPushArgv() 132 __ Subq(3, expectedNumArgsReg); // 3: skip 3 register in OptimizedFastCallAndPushArgv() 143 __ Subq(3, expectedNumArgsReg); // 3: skip 3 register in OptimizedFastCallAndPushArgv() 154 __ Subq(3, expectedNumArgsReg); // 3: skip 3 register in OptimizedFastCallAndPushArgv() 164 __ Subq(3, expectedNumArgsReg); // 3: skip above 3 args in OptimizedFastCallAndPushArgv() 173 __ Subq(6, actualNumArgsReg); // 6: skip above 6 args in OptimizedFastCallAndPushArgv() 174 __ Subq(6, expectedNumArgsReg); // 6: skip above 6 args in OptimizedFastCallAndPushArgv() 187 __ Subq(6, actualNumArgsReg); // 6: skip above 6 args in OptimizedFastCallAndPushArgv() 188 __ Subq(6, expectedNumArgsReg); // 6: skip above 6 args in OptimizedFastCallAndPushArgv() 244 __ Addq(Immediate(FRAME_SLOT_SIZE), callsiteSp); // 8 : 8 means skip pc to get last callsitesp in JSFastCallWithArgV() [all …]
|
| D | common_call.cpp | 49 __ Leaq(Operand(rsp, 24), rbp); // 24: skip pc, prevSp and frame type in PushAsmInterpBridgeFrame() 61 __ Movq(Operand(rbp, 2 * FRAME_SLOT_SIZE), r14); // 2: skip second argv in GetArgvAtStack() 70 __ Addq(8, rsp); // 8: skip pc in PopAsmInterpBridgeFrame() 72 __ Addq(8, rsp); // 8: skip frame type in PopAsmInterpBridgeFrame()
|
| /arkcompiler/toolchain/build/prebuilts_download/ |
| D | prebuilts_download.sh | 17 -skip-ssl|--skip-ssl) # wget skip ssl check, which will allow 75 wget_ssl_check="--skip-ssl"
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| D | test_reporter.rb | 46 @logger.log 2, "Skip excluded test #{@pa_file} by tag" 50 @logger.log 2, "Skip not included test #{@pa_file} by tag" 54 @logger.log 2, "Skip test #{@pa_file} since bug id do not match" 58 @logger.log 2, "Skip test #{@pa_file}, because 'runner_option: ignore' tag is defined" 62 @logger.log 2, "Skip test #{@pa_file}, because run only test with 'runner_option: ignore' tag"
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/ |
| D | test_reporter.rb | 46 @logger.log 2, "Skip excluded test #{@pa_file} by tag" 50 @logger.log 2, "Skip not included test #{@pa_file} by tag" 54 @logger.log 2, "Skip test #{@pa_file} since bug id do not match" 58 @logger.log 2, "Skip test #{@pa_file}, because 'runner_option: ignore' tag is defined" 62 @logger.log 2, "Skip test #{@pa_file}, because run only test with 'runner_option: ignore' tag"
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc.yaml | 36 - name: paoc-skip-until 39 description: Set first method to complie and skip all previous 44 description: Set last method to complie and skip all following
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | debug.h | 25 inline void PrintStackTrace([[maybe_unused]] int skip = 1) {} 27 void PrintStackTrace(int skip = 1);
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | debug.h | 24 inline void PrintStackTrace([[maybe_unused]] int skip = 1) {} 26 void PrintStackTrace(int skip = 1);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.cpp | 541 // +1: skip opcode in Callq() 568 // +1: skip opcode in Jmp() 578 // +1: skip opcode in Jmp() 621 // +1: skip opcode in Ja() 631 // 2: skip opcode in Ja() 653 // +1: skip opcode in Jb() 663 // 2: skip opcode in Jb() 684 // +1: skip opcode in Jz() 694 // 2: skip opcode in Jz() 716 // +1: skip opcode in Je() [all …]
|
| /arkcompiler/ets_runtime/test/regresstest/ |
| D | regresstest_skip_tests.json | 75 "mjsunit/regress/modules-skip-regress-797581-1.js", 76 "mjsunit/regress/modules-skip-regress-797581-2.js", 77 "mjsunit/regress/modules-skip-regress-797581-3.js", 78 "mjsunit/regress/modules-skip-regress-797581-4.js", 79 "mjsunit/regress/modules-skip-regress-797581-5.js", 1728 "reason": "Add remaining Intl test cases and temporarily skip execution failure cases(111)", 1758 … "reason": "Add remaining mjsunit test cases and temporarily skip execution failure cases(1552)", 2806 "mjsunit/harmony/modules-skip-top-level-await-cycle-error-throwing.mjs", 2807 "mjsunit/harmony/modules-skip-2-rqstd-order.mjs", 2824 "mjsunit/harmony/modules-skip-1.json", [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_shared_array_test.cpp | 97 SCheckMode::SKIP); in TestFlatMapFunc() 103 JSSharedArray::DefineOwnProperty(thread, obj, key, desc, SCheckMode::SKIP); in TestFlatMapFunc() 265 …SharedArray::GetProperty(thread, JSHandle<JSTaggedValue>(obj), lengthKeyHandle, SCheckMode::SKIP) \ in HWTEST_F_L0() 339 SCheckMode::SKIP).GetValue()->GetInt(), 6); in HWTEST_F_L0() 355 …SharedArray::GetProperty(thread, JSHandle<JSTaggedValue>(obj), lengthKeyHandle, SCheckMode::SKIP) \ in HWTEST_F_L0() 381 SCheckMode::SKIP).GetValue()->GetInt(), 3); in HWTEST_F_L0() 392 …SharedArray::GetProperty(thread, JSHandle<JSTaggedValue>(obj), lengthKeyHandle, SCheckMode::SKIP) \ in HWTEST_F_L0() 412 SCheckMode::SKIP).GetValue()->GetInt(), 3); in HWTEST_F_L0() 424 …SharedArray::GetProperty(thread, JSHandle<JSTaggedValue>(obj), lengthKeyHandle, SCheckMode::SKIP) \ in HWTEST_F_L0() 442 SCheckMode::SKIP).GetValue()->GetInt(), 4); in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | README.md | 42 ### Skip list 43 Skip list for the runtime: `test/test262skiplist.txt, test/test262skiplist-long.txt`.
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | README.md | 42 ### Skip list 43 Skip list for the runtime: `test/test262skiplist.txt, test/test262skiplist-long.txt`.
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_manager.cpp | 50 LOG_ECMA(ERROR) << "Fail to load file path (" << fileName << "), skip it."; in MergeApFiles() 61 … LOG_ECMA(ERROR) << "The ap file (" << fileName << ") is not compatible with AOT version. skip it"; in MergeApFiles() 94 LOG_ECMA(ERROR) << "Load and verify file (" << fileName << ") failed, skip it."; in MergeApFiles() 105 … LOG_ECMA(ERROR) << "The ap file (" << fileName << ") is not compatible with AOT version. skip it"; in MergeApFiles()
|