| 1 | suite "differential/runtime-structured" |
| 2 | |
| 3 | case "derived_type_nested_refs" |
| 4 | source "../../../test_programs/derived_type_nested.f90" |
| 5 | armfortas => run |
| 6 | differential => gfortran, flang-new |
| 7 | expect run.stdout check-comments |
| 8 | expect run.exit_code equals 0 |
| 9 | end |
| 10 | |
| 11 | case "io_formatted_write_refs" |
| 12 | source "../../../test_programs/io_formatted_write.f90" |
| 13 | armfortas => run |
| 14 | differential => gfortran, flang-new |
| 15 | expect run.stdout check-comments |
| 16 | expect run.exit_code equals 0 |
| 17 | end |
| 18 | |
| 19 | case "io_write_to_unit_refs" |
| 20 | source "../../../test_programs/io_write_to_unit.f90" |
| 21 | armfortas => run |
| 22 | differential => gfortran, flang-new |
| 23 | expect run.stdout check-comments |
| 24 | expect run.exit_code equals 0 |
| 25 | end |
| 26 | |
| 27 | case "io_write_types_refs" |
| 28 | source "../../../test_programs/io_write_types.f90" |
| 29 | armfortas => run |
| 30 | differential => gfortran, flang-new |
| 31 | expect run.stdout check-comments |
| 32 | expect run.exit_code equals 0 |
| 33 | end |
| 34 |