[flang-commits] [flang] [flang] Enumeration Type: (PR 1/5) Foundation types + Parser (PR #192651)
via flang-commits
flang-commits at lists.llvm.org
Fri Apr 17 06:25:45 PDT 2026
kwyatt-ext wrote:
### Test Artifacts
**make check-flang -j7**:
```
Testing Time: 150.00s
Total Discovered Tests: 4378
Unsupported : 84 (1.92%)
Passed : 4283 (97.83%)
Expectedly Failed: 11 (0.25%)
FLANG Container Test completed 3 minutes (223 s).
Total Time: 3 minutes (223 s)
Completed : Thu Apr 16 03:12:55 PM CDT 2026
```
**make check-flang-rt -j7**:
```
Testing Time: 1.62s
Total Discovered Tests: 309
Passed: 309 (100.00%)
FLANG Container Test completed 0 minutes (56 s).
Total Time: 0 minutes (56 s)
Completed : Thu Apr 16 03:14:27 PM CDT 2026
```
**./bin/llvm-lit -j10 ../flang/test**:
```
Failed Tests (2):
test-suite :: Fortran/gfortran/regression/gomp/gfortran-regression-compile-regression__gomp__allocate-15_f90.test
test-suite :: Fortran/gfortran/regression/gomp/gfortran-regression-compile-regression__gomp__allocate-16_f90.test
Testing Time: 209.83s
Total Discovered Tests: 6930
Passed: 6928 (99.97%)
Failed: 2 (0.03%)
(NOTE: This change was unrelated and these tests were verified to be failing against the baseline build.)
```
https://github.com/llvm/llvm-project/pull/192651
More information about the flang-commits
mailing list