|
1316 | 1316 | tool: tests/docker-array-secondaryfiles.cwl |
1317 | 1317 | id: filesarray_secondaryfiles2 |
1318 | 1318 | doc: Test required, optional and null secondaryFiles on array of files. |
1319 | | - tags: [ docker, inline_javascript, shell_command, command_line_tool ] |
| 1319 | + tags: [ docker, inline_javascript, shell_command, command_line_tool, inputs_should_parse ] |
1320 | 1320 |
|
1321 | 1321 | - job: tests/dir7.yml |
1322 | 1322 | output: { |
|
1779 | 1779 | Test that parameters that don't appear in the `run` process |
1780 | 1780 | inputs are not present in the input object used to run the tool. |
1781 | 1781 | should_fail: true |
1782 | | - tags: [ required, workflow ] |
| 1782 | + tags: [ required, workflow, inputs_should_parse ] |
1783 | 1783 |
|
1784 | 1784 | - job: tests/empty.json |
1785 | 1785 | output: |
|
2531 | 2531 | tool: tests/record-in-secondaryFiles-missing-wf.cwl |
2532 | 2532 | id: secondary_files_missing |
2533 | 2533 | doc: Test checking when secondaryFiles are missing |
2534 | | - tags: [ workflow, required ] |
| 2534 | + tags: [ workflow, required, inputs_should_parse ] |
2535 | 2535 |
|
2536 | 2536 | - job: tests/record-format-job.yml |
2537 | 2537 | output: {} |
|
2545 | 2545 | tool: tests/record-in-format.cwl |
2546 | 2546 | id: input_records_file_entry_with_format_and_bad_regular_input_file_format |
2547 | 2547 | doc: Test file format checking on parameter |
2548 | | - tags: [ command_line_tool, format_checking ] |
| 2548 | + tags: [ command_line_tool, format_checking, inputs_should_parse ] |
2549 | 2549 |
|
2550 | 2550 | - job: tests/record-format-job3.yml |
2551 | 2551 | should_fail: true |
2552 | 2552 | tool: tests/record-in-format.cwl |
2553 | 2553 | doc: Test file format checking on record field |
2554 | 2554 | id: input_records_file_entry_with_format_and_bad_entry_file_format |
2555 | | - tags: [ command_line_tool, format_checking ] |
| 2555 | + tags: [ command_line_tool, format_checking, inputs_should_parse ] |
2556 | 2556 |
|
2557 | 2557 | - job: tests/record-format-job4.yml |
2558 | 2558 | should_fail: true |
2559 | 2559 | tool: tests/record-in-format.cwl |
2560 | 2560 | doc: Test file format checking on array item |
2561 | 2561 | id: input_records_file_entry_with_format_and_bad_entry_array_file_format |
2562 | | - tags: [ command_line_tool, format_checking ] |
| 2562 | + tags: [ command_line_tool, format_checking, inputs_should_parse ] |
2563 | 2563 |
|
2564 | 2564 | - job: tests/record-secondaryFiles-job.yml |
2565 | 2565 | output: { |
|
2626 | 2626 | tool: tests/timelimit.cwl |
2627 | 2627 | id: timelimit_basic |
2628 | 2628 | doc: Test that job fails when exceeding time limit |
2629 | | - tags: [ command_line_tool, timelimit, work_reuse ] |
| 2629 | + tags: [ command_line_tool, timelimit, work_reuse, inputs_should_parse ] |
2630 | 2630 |
|
2631 | 2631 | - job: tests/empty.json |
2632 | 2632 | should_fail: true |
2633 | 2633 | tool: tests/timelimit2.cwl |
2634 | 2634 | id: timelimit_invalid |
2635 | 2635 | doc: Test invalid time limit value |
2636 | | - tags: [ command_line_tool, timelimit, json_schema_invalid ] |
| 2636 | + tags: [ command_line_tool, timelimit, json_schema_invalid, inputs_should_parse ] |
2637 | 2637 |
|
2638 | 2638 | - job: tests/empty.json |
2639 | 2639 | output: {} |
|
2647 | 2647 | tool: tests/timelimit4.cwl |
2648 | 2648 | id: timelimit_from_expression |
2649 | 2649 | doc: Test expression in time limit |
2650 | | - tags: [ command_line_tool, timelimit, inline_javascript, work_reuse ] |
| 2650 | + tags: [ command_line_tool, timelimit, inline_javascript, work_reuse, inputs_should_parse ] |
2651 | 2651 |
|
2652 | 2652 | - job: tests/empty.json |
2653 | 2653 | output: |
|
2662 | 2662 | tool: tests/timelimit-wf.cwl |
2663 | 2663 | id: timelimit_basic_wf |
2664 | 2664 | doc: Test that tool in workflow fails when exceeding time limit |
2665 | | - tags: [ workflow, timelimit ] |
| 2665 | + tags: [ workflow, timelimit, inputs_should_parse ] |
2666 | 2666 |
|
2667 | 2667 | - job: tests/empty.json |
2668 | 2668 | output: |
|
2685 | 2685 | tool: tests/timelimit4-wf.cwl |
2686 | 2686 | id: timelimit_from_expression_wf |
2687 | 2687 | doc: Test expression in time limit in workflow |
2688 | | - tags: [ workflow, timelimit, inline_javascript, work_reuse ] |
| 2688 | + tags: [ workflow, timelimit, inline_javascript, work_reuse, inputs_should_parse ] |
2689 | 2689 |
|
2690 | 2690 | - job: tests/empty.json |
2691 | 2691 | output: {} |
|
2699 | 2699 | tool: tests/networkaccess2.cwl |
2700 | 2700 | id: networkaccess_disabled |
2701 | 2701 | doc: Test networkaccess is disabled by default |
2702 | | - tags: [ networkaccess, command_line_tool ] |
| 2702 | + tags: [ networkaccess, command_line_tool, inputs_should_parse ] |
2703 | 2703 |
|
2704 | 2704 | - job: tests/stage-array-job.json |
2705 | 2705 | tool: tests/stage-array.cwl |
|
2796 | 2796 | tool: tests/glob-path-error.cwl |
2797 | 2797 | id: glob_outside_outputs_fails |
2798 | 2798 | doc: Test fail trying to glob outside output directory |
2799 | | - tags: [ command_line_tool, docker ] |
| 2799 | + tags: [ command_line_tool, docker, inputs_should_parse ] |
2800 | 2800 |
|
2801 | 2801 | - job: tests/empty.json |
2802 | 2802 | tool: tests/symlink-illegal.cwl |
|
2808 | 2808 | "baesname": "symlink.txt" |
2809 | 2809 | "checksum": "sha1$cd28ec34f3f9425aca544b6332453708e8aaa82a" |
2810 | 2810 | should_fail: true |
2811 | | - tags: [ command_line_tool ] |
| 2811 | + tags: [ command_line_tool, inputs_should_parse ] |
2812 | 2812 | id: illegal_symlink |
2813 | 2813 |
|
2814 | 2814 | - job: tests/empty.json |
|
3164 | 3164 | id: params_broken_null |
3165 | 3165 | doc: Test parameter reference that refers to null.something |
3166 | 3166 | should_fail: true |
3167 | | - tags: [ required, command_line_tool ] |
| 3167 | + tags: [ required, command_line_tool, inputs_should_parse ] |
3168 | 3168 |
|
3169 | 3169 | - job: tests/empty.json |
3170 | 3170 | tool: tests/params_broken_length_of_non_list.cwl |
3171 | 3171 | doc: Test parameter reference that refers to length of non-array input |
3172 | 3172 | should_fail: true |
3173 | | - tags: [ required, command_line_tool ] |
| 3173 | + tags: [ required, command_line_tool, inputs_should_parse ] |
3174 | 3174 | id: length_for_non_array |
3175 | 3175 |
|
3176 | 3176 | - job: tests/length_non_array_input.yml |
|
3398 | 3398 | job: tests/dir-job.yml |
3399 | 3399 | doc: Test that a type error is raised if directories are returned by glob evaluation when type is File |
3400 | 3400 | should_fail: true |
3401 | | - tags: [ required, command_line_tool ] |
| 3401 | + tags: [ required, command_line_tool, inputs_should_parse ] |
3402 | 3402 |
|
3403 | 3403 | - id: capture_dirs |
3404 | 3404 | tool: tests/capture-dirs.cwl |
3405 | 3405 | job: tests/dir-job.yml |
3406 | 3406 | doc: Test that a type error is raised if files are returned by glob evaluation when type is Directory |
3407 | 3407 | should_fail: true |
3408 | | - tags: [ required, command_line_tool ] |
| 3408 | + tags: [ required, command_line_tool, inputs_should_parse ] |
3409 | 3409 |
|
3410 | 3410 | - id: capture_files_and_dirs |
3411 | 3411 | tool: tests/capture-files-and-dirs.cwl |
|
0 commit comments