summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-12-01 11:49:27 +0100
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-12-01 11:52:34 +0100
commitaff0a8bc25a3b87a6538732c85c011eef7e9b9aa (patch)
tree931b65ac0828056a23d9cc70f8aba526514e357b
parentb5bb6cebcfb004bb01055ff3e3273a56b79a8bfb (diff)
Update gfortran IO / EOF unstable tests
Some of these will be fixed in https://review.linaro.org/#/c/9360/ Change-Id: Ia00a7bd6374f70c2047e8a19a2d5a79d50380a8c
-rw-r--r--unstable-tests.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/unstable-tests.txt b/unstable-tests.txt
index 83cf271..dbe64ac 100644
--- a/unstable-tests.txt
+++ b/unstable-tests.txt
@@ -41,10 +41,27 @@ gnu:gfortran.dg/convert_implied_open.f90
arm-linux-gnueabihf:gfortran.dg/backspace_9.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test
aarch64-linux-gnu:gfortran.dg/finalize_15.f90 -O3 -fomit-frame-pointer execution test
gfortran.dg/minlocval_3.f90
-arm-linux-gnueabihf:gfortran.dg/streamio_1.f90 -O3 -g execution test
aarch64-linux-gnu:gfortran.dg/tiny_2.f90 -Os execution test
aarch64-linux-gnu:gfortran.dg/unf_io_convert_3.f90 -O3 -g execution test
gfortran.dg/tl_editing.f90
+# These streamio tests had a race on the same filename. This is fixed in trunk, but keeping these here for testing older toolchains.
+gfortran.dg/streamio_4.f90
+gfortran.dg/streamio_5.f90
+gfortran.dg/streamio_6.f90
+gfortran.dg/streamio_7.f90
+gfortran.dg/streamio_10.f90
+gfortran.dg/streamio_12.f90
+# Again, race on the same filename. These will soon be fixed on trunk.
+gfortran.dg/direct_io_12.f90
+gfortran.dg/endfile.f90
+gfortran.dg/eof_4.f90
+gfortran.dg/list_read_7.f90
+gfortran.dg/namelist_76.f90
+gfortran.dg/read_eof_8.f90
+gfortran.dg/read_eof_all.f90
+# Why are these streamio tests unstable?
+gfortran.dg/streamio_1.f90
+gfortran.dg/streamio_8.f90
gfortran.dg/streamio_14.f90
# This is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64921
gfortran.dg/class_allocate_18.f90 -O0 execution test