Skip to content

Commit 6562ba6

Browse files
committed
consolidate v1.1.0-dev1 tests
1 parent 054da71 commit 6562ba6

File tree

1 file changed

+32
-18
lines changed

1 file changed

+32
-18
lines changed

conformance_tests.yaml

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,6 @@
130130
doc: Test command execution in Docker with stdin and stdout redirection
131131
tags: [ required ]
132132

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-
144133
- job: tests/empty.json
145134
tool: tests/null-expression1-tool.cwl
146135
output:
@@ -529,7 +518,8 @@
529518
tool: "tests/search.cwl#main"
530519
doc: |
531520
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.
533523
tags: [ initial_work_dir, inline_javascript ]
534524

535525
- job: tests/rename-job.json
@@ -544,6 +534,17 @@
544534
Test InitialWorkDirRequirement with expression in filename.
545535
tags: [ initial_work_dir ]
546536

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+
547548
- job: tests/wc-job.json
548549
output:
549550
output: 16
@@ -1059,10 +1060,10 @@
10591060
- job: tests/arguments-job.yml
10601061
output:
10611062
classfile:
1062-
checksum: sha1$e68df795c0686e9aa1a1195536bd900f5f417b18
1063+
checksum: sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709
10631064
location: Hello.class
10641065
class: File
1065-
size: 184
1066+
size: 0
10661067
tool: tests/linkfile.cwl
10671068
doc: Test expression in InitialWorkDir listing
10681069
tags: [ inline_javascript, initial_work_dir ]
@@ -1227,7 +1228,7 @@
12271228
tags: [ required ]
12281229

12291230
- 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]
12311232
job: tests/empty.json
12321233
tool: tests/inline-js.cwl
12331234
doc: Test InlineJavascriptRequirement with multiple expressions in the same tool
@@ -1285,7 +1286,7 @@
12851286
}
12861287
tool: tests/recursive-input-directory.cwl
12871288
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 ]
12891290

12901291
- output:
12911292
out: "t\n"
@@ -1515,7 +1516,7 @@
15151516
tool: tests/stage-unprovided-file.cwl
15161517
doc: Test that expression engine does not fail to evaluate reference to self
15171518
with unprovided input
1518-
tags: [ inline_javascript ]
1519+
tags: [ required ]
15191520

15201521
- tool: tests/exit-success.cwl
15211522
doc: Test successCodes
@@ -1561,7 +1562,20 @@
15611562
}
15621563
tool: tests/valueFrom-constant.cwl
15631564
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 ]
15651579

15661580
- job: tests/record-secondaryFiles-job.yml
15671581
output: {}

0 commit comments

Comments
 (0)