Description
Hello @rouson, I thought I'd try adding some of my gfortran bug examples to AdHoc, but I seem to be having problems running the existing tests with the current repo. When I run ctest (after an apparently successful "cmake", "make", "make install") I see failures for all 3 gnu tests (I'm setup to use gfortran) that look like
3/3 Test #3: gnu-bug-68196 ....................***Failed Required regular expression not found.Regex=[Test passed.] 0.04 sec
Yet the compile of the test code was actually successful (I'm using the latest svn 5 branch). It seems like the test script should have written "Test passed" but didn't? I'm confused.
Also there doesn't seem to be any run time test harness yet, just compile time tests -- is that right? My issues with deferred-length characters are mostly run time from the compiler generating bad code.