tenseleyflow/bencch / d2359b2

Browse files

Repoint stateful consistency suite

Authored by espadonne
SHA
d2359b24693f90d2118e0a101344a92ea01f662e
Parents
c4293c7
Tree
eb4fdb6

1 changed file

StatusFile+-
M suites/consistency/runtime_stateful.afs 18 18
suites/consistency/runtime_stateful.afsmodified
@@ -1,7 +1,7 @@
11
 suite "consistency/runtime-stateful"
22
 
33
 case "allocatable_cli_run_reproducible"
4
-source "../../../test_programs/allocatable.f90"
4
+source "../../fixtures/runtime/allocatable.f90"
55
 opts => all
66
 armfortas => run
77
 repeat => 3
@@ -11,7 +11,7 @@ expect run.exit_code equals 0
1111
 end
1212
 
1313
 case "allocatable_capture_run_matches_cli"
14
-source "../../../test_programs/allocatable.f90"
14
+source "../../fixtures/runtime/allocatable.f90"
1515
 opts => all
1616
 armfortas => run
1717
 repeat => 3
@@ -21,7 +21,7 @@ expect run.exit_code equals 0
2121
 end
2222
 
2323
 case "allocatable_capture_run_reproducible"
24
-source "../../../test_programs/allocatable.f90"
24
+source "../../fixtures/runtime/allocatable.f90"
2525
 opts => all
2626
 armfortas => run
2727
 repeat => 3
@@ -31,7 +31,7 @@ expect run.exit_code equals 0
3131
 end
3232
 
3333
 case "string_deferred_cli_run_reproducible"
34
-source "../../../test_programs/string_deferred.f90"
34
+source "../../fixtures/runtime/string_deferred.f90"
3535
 opts => all
3636
 armfortas => run
3737
 repeat => 3
@@ -41,7 +41,7 @@ expect run.exit_code equals 0
4141
 end
4242
 
4343
 case "string_deferred_capture_run_matches_cli"
44
-source "../../../test_programs/string_deferred.f90"
44
+source "../../fixtures/runtime/string_deferred.f90"
4545
 opts => all
4646
 armfortas => run
4747
 repeat => 3
@@ -51,7 +51,7 @@ expect run.exit_code equals 0
5151
 end
5252
 
5353
 case "string_deferred_capture_run_reproducible"
54
-source "../../../test_programs/string_deferred.f90"
54
+source "../../fixtures/runtime/string_deferred.f90"
5555
 opts => all
5656
 armfortas => run
5757
 repeat => 3
@@ -61,7 +61,7 @@ expect run.exit_code equals 0
6161
 end
6262
 
6363
 case "string_reassign_loop_cli_run_reproducible"
64
-source "../../../test_programs/string_reassign_loop.f90"
64
+source "../../fixtures/runtime/string_reassign_loop.f90"
6565
 opts => all
6666
 armfortas => run
6767
 repeat => 3
@@ -71,7 +71,7 @@ expect run.exit_code equals 0
7171
 end
7272
 
7373
 case "string_reassign_loop_capture_run_matches_cli"
74
-source "../../../test_programs/string_reassign_loop.f90"
74
+source "../../fixtures/runtime/string_reassign_loop.f90"
7575
 opts => all
7676
 armfortas => run
7777
 repeat => 3
@@ -81,7 +81,7 @@ expect run.exit_code equals 0
8181
 end
8282
 
8383
 case "string_reassign_loop_capture_run_reproducible"
84
-source "../../../test_programs/string_reassign_loop.f90"
84
+source "../../fixtures/runtime/string_reassign_loop.f90"
8585
 opts => all
8686
 armfortas => run
8787
 repeat => 3
@@ -91,7 +91,7 @@ expect run.exit_code equals 0
9191
 end
9292
 
9393
 case "io_multi_value_read_cli_run_reproducible"
94
-source "../../../test_programs/io_multi_value_read.f90"
94
+source "../../fixtures/runtime/io_multi_value_read.f90"
9595
 opts => all
9696
 armfortas => run
9797
 repeat => 3
@@ -101,7 +101,7 @@ expect run.exit_code equals 0
101101
 end
102102
 
103103
 case "io_multi_value_read_capture_run_matches_cli"
104
-source "../../../test_programs/io_multi_value_read.f90"
104
+source "../../fixtures/runtime/io_multi_value_read.f90"
105105
 opts => all
106106
 armfortas => run
107107
 repeat => 3
@@ -111,7 +111,7 @@ expect run.exit_code equals 0
111111
 end
112112
 
113113
 case "io_multi_value_read_capture_run_reproducible"
114
-source "../../../test_programs/io_multi_value_read.f90"
114
+source "../../fixtures/runtime/io_multi_value_read.f90"
115115
 opts => all
116116
 armfortas => run
117117
 repeat => 3
@@ -121,7 +121,7 @@ expect run.exit_code equals 0
121121
 end
122122
 
123123
 case "io_rewind_cli_run_reproducible"
124
-source "../../../test_programs/io_rewind.f90"
124
+source "../../fixtures/runtime/io_rewind.f90"
125125
 opts => all
126126
 armfortas => run
127127
 repeat => 3
@@ -131,7 +131,7 @@ expect run.exit_code equals 0
131131
 end
132132
 
133133
 case "io_rewind_capture_run_matches_cli"
134
-source "../../../test_programs/io_rewind.f90"
134
+source "../../fixtures/runtime/io_rewind.f90"
135135
 opts => all
136136
 armfortas => run
137137
 repeat => 3
@@ -141,7 +141,7 @@ expect run.exit_code equals 0
141141
 end
142142
 
143143
 case "io_rewind_capture_run_reproducible"
144
-source "../../../test_programs/io_rewind.f90"
144
+source "../../fixtures/runtime/io_rewind.f90"
145145
 opts => all
146146
 armfortas => run
147147
 repeat => 3
@@ -151,7 +151,7 @@ expect run.exit_code equals 0
151151
 end
152152
 
153153
 case "io_flush_stress_cli_run_reproducible"
154
-source "../../../test_programs/io_flush_stress.f90"
154
+source "../../fixtures/runtime/io_flush_stress.f90"
155155
 opts => all
156156
 armfortas => run
157157
 repeat => 3
@@ -161,7 +161,7 @@ expect run.exit_code equals 0
161161
 end
162162
 
163163
 case "io_flush_stress_capture_run_matches_cli"
164
-source "../../../test_programs/io_flush_stress.f90"
164
+source "../../fixtures/runtime/io_flush_stress.f90"
165165
 opts => all
166166
 armfortas => run
167167
 repeat => 3
@@ -171,7 +171,7 @@ expect run.exit_code equals 0
171171
 end
172172
 
173173
 case "io_flush_stress_capture_run_reproducible"
174
-source "../../../test_programs/io_flush_stress.f90"
174
+source "../../fixtures/runtime/io_flush_stress.f90"
175175
 opts => all
176176
 armfortas => run
177177
 repeat => 3