[LLVMbugs] [Bug 24352] New: Test coverage-levels.cc failed in Windows native environment

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Aug 4 06:34:20 PDT 2015


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

            Bug ID: 24352
           Summary: Test coverage-levels.cc failed in Windows native
                    environment
           Product: compiler-rt
           Version: 3.7
          Hardware: PC
               URL: http://lab.llvm.org:8011/builders/clang-x64-ninja-win7
                    /builds/3230/steps/ninja%20check%201/logs/FAIL%3A%20UB
                    San-Standalone-x86_64%3A%3Acoverage-levels.cc
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: denis.briltz at intel.com
                CC: filcab at gmail.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Test coverage-levels.cc failed in Windows native environment after enabling
(Revision 243771 by filcab "[UBSan] Test: Move coverage-levels.cc out of Linux
directory") due to usage of bash syntax:

// RUN: OPT=coverage=1:verbosity=1:coverage_dir=%T/coverage-levels

Windows CMD cannot execute it (as it requires SET command to add a variable):

'OPT=coverage=1:verbosity=1:coverage_dir=D:\\buildslave\\clang-x64-ninja-win7\\stage1\\projects\\compiler-rt\\test\\ubsan\\Standalone-x86_64\\TestCases\\Misc\\Output/coverage-levels':
command not found

Other lines also contain bash style variables handling that would prevent the
test from running. 

This problem affects Windows native build bot
http://lab.llvm.org:8011/builders/clang-x64-ninja-win7. 


Denis Briltz
===============
Software Engineer
Intel Compiler Team
Intel

-- 
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/20150804/ed566413/attachment.html>


More information about the llvm-bugs mailing list