Home
last modified time | relevance | path

Searched +full:runner +full:- +full:options (Results 1 – 25 of 192) sorted by relevance

12345678

/ark/runtime_core/tests/cts-generator/
DREADME.md1 # Test generator and test runner tools
8 * `CTS_TEST_SELECT_OPTION` - options, passed to test-runner.rb.
9 Useful for defining `--exclude-tag` and `--include-tag` options.
10 * `PANDA_CTS_JOBS_NUMBER` - amount of parallel jobs for test execution. Default is 8.
14 Options:
17 Usage: generate-cts.rb [options]
18 -t, --template FILE Path to template yaml file to generate tests (required)
19 -s, --schema FILE Path to json schema for template yaml (required)
20 -k, --skip Skip yaml schema validation
21 -o, --output DIR Path to directory where tests will be generated (required)
[all …]
Dtest-runner.rb7 # http://www.apache.org/licenses/LICENSE-2.0
25 require_relative 'runner/runner'
26 require_relative 'runner/single_test_runner'
27 require_relative 'runner/reporters/test_reporter'
28 require_relative 'runner/reporters/jtr_reporter'
30 def check_option(optparser, options, key) argument
31 return if options[key]
33 puts "Missing option: --#{key}"
38 def check_option_limit(optparser, options, key, min, max) argument
39 return unless options[key]
[all …]
/ark/runtime_core/tests/cts-generator/cts-template/
Dldstatic.64.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: pandasm_header
39 - name: java_header
61 - file-name: "ldstatic.64"
67 - sig: ldstatic.64 field_id
72 - file-name: "with_non_static_field_id"
76 - field_id_static
77 header-template: []
78 check-type: exit-positive
79 code-template: |
[all …]
Dldstatic.obj.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: pandasm_header
51 - name: java_header
91 - file-name: "ldstatic.obj"
97 - sig: ldstatic.obj field_id
102 - file-name: "with_non_static_field_id"
106 - field_id_static
107 header-template: []
108 check-type: exit-positive
109 code-template: |
[all …]
Dststatic.64.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: pandasm_header
47 - file-name: "ststatic.64"
51 …Store accumulator content into static field by field_id. For non-object variant the size of actual…
54 - sig: ststatic.64 field_id
59 - file-name: "check_if_acc_initialized"
63 header-template: ['pandasm_header']
64 check-type: exit-positive
67 runner-options: ['verifier-failure', 'verifier-debug-config']
68 code-template: |
[all …]
Dldstatic.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: pandasm_header
38 - name: java_header
60 - file-name: "ldstatic"
66 - sig: ldstatic field_id
71 - file-name: "with_non_static_field_id"
75 - field_id_static
76 header-template: []
77 check-type: exit-positive
78 code-template: |
[all …]
Dststatic.obj.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: pandasm_header
51 - name: java_header
93 - file-name: "ststatic.obj"
99 - sig: ststatic.obj field_id
104 - file-name: "check_if_acc_initialized"
108 header-template: ['pandasm_header']
109 check-type: exit-positive
112 runner-options: ['verifier-failure', 'verifier-debug-config']
113 code-template: |
[all …]
Dststatic.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: pandasm_header
47 - file-name: "ststatic"
51 …Store accumulator content into static field by field_id. For non-object variant the size of actual…
54 - sig: ststatic field_id
59 - file-name: "check_if_acc_initialized"
63 header-template: ['pandasm_header']
64 check-type: exit-positive
67 runner-options: ['verifier-failure', 'verifier-debug-config']
68 code-template: |
[all …]
Dldobj.obj.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: pandasm_header
51 - name: java_header
95 - file-name: "ldobj.obj"
101 - sig: ldobj.obj v:in:ref, field_id
106 - file-name: "check_if_regs_initialized"
110 - sig: ldobj.obj v:in:ref, field_id
113 header-template: [pandasm_header]
114 check-type: exit-positive
117 runner-options: ['verifier-failure', 'verifier-debug-config']
[all …]
Dstobj.obj.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: pandasm_header
51 - name: java_header
93 - file-name: "stobj.obj"
99 - sig: stobj.obj v:in:ref, field_id
104 - file-name: "check_if_regs_initialized"
108 header-template: ['pandasm_header']
109 check-type: exit-positive
112 runner-options: ['verifier-failure', 'verifier-debug-config']
113 code-template: |
[all …]
Dstobj.64.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: pandasm_header
50 - file-name: "stobj.64"
54 …Store accumulator content into object field by field_id. For non-object variant the size of actual…
57 - sig: stobj.64 v:in:ref, field_id
62 - file-name: "check_if_regs_initialized"
66 header-template: ['pandasm_header']
67 check-type: exit-positive
70 runner-options: ['verifier-failure', 'verifier-debug-config']
71 code-template: |
[all …]
Djnez.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "jnez"
22 if signed 32-bit integer in accumulator compares with 0 as specified.
25 - x_none
28 - file-name: "op"
31 - sig: jnez imm:i32
35 - branch_target
39 code-template: |
42 check-type: exit-positive
44 - values:
[all …]
Djeqz.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "jeqz"
22 if signed 32-bit integer in accumulator compares with 0 as specified.
25 - x_none
28 - file-name: "op"
31 - sig: jeqz imm:i32
37 code-template: |
40 check-type: exit-positive
42 - values:
43 - |
[all …]
Djltz.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "jltz"
22 if signed 32-bit integer in accumulator compares with 0 as specified.
25 - x_none
28 - file-name: "op"
31 - sig: jltz imm:i32
37 code-template: |
40 check-type: exit-positive
42 - values:
43 - |
[all …]
Djgtz.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "jgtz"
22 if signed 32-bit integer in accumulator compares with 0 as specified.
25 - x_none
28 - file-name: "op"
31 - sig: jgtz imm:i32
37 code-template: |
40 check-type: exit-positive
42 - values:
43 - |
[all …]
Dcall.virt.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
13 ---
15 - name: java
18 - name: r_A
25 - name: NPE
28 - name: j_NPE
31 - name: AME
35 - name: j_AME
40 - file-name: call.virt
43 - sig: call.virt method_id, v1:in:top, v2:in:top, v3:in:top, v4:in:top
[all …]
Dldobj.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: pandasm_header
49 - name: java_header
79 - name: get_null_R
87 - file-name: "ldobj"
93 - sig: ldobj v:in:ref, field_id
98 - file-name: "check_if_regs_initialized"
102 - sig: ldobj v:in:ref, field_id
105 header-template: ['pandasm_header']
106 check-type: exit-positive
[all …]
Dldobj.v.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: pandasm_header
49 - name: java_header
79 - name: get_null_R
87 - file-name: "ldobj.v"
93 - sig: ldobj.v v1:out:i32, v2:in:ref, field_id
98 - file-name: "check_if_v2_initialized"
102 - sig: ldobj.v v1:out:i32, v2:in:ref, field_id
105 header-template: ['pandasm_header']
106 check-type: exit-positive
[all …]
Djgez.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "jgez"
22 if signed 32-bit integer in accumulator compares with 0 as specified.
25 - x_none
28 - file-name: "op"
31 - sig: jgez imm:i32
37 code-template: |
40 check-type: exit-positive
42 - values:
43 - |
[all …]
Dldarr.obj.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: java
18 - name: aoobe_p
22 - name: aoobe_j
27 - name: npe_p
30 - name: npe_j
34 - file-name: "ldarr.obj"
40 - sig: ldarr.obj v:in:ref[]
41 acc: inout:i32->ref
45 - file-name: "reg_number"
[all …]
Djlez.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "jlez"
22 if signed 32-bit integer in accumulator compares with 0 as specified.
25 - x_none
28 - file-name: "op"
31 - sig: jlez imm:i32
37 code-template: |
40 check-type: exit-positive
42 - values:
43 - |
[all …]
Dldai.64.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
16 - file-name: "ldai.64"
22 - x_none
24 - none
26 - file-name: "pos"
29 - sig: ldai.64 imm:i64
32 code-template: |
33 # test case1 - should put result to accumulator
40 - values:
41 - "0x0"
[all …]
Dstobj.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: pandasm_header
50 - file-name: "stobj"
54 …Store accumulator content into object field by field_id. For non-object variant the size of actual…
57 - sig: stobj v:in:ref, field_id
62 - file-name: "check_if_regs_initialized"
66 header-template: ['pandasm_header']
67 check-type: exit-positive
70 runner-options: ['verifier-failure', 'verifier-debug-config']
71 code-template: |
[all …]
Dldarr.64.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: java
18 - name: aoobe_p
21 - name: aoobe_j
24 - name: npe_p
27 - name: npe_j
31 - file-name: "ldarr.64"
37 - file-name: "read_arr_p"
40 - sig: ldarr.64 v:in:i64[]
41 acc: inout:i32->i64
[all …]
Dldarr.yaml6 # http://www.apache.org/licenses/LICENSE-2.0
15 - name: java
18 - name: aoobe_p
21 - name: aoobe_j
24 - name: npe_p
27 - name: npe_j
31 - file-name: "ldarr"
37 - file-name: "read_arr_p"
40 - sig: ldarr v:in:i32[]
44 code-template: |
[all …]

12345678