Skip to content

Commit b0b26fa

Browse files
committed
Add checksum and size for Section 8, 15, 21 and 22
1 parent 38cc245 commit b0b26fa

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

_includes/cwl/conformance-test.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,16 @@
5151
# Section 7 depends on side-effects
5252

5353
# Section 8
54-
# Note: Skip checking size and checksum of the resulted file because it depends on the external compiler.
5554
- doc: Test for section 8
5655
job: 08-arguments/arguments-job.yml
5756
tool: 08-arguments/arguments.cwl
5857
output:
5958
classfile:
6059
class: File
60+
checksum: sha1$fdb876b40ad9ebc7fee873212e02d5940588642e
6161
basename: Hello.class
6262
location: Any
63+
size: 184
6364

6465
# Section 9 depends on side-effects
6566

@@ -92,15 +93,16 @@
9293
# Section 14 depends on side-effects
9394

9495
# Section 15
95-
# Note: Skip checking size and checksum of the resulted file because it depends on the external compiler.
9696
- doc: Test for section 15
9797
job: 15-staging/arguments-job.yml
9898
tool: 15-staging/linkfile.cwl
9999
output:
100100
classfile:
101101
class: File
102+
checksum: sha1$fdb876b40ad9ebc7fee873212e02d5940588642e
102103
basename: Hello.class
103104
location: Any
105+
size: 184
104106

105107
# Section 16
106108
# Note: The checksum and size is always changed for every executions
@@ -158,22 +160,24 @@
158160
# size: Any # To be fixed
159161

160162
# Section 21
161-
# Note: Skip checking size and checksum of the resulted file because it depends on the external compiler.
162163
- doc: Test for section 21
163164
job: 21-1st-workflow/1st-workflow-job.yml
164165
tool: 21-1st-workflow/1st-workflow.cwl
165166
output:
166167
classout:
167168
class: File
169+
checksum: sha1$39e3219327347c05aa3e82236f83aa6d77fe6bfd
168170
basename: Hello.class
169171
location: Any
172+
size: 419
170173

171174
# Section 22
172-
# Note: Skip checking size and checksum of the resulted file because it depends on the external compiler.
173175
- doc: Test for section 22
174176
tool: 22-nested-workflows/nestedworkflows.cwl
175177
output:
176178
classout:
177179
class: File
180+
checksum: sha1$39e3219327347c05aa3e82236f83aa6d77fe6bfd
178181
basename: Hello.class
179182
location: Any
183+
size: 419

0 commit comments

Comments
 (0)