<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LLVM failed to run 2 Tests 'Clang :: CodeGenCXX/tail-padding.cpp' and 'Clang :: OpenMP/parallel_codegen.cpp' on both x86|debug and x86|release congigurations on windows with MSVC."
   href="https://bugs.llvm.org/show_bug.cgi?id=42368">42368</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LLVM failed to run 2 Tests 'Clang :: CodeGenCXX/tail-padding.cpp' and 'Clang :: OpenMP/parallel_codegen.cpp' on both x86|debug and x86|release congigurations on windows with MSVC.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>C++
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>1998zhangyi@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>blitzrakete@gmail.com, dgregor@apple.com, erik.pilkington@gmail.com, llvm-bugs@lists.llvm.org, richard-llvm@metafoo.co.uk
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=22133" name="attach_22133" title="log_x86_test">attachment 22133</a> <a href="attachment.cgi?id=22133&action=edit" title="log_x86_test">[details]</a></span>
log_x86_test

LLVM failed to run 2 Tests 'Clang :: CodeGenCXX/tail-padding.cpp' and 'Clang ::
OpenMP/parallel_codegen.cpp' on both x86|debug and x86|release congigurations
on windows with MSVC.Could you please have a look at this issue? Thanks a lot!

Clang :: CodeGenCXX/tail-padding.cpp failed should be first reproduced on
11817fa clang master reversion.

Clang :: OpenMP/parallel_codegen.cpp failed should be first reproduced on
f501945 clang master reversion.

Repro steps:
1 git clone -c core.autocrlf=false <a href="https://github.com/llvm-mirror/llvm">https://github.com/llvm-mirror/llvm</a>
D:\llvm\src\     
2 git clone -c core.autocrlf=false <a href="https://github.com/llvm-mirror/clang">https://github.com/llvm-mirror/clang</a>
D:\llvm\src\tools\clang
3 open a VS 2017 x86 command prompt and browse to D:\llvm
4 mkdir build_x86 && pushd build_x86
5 cmake -G "Visual Studio 15 2017" -DCMAKE_SYSTEM_VERSION=10.0.17134.0 ..\src\
6 msbuild /maxcpucount:4 /p:Platform=Win32 /p:Configuration=RelWithDebInfo
build_x86\ALL_BUILD.vcxproj /t:Rebuild
7. python.exe ./src/utils/lit/lit.py -v --no-progress-bar --param
build_mode=RelWithDebInfo --param
clang_site_config=./build_x86/tools/clang/test/lit.site.cfg
./build_x86/tools/clang/test -j 4

Failures:
******************** TEST 'Clang :: CodeGenCXX/tail-padding.cpp' FAILED
********************
Script:
--
: 'RUN: at line 1';   d:\llvm\build_x86\relwithdebinfo\bin\clang.exe -cc1
-internal-isystem d:\llvm\build_x86\relwithdebinfo\lib\clang\9.0.0\include
-nostdsysteminc -triple i686-pc-windows-gnu -emit-llvm -o -
D:\LLVM\src\tools\clang\test\CodeGenCXX\tail-padding.cpp |
d:\llvm\build_x86\relwithdebinfo\bin\filecheck.exe
D:\LLVM\src\tools\clang\test\CodeGenCXX\tail-padding.cpp
--
Exit Code: 1

******************** TEST 'Clang :: OpenMP/parallel_codegen.cpp' FAILED
********************
Script:
--
: 'RUN: at line 1';   d:\llvm\build_x86\relwithdebinfo\bin\clang.exe -cc1
-internal-isystem d:\llvm\build_x86\relwithdebinfo\lib\clang\9.0.0\include
-nostdsysteminc -verify -fopenmp -x c++ -emit-llvm
D:\LLVM\src\tools\clang\test\OpenMP\parallel_codegen.cpp -triple
i686-pc-windows-gnu -fexceptions -fcxx-exceptions -o - |
d:\llvm\build_x86\relwithdebinfo\bin\filecheck.exe
D:\LLVM\src\tools\clang\test\OpenMP\parallel_codegen.cpp
: 'RUN: at line 2';   d:\llvm\build_x86\relwithdebinfo\bin\clang.exe -cc1
-internal-isystem d:\llvm\build_x86\relwithdebinfo\lib\clang\9.0.0\include
-nostdsysteminc -fopenmp -x c++ -std=c++11 -triple x86_64-unknown-unknown
-fexceptions -fcxx-exceptions -emit-pch -o
D:\LLVM\build_x86\tools\clang\test\OpenMP\Output\parallel_codegen.cpp.tmp
D:\LLVM\src\tools\clang\test\OpenMP\parallel_codegen.cpp
: 'RUN: at line 3';   d:\llvm\build_x86\relwithdebinfo\bin\clang.exe -cc1
-internal-isystem d:\llvm\build_x86\relwithdebinfo\lib\clang\9.0.0\include
-nostdsysteminc -fopenmp -x c++ -triple x86_64-unknown-unknown -fexceptions
-fcxx-exceptions -debug-info-kind=limited -std=c++11 -include-pch
D:\LLVM\build_x86\tools\clang\test\OpenMP\Output\parallel_codegen.cpp.tmp
-verify D:\LLVM\src\tools\clang\test\OpenMP\parallel_codegen.cpp -emit-llvm -o
- | d:\llvm\build_x86\relwithdebinfo\bin\filecheck.exe
--check-prefix=CHECK-DEBUG
D:\LLVM\src\tools\clang\test\OpenMP\parallel_codegen.cpp
: 'RUN: at line 5';   d:\llvm\build_x86\relwithdebinfo\bin\clang.exe -cc1
-internal-isystem d:\llvm\build_x86\relwithdebinfo\lib\clang\9.0.0\include
-nostdsysteminc -verify -fopenmp-simd -x c++ -emit-llvm
D:\LLVM\src\tools\clang\test\OpenMP\parallel_codegen.cpp -triple
i686-pc-windows-gnu -fexceptions -fcxx-exceptions -o - |
d:\llvm\build_x86\relwithdebinfo\bin\filecheck.exe --check-prefix SIMD-ONLY0
D:\LLVM\src\tools\clang\test\OpenMP\parallel_codegen.cpp
: 'RUN: at line 6';   d:\llvm\build_x86\relwithdebinfo\bin\clang.exe -cc1
-internal-isystem d:\llvm\build_x86\relwithdebinfo\lib\clang\9.0.0\include
-nostdsysteminc -fopenmp-simd -x c++ -std=c++11 -triple x86_64-unknown-unknown
-fexceptions -fcxx-exceptions -emit-pch -o
D:\LLVM\build_x86\tools\clang\test\OpenMP\Output\parallel_codegen.cpp.tmp
D:\LLVM\src\tools\clang\test\OpenMP\parallel_codegen.cpp
: 'RUN: at line 7';   d:\llvm\build_x86\relwithdebinfo\bin\clang.exe -cc1
-internal-isystem d:\llvm\build_x86\relwithdebinfo\lib\clang\9.0.0\include
-nostdsysteminc -fopenmp-simd -x c++ -triple x86_64-unknown-unknown
-fexceptions -fcxx-exceptions -debug-info-kind=limited -std=c++11 -include-pch
D:\LLVM\build_x86\tools\clang\test\OpenMP\Output\parallel_codegen.cpp.tmp
-verify D:\LLVM\src\tools\clang\test\OpenMP\parallel_codegen.cpp -emit-llvm -o
- | d:\llvm\build_x86\relwithdebinfo\bin\filecheck.exe --check-prefix
SIMD-ONLY0 D:\LLVM\src\tools\clang\test\OpenMP\parallel_codegen.cpp
--
Exit Code: 1</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>