File: ignore_f90_test_module_with_syntax_error.patch

package info (click to toggle)
etsf-io 1.0.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,580 kB
  • sloc: f90: 26,717; sh: 466; makefile: 452; ansic: 23
file content (29 lines) | stat: -rw-r--r-- 993 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 24 Jan 2018 14:43:38 +0100
Description: skip test with Fortran 90 syntax error occurring in tests/group_level/tests_module.f90
 tests_module.f90:373:19:

     character(len = length), intent(in) :: string
                   1
 Error: Scalar INTEGER expression expected at (1)
 tests_module.f90:372:36:

   subroutine check_mem_str_0D(string, length, varname, lstat, error_data)
                                    1
 Error: Symbol 'string' at (1) has no IMPLICIT type
 tests_module.f90:130:80:

           call check_mem_str_0D(strings(1), dims(1), varname, lstat, error_data)
                                                                                1
 Error: Type mismatch in argument 'string' at (1); passed CHARACTER(1) to UNKNOWN

--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,6 @@ SUBDIRS = \
 	src/group_level \
 	src/utils \
 	tests/low_level \
-	tests/group_level \
 	tests/utils \
 	doc/www \
 	$(subdir_tutorials)