-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert Preprocessing tests to lit #1052
Comments
All Fortran tests are now run in lit, except Preprocessing tests flang-compiler#1052 Preprocessing tests are a separate kind of test, so will be sorted out later.
All Fortran tests are now run in lit, except Preprocessing tests flang-compiler#1052 Preprocessing tests are a separate kind of test, so will be sorted out later.
All Fortran tests are now run in lit, except Preprocessing tests flang-compiler#1052 Preprocessing tests are a separate kind of test, so will be sorted out later.
All Fortran tests are now run in lit, except Preprocessing tests flang-compiler#1052 Preprocessing tests are a separate kind of test, so will be sorted out later.
All Fortran tests are now run in lit, except Preprocessing tests flang-compiler#1052 Preprocessing tests are a separate kind of test, so will be sorted out later.
All Fortran tests are now run in lit, except Preprocessing tests flang-compiler#1052 Preprocessing tests are a separate kind of test, so will be sorted out later.
All Fortran tests are now run in lit, except Preprocessing tests flang-compiler#1052 Preprocessing tests are a separate kind of test, so will be sorted out later.
All Fortran tests are now run in lit, except Preprocessing tests flang-compiler#1052 Preprocessing tests are a separate kind of test, so will be sorted out later.
All Fortran tests are now run in lit, except Preprocessing tests flang-compiler#1052 Preprocessing tests are a separate kind of test, so will be sorted out later.
All Fortran tests are now run in lit, except Preprocessing tests flang-compiler#1052 Preprocessing tests are a separate kind of test, so will be sorted out later.
All Fortran tests are now run in lit, except Preprocessing tests flang-compiler#1052 Preprocessing tests are a separate kind of test, so will be sorted out later.
All Fortran tests are now run in lit, except Preprocessing tests flang-compiler#1052 Preprocessing tests are a separate kind of test, so will be sorted out later.
All Fortran tests are now run in lit, except Preprocessing tests flang-compiler#1052 Preprocessing tests are a separate kind of test, so will be sorted out later.
All Fortran tests are now run in lit, except Preprocessing tests flang-compiler#1052 Preprocessing tests are a separate kind of test, so will be sorted out later.
…compatible. All Fortran tests are now run in lit, except Preprocessing tests flang-compiler/f18#1052 Preprocessing tests are a separate kind of test, so will be sorted out later. Original-commit: flang-compiler/f18@3f99d35 Reviewed-on: flang-compiler/f18#1027
@RichBarton-Arm is this complete? |
No, the tests in the test/Preprocessing directory are not ported to lit yet. These tests were never being run on F18 and we tell lit to ignore them right now. The tests are execution tests, i.e. they build Fortran snippets that run and print Pass/Fail messages. Each test relies on some functionality from the preprocessor being correctly honoured in order for the Pass message to print. It should not be necessary to compile and run the test in order to check the preprocessor. I would expect tests on the output of -E should be sufficient and more desirable because they isolate the preprocessor so would not fail due to any subsequent issue unrelated to the preprocessor. I think this should be done at the same time as making these lit tests so in reality this might be more than a port, more a re-write/consolidate and porting job. |
…compatible. All Fortran tests are now run in lit, except Preprocessing tests flang-compiler/f18#1052 Preprocessing tests are a separate kind of test, so will be sorted out later. Original-commit: flang-compiler/f18@3f99d35 Reviewed-on: flang-compiler/f18#1027
Preprocessing tests need to be converted to run with lit, like the other Fortran tests.
The text was updated successfully, but these errors were encountered: