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 @@
11
 suite "differential/runtime"
22
 
33
 case "mixed_types_refs"
4
-source "../../../test_programs/mixed_types.f90"
4
+source "../../fixtures/runtime/mixed_types.f90"
5
+opts => O0, O1, O2
56
 armfortas => run
67
 differential => gfortran, flang-new
78
 expect run.stdout check-comments
@@ -9,7 +10,8 @@ expect run.exit_code equals 0
910
 end
1011
 
1112
 case "where_construct_refs"
12
-source "../../../test_programs/where_construct.f90"
13
+source "../../fixtures/runtime/where_construct.f90"
14
+opts => O0, O1, O2
1315
 armfortas => run
1416
 differential => gfortran, flang-new
1517
 expect run.stdout check-comments
@@ -17,7 +19,8 @@ expect run.exit_code equals 0
1719
 end
1820
 
1921
 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
2124
 armfortas => run
2225
 differential => gfortran, flang-new
2326
 expect run.stdout check-comments
@@ -25,7 +28,8 @@ expect run.exit_code equals 0
2528
 end
2629
 
2730
 case "string_fixed_refs"
28
-source "../../../test_programs/string_fixed.f90"
31
+source "../../fixtures/runtime/string_fixed.f90"
32
+opts => O0, O1, O2
2933
 armfortas => run
3034
 differential => gfortran, flang-new
3135
 expect run.stdout check-comments