tenseleyflow/bencch / 0e4a3b6

Browse files

Repoint runtime behavior consistency suite

Authored by espadonne
SHA
0e4a3b6bf7c9cff6f28a162ac4027a017eec4ea5
Parents
b3cf949
Tree
55d3616

1 changed file

StatusFile+-
M suites/consistency/runtime_behavior.afs 12 12
suites/consistency/runtime_behavior.afsmodified
@@ -1,7 +1,7 @@
11
 suite "consistency/runtime-behavior"
22
 
33
 case "mixed_types_cli_run_reproducible"
4
-source "../../../test_programs/mixed_types.f90"
4
+source "../../fixtures/runtime/mixed_types.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 "mixed_types_capture_run_matches_cli"
14
-source "../../../test_programs/mixed_types.f90"
14
+source "../../fixtures/runtime/mixed_types.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 "mixed_types_capture_run_reproducible"
24
-source "../../../test_programs/mixed_types.f90"
24
+source "../../fixtures/runtime/mixed_types.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 "where_construct_cli_run_reproducible"
34
-source "../../../test_programs/where_construct.f90"
34
+source "../../fixtures/runtime/where_construct.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 "where_construct_capture_run_matches_cli"
44
-source "../../../test_programs/where_construct.f90"
44
+source "../../fixtures/runtime/where_construct.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 "where_construct_capture_run_reproducible"
54
-source "../../../test_programs/where_construct.f90"
54
+source "../../fixtures/runtime/where_construct.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 "derived_type_basic_cli_run_reproducible"
64
-source "../../../test_programs/derived_type_basic.f90"
64
+source "../../fixtures/runtime/derived_type_basic.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 "derived_type_basic_capture_run_matches_cli"
74
-source "../../../test_programs/derived_type_basic.f90"
74
+source "../../fixtures/runtime/derived_type_basic.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 "derived_type_basic_capture_run_reproducible"
84
-source "../../../test_programs/derived_type_basic.f90"
84
+source "../../fixtures/runtime/derived_type_basic.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 "string_fixed_cli_run_reproducible"
94
-source "../../../test_programs/string_fixed.f90"
94
+source "../../fixtures/runtime/string_fixed.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 "string_fixed_capture_run_matches_cli"
104
-source "../../../test_programs/string_fixed.f90"
104
+source "../../fixtures/runtime/string_fixed.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 "string_fixed_capture_run_reproducible"
114
-source "../../../test_programs/string_fixed.f90"
114
+source "../../fixtures/runtime/string_fixed.f90"
115115
 opts => all
116116
 armfortas => run
117117
 repeat => 3