@@ -1,7 +1,7 @@ |
| 1 | 1 | suite "consistency/runtime-stateful" |
| 2 | 2 | |
| 3 | 3 | case "allocatable_cli_run_reproducible" |
| 4 | | -source "../../../test_programs/allocatable.f90" |
| 4 | +source "../../fixtures/runtime/allocatable.f90" |
| 5 | 5 | opts => all |
| 6 | 6 | armfortas => run |
| 7 | 7 | repeat => 3 |
@@ -11,7 +11,7 @@ expect run.exit_code equals 0 |
| 11 | 11 | end |
| 12 | 12 | |
| 13 | 13 | case "allocatable_capture_run_matches_cli" |
| 14 | | -source "../../../test_programs/allocatable.f90" |
| 14 | +source "../../fixtures/runtime/allocatable.f90" |
| 15 | 15 | opts => all |
| 16 | 16 | armfortas => run |
| 17 | 17 | repeat => 3 |
@@ -21,7 +21,7 @@ expect run.exit_code equals 0 |
| 21 | 21 | end |
| 22 | 22 | |
| 23 | 23 | case "allocatable_capture_run_reproducible" |
| 24 | | -source "../../../test_programs/allocatable.f90" |
| 24 | +source "../../fixtures/runtime/allocatable.f90" |
| 25 | 25 | opts => all |
| 26 | 26 | armfortas => run |
| 27 | 27 | repeat => 3 |
@@ -31,7 +31,7 @@ expect run.exit_code equals 0 |
| 31 | 31 | end |
| 32 | 32 | |
| 33 | 33 | case "string_deferred_cli_run_reproducible" |
| 34 | | -source "../../../test_programs/string_deferred.f90" |
| 34 | +source "../../fixtures/runtime/string_deferred.f90" |
| 35 | 35 | opts => all |
| 36 | 36 | armfortas => run |
| 37 | 37 | repeat => 3 |
@@ -41,7 +41,7 @@ expect run.exit_code equals 0 |
| 41 | 41 | end |
| 42 | 42 | |
| 43 | 43 | case "string_deferred_capture_run_matches_cli" |
| 44 | | -source "../../../test_programs/string_deferred.f90" |
| 44 | +source "../../fixtures/runtime/string_deferred.f90" |
| 45 | 45 | opts => all |
| 46 | 46 | armfortas => run |
| 47 | 47 | repeat => 3 |
@@ -51,7 +51,7 @@ expect run.exit_code equals 0 |
| 51 | 51 | end |
| 52 | 52 | |
| 53 | 53 | case "string_deferred_capture_run_reproducible" |
| 54 | | -source "../../../test_programs/string_deferred.f90" |
| 54 | +source "../../fixtures/runtime/string_deferred.f90" |
| 55 | 55 | opts => all |
| 56 | 56 | armfortas => run |
| 57 | 57 | repeat => 3 |
@@ -61,7 +61,7 @@ expect run.exit_code equals 0 |
| 61 | 61 | end |
| 62 | 62 | |
| 63 | 63 | case "string_reassign_loop_cli_run_reproducible" |
| 64 | | -source "../../../test_programs/string_reassign_loop.f90" |
| 64 | +source "../../fixtures/runtime/string_reassign_loop.f90" |
| 65 | 65 | opts => all |
| 66 | 66 | armfortas => run |
| 67 | 67 | repeat => 3 |
@@ -71,7 +71,7 @@ expect run.exit_code equals 0 |
| 71 | 71 | end |
| 72 | 72 | |
| 73 | 73 | case "string_reassign_loop_capture_run_matches_cli" |
| 74 | | -source "../../../test_programs/string_reassign_loop.f90" |
| 74 | +source "../../fixtures/runtime/string_reassign_loop.f90" |
| 75 | 75 | opts => all |
| 76 | 76 | armfortas => run |
| 77 | 77 | repeat => 3 |
@@ -81,7 +81,7 @@ expect run.exit_code equals 0 |
| 81 | 81 | end |
| 82 | 82 | |
| 83 | 83 | case "string_reassign_loop_capture_run_reproducible" |
| 84 | | -source "../../../test_programs/string_reassign_loop.f90" |
| 84 | +source "../../fixtures/runtime/string_reassign_loop.f90" |
| 85 | 85 | opts => all |
| 86 | 86 | armfortas => run |
| 87 | 87 | repeat => 3 |
@@ -91,7 +91,7 @@ expect run.exit_code equals 0 |
| 91 | 91 | end |
| 92 | 92 | |
| 93 | 93 | 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" |
| 95 | 95 | opts => all |
| 96 | 96 | armfortas => run |
| 97 | 97 | repeat => 3 |
@@ -101,7 +101,7 @@ expect run.exit_code equals 0 |
| 101 | 101 | end |
| 102 | 102 | |
| 103 | 103 | 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" |
| 105 | 105 | opts => all |
| 106 | 106 | armfortas => run |
| 107 | 107 | repeat => 3 |
@@ -111,7 +111,7 @@ expect run.exit_code equals 0 |
| 111 | 111 | end |
| 112 | 112 | |
| 113 | 113 | 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" |
| 115 | 115 | opts => all |
| 116 | 116 | armfortas => run |
| 117 | 117 | repeat => 3 |
@@ -121,7 +121,7 @@ expect run.exit_code equals 0 |
| 121 | 121 | end |
| 122 | 122 | |
| 123 | 123 | case "io_rewind_cli_run_reproducible" |
| 124 | | -source "../../../test_programs/io_rewind.f90" |
| 124 | +source "../../fixtures/runtime/io_rewind.f90" |
| 125 | 125 | opts => all |
| 126 | 126 | armfortas => run |
| 127 | 127 | repeat => 3 |
@@ -131,7 +131,7 @@ expect run.exit_code equals 0 |
| 131 | 131 | end |
| 132 | 132 | |
| 133 | 133 | case "io_rewind_capture_run_matches_cli" |
| 134 | | -source "../../../test_programs/io_rewind.f90" |
| 134 | +source "../../fixtures/runtime/io_rewind.f90" |
| 135 | 135 | opts => all |
| 136 | 136 | armfortas => run |
| 137 | 137 | repeat => 3 |
@@ -141,7 +141,7 @@ expect run.exit_code equals 0 |
| 141 | 141 | end |
| 142 | 142 | |
| 143 | 143 | case "io_rewind_capture_run_reproducible" |
| 144 | | -source "../../../test_programs/io_rewind.f90" |
| 144 | +source "../../fixtures/runtime/io_rewind.f90" |
| 145 | 145 | opts => all |
| 146 | 146 | armfortas => run |
| 147 | 147 | repeat => 3 |
@@ -151,7 +151,7 @@ expect run.exit_code equals 0 |
| 151 | 151 | end |
| 152 | 152 | |
| 153 | 153 | case "io_flush_stress_cli_run_reproducible" |
| 154 | | -source "../../../test_programs/io_flush_stress.f90" |
| 154 | +source "../../fixtures/runtime/io_flush_stress.f90" |
| 155 | 155 | opts => all |
| 156 | 156 | armfortas => run |
| 157 | 157 | repeat => 3 |
@@ -161,7 +161,7 @@ expect run.exit_code equals 0 |
| 161 | 161 | end |
| 162 | 162 | |
| 163 | 163 | case "io_flush_stress_capture_run_matches_cli" |
| 164 | | -source "../../../test_programs/io_flush_stress.f90" |
| 164 | +source "../../fixtures/runtime/io_flush_stress.f90" |
| 165 | 165 | opts => all |
| 166 | 166 | armfortas => run |
| 167 | 167 | repeat => 3 |
@@ -171,7 +171,7 @@ expect run.exit_code equals 0 |
| 171 | 171 | end |
| 172 | 172 | |
| 173 | 173 | case "io_flush_stress_capture_run_reproducible" |
| 174 | | -source "../../../test_programs/io_flush_stress.f90" |
| 174 | +source "../../fixtures/runtime/io_flush_stress.f90" |
| 175 | 175 | opts => all |
| 176 | 176 | armfortas => run |
| 177 | 177 | repeat => 3 |