[llvm-bugs] [Bug 49985] New: Test scripts are not portable

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Apr 16 00:12:23 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=49985

            Bug ID: 49985
           Summary: Test scripts are not portable
           Product: flang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Build System
          Assignee: unassignedbugs at nondot.org
          Reporter: chinoune.mehdi at hotmail.com
                CC: David.Truby at arm.com, jperier at nvidia.com,
                    llvm-bugs at lists.llvm.org, sscalpone at nvidia.com

The test scripts (*.sh files) in the test folder can't be run on Windows.

Either: Port them to Windows cmd as *.bat files, That's an extra work each time
someone edit these scripts.

Or: Don't rely on shell scripting and find other ways. Maybe look at a more
mature project like clang and see how do they write portable tests.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210416/e59d5e67/attachment.html>


More information about the llvm-bugs mailing list