@@ -119,6 +119,21 @@ file(GLOB UNSUPPORTED_FILES CONFIGURE_DEPENDS
119
119
unlimited_polymorphic_14.f90
120
120
# Unsupported predefined macro: __TIMESTAMP__
121
121
wdate-time.F90
122
+
123
+ # This test checks that two arrays, initialized with random real numbers that
124
+ # are converted to integers, are not identical. It is possible, though
125
+ # unlikely for such "randomly initialized" arrays to be identical. Because of
126
+ # this inherent flakiness, this test will remain unsupported.
127
+ random_init_2.f90
128
+
129
+ # Test is not conformant as it writes to a constant argument
130
+ # Similar test, that is conformant, added to UnitTests/assign-goto
131
+ assign_5.f90
132
+
133
+ # Test is not conformant as it expects different value of cmdstat and cmdmsg
134
+ # Similar test added: UnitTests/execute_command_line
135
+ execute_command_line_1.f90
136
+ execute_command_line_3.f90
122
137
)
123
138
124
139
# These tests are skipped because they hit a 'not yet implemented' assertion
@@ -291,11 +306,6 @@ file(GLOB UNIMPLEMENTED_FILES CONFIGURE_DEPENDS
291
306
# unimplemented: intrinsic: co_broadcast
292
307
coarray_collectives_17.f90
293
308
294
- # Test is not conformant as it expects different value of cmdstat and cmdmsg
295
- # Similar test added: UnitTests/execute_command_line
296
- execute_command_line_1.f90
297
- execute_command_line_3.f90
298
-
299
309
# unimplemented: intrinsic: failed_images
300
310
coarray_failed_images_1.f08
301
311
@@ -1008,25 +1018,20 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
1008
1018
widechar_IO_4.f90
1009
1019
zero_sized_1.f90
1010
1020
elemental_function_2.f90
1021
+ do_check_1.f90
1022
+ random_3.f90
1011
1023
1012
1024
# These tests fail at runtime on AArch64 (but pass on x86). Disable them
1013
1025
# anyway so the test-suite passes by default on AArch64.
1014
1026
entry_23.f
1015
1027
findloc_8.f90
1016
1028
pr99210.f90
1017
1029
1018
- # These tests fail on Ubuntu because of a bug in the not utility. At least
1019
- # some of these should work once the issue with not has been fixed.
1020
- #
1021
- # https://github.com/llvm/llvm-test-suite/pull/102#issuecomment-1980674221
1022
- #
1023
- do_check_1.f90
1030
+ # These tests go into an infinite loop printing "Hello World"
1024
1031
pointer_check_1.f90
1025
1032
pointer_check_2.f90
1026
1033
pointer_check_3.f90
1027
1034
pointer_check_4.f90
1028
- random_3.f90
1029
- unpack_bounds_1.f90
1030
1035
1031
1036
# ---------------------------------------------------------------------------
1032
1037
#
@@ -1050,6 +1055,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
1050
1055
no_unit_error_1.f90
1051
1056
pointer_check_10.f90
1052
1057
pointer_remapping_6.f08
1058
+ unpack_bounds_1.f90
1053
1059
1054
1060
# ---------------------------------------------------------------------------
1055
1061
#
@@ -1408,10 +1414,6 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
1408
1414
directive_unroll_5.f90
1409
1415
# Tests "!GCC$ attributes weak :: x"
1410
1416
weak-3.f90
1411
- # Test is not conformant as it writes to a constant argument
1412
- # Similar test, that is conformant, added to UnitTests/assign-goto
1413
- assign_5.f90
1414
-
1415
1417
1416
1418
# Probable bugs
1417
1419
# ["a", "ab"]
@@ -1793,9 +1795,6 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
1793
1795
# for the buildbot, this is disabled.
1794
1796
internal_dummy_2.f08
1795
1797
1796
- # These are flaky tests, which may fail sometimes.
1797
- random_init_2.f90
1798
-
1799
1798
# The causes of failure of these tests need to be investigated
1800
1799
PR113061.f90
1801
1800
allocate_with_source_29.f90
0 commit comments