Skip to content

Commit 0fe3ef6

Browse files
committed
[Fortran/gfortran] Enable all "compile" tests from gfortran test suite
Enable the remaining "compile" tests. Failing tests have been disabled. Differential Revision: https://reviews.llvm.org/D154627
1 parent e6e4c6b commit 0fe3ef6

File tree

2 files changed

+999
-33
lines changed

2 files changed

+999
-33
lines changed

Fortran/gfortran/regression/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ set(PREFIX_COMPILE "gfortran-regression-compile")
1414
set(TESTS)
1515
gfortran_populate_tests(TESTS)
1616
gfortran_add_execute_tests_from("${TESTS}")
17-
# TODO: Enable the "compile" tests
18-
# gfortran_add_compile_tests_from("${TESTS}")
17+
gfortran_add_compile_tests_from("${TESTS}")
1918

2019
add_subdirectory(analyzer)
2120
add_subdirectory(asan)

0 commit comments

Comments
 (0)