tenseleyflow/bencch / 7619096

Browse files

Expand runtime behavior differential matrix

Authored by espadonne
SHA
76190967e0f0e16e33d461aec1af759403eea932
Parents
0e4a3b6
Tree
23e4774

1 changed file

StatusFile+-
M suites/differential/runtime.afs 8 4
suites/differential/runtime.afsmodified
@@ -1,7 +1,8 @@
1
 suite "differential/runtime"
1
 suite "differential/runtime"
2
 
2
 
3
 case "mixed_types_refs"
3
 case "mixed_types_refs"
4
-source "../../../test_programs/mixed_types.f90"
4
+source "../../fixtures/runtime/mixed_types.f90"
5
+opts => O0, O1, O2
5
 armfortas => run
6
 armfortas => run
6
 differential => gfortran, flang-new
7
 differential => gfortran, flang-new
7
 expect run.stdout check-comments
8
 expect run.stdout check-comments
@@ -9,7 +10,8 @@ expect run.exit_code equals 0
9
 end
10
 end
10
 
11
 
11
 case "where_construct_refs"
12
 case "where_construct_refs"
12
-source "../../../test_programs/where_construct.f90"
13
+source "../../fixtures/runtime/where_construct.f90"
14
+opts => O0, O1, O2
13
 armfortas => run
15
 armfortas => run
14
 differential => gfortran, flang-new
16
 differential => gfortran, flang-new
15
 expect run.stdout check-comments
17
 expect run.stdout check-comments
@@ -17,7 +19,8 @@ expect run.exit_code equals 0
17
 end
19
 end
18
 
20
 
19
 case "derived_type_basic_refs"
21
 case "derived_type_basic_refs"
20
-source "../../../test_programs/derived_type_basic.f90"
22
+source "../../fixtures/runtime/derived_type_basic.f90"
23
+opts => O0, O1, O2
21
 armfortas => run
24
 armfortas => run
22
 differential => gfortran, flang-new
25
 differential => gfortran, flang-new
23
 expect run.stdout check-comments
26
 expect run.stdout check-comments
@@ -25,7 +28,8 @@ expect run.exit_code equals 0
25
 end
28
 end
26
 
29
 
27
 case "string_fixed_refs"
30
 case "string_fixed_refs"
28
-source "../../../test_programs/string_fixed.f90"
31
+source "../../fixtures/runtime/string_fixed.f90"
32
+opts => O0, O1, O2
29
 armfortas => run
33
 armfortas => run
30
 differential => gfortran, flang-new
34
 differential => gfortran, flang-new
31
 expect run.stdout check-comments
35
 expect run.stdout check-comments