@@ -12,37 +12,15 @@ set(UNSUPPORTED_FILES "")
1212# These tests trigger "not yet implemented" assertions in flang.
1313file (GLOB UNIMPLEMENTED_FILES CONFIGURE_DEPENDS
1414 # unimplemented: assumed rank in procedure interface
15- argument-association-assumed-rank-1.f90
16- argument-association-assumed-rank-2.f90
17- argument-association-assumed-rank-3.f90
18- argument-association-assumed-rank-4.f90
19- argument-association-assumed-rank-5.f90
20- argument-association-assumed-rank-6.f90
21- argument-association-assumed-rank-7.f90
22- argument-association-assumed-rank-8.f90
23- c535a-1.f90
2415 cf-out-descriptor-6.f90
2516 contiguous-1.f90
2617 contiguous-2.f90
2718 contiguous-3.f90
2819 fc-descriptor-6.f90
2920 fc-out-descriptor-6.f90
30- note-5-3.f90
31- note-5-4.f90
32- rank.f90
33- shape-bindc.f90
34- shape.f90
35- size-bindc.f90
36- size.f90
37- ubound-bindc.f90
38- ubound.f90
3921
4022 # unimplemented: BIND(C) internal procedures
4123 fc-out-descriptor-5.f90
42- ff-descriptor-6.f90
43-
44- # unimplemented: support for polymorphic types
45- c407a-1.f90
4624)
4725
4826# These tests are skipped because they trigger internal compiler errors.
@@ -78,9 +56,7 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
7856 fc-out-descriptor-3.f90
7957 fc-out-descriptor-4.f90
8058 fc-out-descriptor-7.f90
81- ff-descriptor-2.f90
8259 optional .f90
83- rank-class.f90
8460 section-2.f90
8561 section-2p.f90
8662 section-3.f90
@@ -91,8 +67,6 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
9167 select.f90
9268 setpointer-errors.f90
9369 setpointer.f90
94- shape-poly.f90
95- size-poly.f90
9670 typecodes-array-basic.f90
9771 typecodes-array-float128.f90
9872 typecodes-array-int128.f90
@@ -102,7 +76,6 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
10276 typecodes-scalar-float128.f90
10377 typecodes-scalar-int128.f90
10478 typecodes-scalar-longdouble.f90
105- ubound-poly.f90
10679
10780 # error: '[SYM]' is an external procedure without the EXTERNAL attribute in a
10881 # scope with IMPLICIT NONE(EXTERNAL)
@@ -118,15 +91,8 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
11891
11992# These tests fail when they are expected to pass.
12093file (GLOB FAILING_FILES CONFIGURE_DEPENDS
121- # These files are expected to compile, but fail to do so.
122- c535b-1.f90
123-
12494 # These files are expected to fail to compile, but succeed instead.
12595 c516.f90
12696 c524a.f90
12797 c535b-3.f90
128- c535c-1.f90
129- c535c-2.f90
130- c535c-3.f90
131- c535c-4.f90
13298)
0 commit comments