[flang-commits] [flang] 5d37415 - Unsupport flang/test/Driver/embed.f90 on Windows

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Thu Oct 24 09:45:33 PDT 2024


Author: Krzysztof Parzyszek
Date: 2024-10-24T11:45:27-05:00
New Revision: 5d37415a589177c4449a8262553bee5366c1bad6

URL: https://github.com/llvm/llvm-project/commit/5d37415a589177c4449a8262553bee5366c1bad6
DIFF: https://github.com/llvm/llvm-project/commit/5d37415a589177c4449a8262553bee5366c1bad6.diff

LOG: Unsupport flang/test/Driver/embed.f90 on Windows

The test fails due to Windows' line-endings, and it's blocking
pre-checkin tests.

Added: 
    

Modified: 
    flang/test/Driver/embed.f90

Removed: 
    


################################################################################
diff  --git a/flang/test/Driver/embed.f90 b/flang/test/Driver/embed.f90
index 60d532a8a94fdf..ce82beec1c6a81 100644
--- a/flang/test/Driver/embed.f90
+++ b/flang/test/Driver/embed.f90
@@ -1,3 +1,5 @@
+!Windows uses 0d+0a as line-endings, and the check fails.
+!UNSUPPORTED: system-windows
 
 !----------
 ! RUN lines


        


More information about the flang-commits mailing list