[flang-commits] [PATCH] D149865: [fortran] Disable some gfortran tests that non-determinstically fail when testing in parallel
Tarun Prabhu via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu May 4 12:14:48 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rT2666b1f4b90b: [gfortran] Disable some tests that non-deterministically fail when testing in… (authored by tarunprabhu).
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149865/new/
https://reviews.llvm.org/D149865
Files:
Fortran/gfortran/regression/CMakeLists.txt
Index: Fortran/gfortran/regression/CMakeLists.txt
===================================================================
--- Fortran/gfortran/regression/CMakeLists.txt
+++ Fortran/gfortran/regression/CMakeLists.txt
@@ -1845,6 +1845,41 @@
# anyway so the test-suite passes by default on AArch64.
entry_23.f
findloc_8.f90
+
+ # These tests have race conditions with other tests that cause them to
+ # occasionally fail when run in parallel. Every test in each group listed
+ # below has a race condition with at least one other test in the group.
+
+ # <group> Tests read/write/replace/delete file named 'tmp.dat'
+ pr88169_1.f90
+ pr88169_2.f90
+ pr88169_3.f90
+ list_read_6.f90
+ # </group>
+
+ # <group>
+ write_rewind_1.f
+ write_rewind_2.f
+ # </group>
+
+ # <group> Tests read/delete/append file named 'foo'
+ append_1.f90
+ large_unit_2.f90
+ open_access_append_1.f90
+ open_status_1.f90
+ # </group>
+
+ # <group> Tests create/replace file named 'test.dat'
+ direct_io_12.f90
+ endfile.f90
+ eof_4.f90
+ implied_do_io_1.f90
+ list_read_7.f90
+ namelist_76.f90
+ read_eof_8.f90
+ read_eof_all.f90
+ streamio_18.f90
+ # </group>
)
list(APPEND UnsupportedTests "${Unsupported}")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149865.519598.patch
Type: text/x-patch
Size: 1222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230504/a4ed18db/attachment.bin>
More information about the flang-commits
mailing list