|
130 | 130 | doc: Test command execution in Docker with stdin and stdout redirection
|
131 | 131 | tags: [ required ]
|
132 | 132 |
|
133 |
| -- job: tests/wc-job.json |
134 |
| - output: |
135 |
| - output: |
136 |
| - class: File |
137 |
| - checksum: sha1$631bfbac524e2d04cdcc5ec33ade827fc10b06ae |
138 |
| - location: output |
139 |
| - size: 15 |
140 |
| - tool: tests/wc-tool-shortcut.cwl |
141 |
| - doc: Test command execution in with stdin and stdout redirection using stdin shortcut |
142 |
| - tags: [ required ] |
143 |
| - |
144 | 133 | - job: tests/empty.json
|
145 | 134 | tool: tests/null-expression1-tool.cwl
|
146 | 135 | output:
|
|
529 | 518 | tool: "tests/search.cwl#main"
|
530 | 519 | doc: |
|
531 | 520 | Test InitialWorkDirRequirement linking input files and capturing secondaryFiles
|
532 |
| - on input and output. |
| 521 | + on input and output. Also tests the use of a variety of parameter references |
| 522 | + and expressions in the secondaryFiles field. |
533 | 523 | tags: [ initial_work_dir, inline_javascript ]
|
534 | 524 |
|
535 | 525 | - job: tests/rename-job.json
|
|
544 | 534 | Test InitialWorkDirRequirement with expression in filename.
|
545 | 535 | tags: [ initial_work_dir ]
|
546 | 536 |
|
| 537 | +- job: tests/string-job.json |
| 538 | + output: |
| 539 | + out: |
| 540 | + class: File |
| 541 | + checksum: sha1$6a47aa22b2a9d13a66a24b3ee5eaed95ce4753cf |
| 542 | + location: example.conf |
| 543 | + size: 16 |
| 544 | + |
| 545 | + tool: tests/iwdr-entry.cwl |
| 546 | + doc: Test if trailing newline is present in file entry in InitialWorkDir |
| 547 | + |
547 | 548 | - job: tests/wc-job.json
|
548 | 549 | output:
|
549 | 550 | output: 16
|
|
1059 | 1060 | - job: tests/arguments-job.yml
|
1060 | 1061 | output:
|
1061 | 1062 | classfile:
|
1062 |
| - checksum: sha1$e68df795c0686e9aa1a1195536bd900f5f417b18 |
| 1063 | + checksum: sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709 |
1063 | 1064 | location: Hello.class
|
1064 | 1065 | class: File
|
1065 |
| - size: 184 |
| 1066 | + size: 0 |
1066 | 1067 | tool: tests/linkfile.cwl
|
1067 | 1068 | doc: Test expression in InitialWorkDir listing
|
1068 | 1069 | tags: [ inline_javascript, initial_work_dir ]
|
|
1227 | 1228 | tags: [ required ]
|
1228 | 1229 |
|
1229 | 1230 | - output:
|
1230 |
| - args: [-A,'2',-B,baz,-C,'10','9','8','7','6','5','4','3','2','1'] |
| 1231 | + args: [-A,'2',-B,baz,-C,'10','9','8','7','6','5','4','3','2','1',-D] |
1231 | 1232 | job: tests/empty.json
|
1232 | 1233 | tool: tests/inline-js.cwl
|
1233 | 1234 | doc: Test InlineJavascriptRequirement with multiple expressions in the same tool
|
|
1285 | 1286 | }
|
1286 | 1287 | tool: tests/recursive-input-directory.cwl
|
1287 | 1288 | doc: Test if a writable input directory is recursivly copied and writable
|
1288 |
| - tags: [ inline_javascript, initial_work_dir, shell_command ] |
| 1289 | + tags: [ initial_work_dir, shell_command ] |
1289 | 1290 |
|
1290 | 1291 | - output:
|
1291 | 1292 | out: "t\n"
|
|
1515 | 1516 | tool: tests/stage-unprovided-file.cwl
|
1516 | 1517 | doc: Test that expression engine does not fail to evaluate reference to self
|
1517 | 1518 | with unprovided input
|
1518 |
| - tags: [ inline_javascript ] |
| 1519 | + tags: [ required ] |
1519 | 1520 |
|
1520 | 1521 | - tool: tests/exit-success.cwl
|
1521 | 1522 | doc: Test successCodes
|
|
1561 | 1562 | }
|
1562 | 1563 | tool: tests/valueFrom-constant.cwl
|
1563 | 1564 | doc: Test valueFrom with constant value overriding provided array inputs
|
1564 |
| - tags: [ inline_javascript ] |
| 1565 | + tags: [ required ] |
| 1566 | + |
| 1567 | +# New tests for v1.1.0-dev1 |
| 1568 | + |
| 1569 | +- job: tests/wc-job.json |
| 1570 | + output: |
| 1571 | + output: |
| 1572 | + class: File |
| 1573 | + checksum: sha1$631bfbac524e2d04cdcc5ec33ade827fc10b06ae |
| 1574 | + location: output |
| 1575 | + size: 15 |
| 1576 | + tool: tests/wc-tool-shortcut.cwl |
| 1577 | + doc: Test command execution in with stdin and stdout redirection using stdin shortcut |
| 1578 | + tags: [ required ] |
1565 | 1579 |
|
1566 | 1580 | - job: tests/record-secondaryFiles-job.yml
|
1567 | 1581 | output: {}
|
|
0 commit comments