[LLVMdev] [RC3] Status on Mingw MSYS

NAKAMURA Takumi geek4civic at gmail.com
Sun Mar 27 19:21:39 PDT 2011


It is good. Two clang tests will fail due to PR8520 and have been
fixed in llvm ToT r127724.
With 3-stage build, stage-3 binaries are working fine.
Bill, thank you to work for release_29!

ps. binaries of stage2 and stage3 would not match. [PR9569]

...Takumi


$ uname.exe -a
MINGW32_NT-6.1 HEAVEN64 1.0.12(0.46/3/2) 2010-02-05 01:08 i686 unknown
$ gcc --version
gcc.exe (TDM-1 mingw32) 4.4.0


* Stage 1

llvm config.status 2.9
configured by ../../llvm/configure, generated by GNU Autoconf 2.60,
  with options "'-C' '--prefix=/e/llvm/build/msys-static/install'
'--enable-targets=all' '--enable-optimized' '--enable-assertions=yes'
'--enable-docs=no' '--enable-pthreads=no' '--enable-shared=no'
'--with-optimize-option=-O2 -Werror'"

Failing Tests (2):
    Clang :: CodeGen/attribute-section-data-common.c
    Clang :: CodeGen/enum2.c

  Expected Passes    : 8150
  Expected Failures  : 71
  Unsupported Tests  : 549
  Unexpected Failures: 2

* Stage 2 and 3
configured by ../../../llvm/configure, generated by GNU Autoconf 2.60,
  with options "'-C'
'--prefix=/e/llvm/build/msys-static/install-stagen'
'--enable-targets=all' '--enable-optimized' '--disable-assertions'
'--disable-timestamps' '--disable-docs' '--disable-pthreads'
'--with-optimize-option=-O3 -Werror'
'CC=/e/llvm/build/msys-static/install/bin/clang.exe -std=gnu89'
'CXX=/e/llvm/build/msys-static/install/bin/clang++.exe'"

Failing Tests (2):
    Clang :: CodeGen/attribute-section-data-common.c
    Clang :: CodeGen/enum2.c

  Expected Passes    : 8134
  Expected Failures  : 71
  Unsupported Tests  : 549
  Unexpected Failures: 2

* After stage2, I have to do;
$ mv install install-stage1; mv install-stagen install


* Test log on stage2 and 3

-- Testing: 8756 tests, 8 threads --
Testing: 0 .
FAIL: Clang :: CodeGen/attribute-section-data-common.c (589 of 8756)
******************** TEST 'Clang ::
CodeGen/attribute-section-data-common.c' FAILED ********************
Script:
--
e:/llvm/build/msys-static/stagen/Release/bin/clang.EXE  -S
e:/llvm/llvm/tools/clang/test/CodeGen/attribute-section-data-common.c
-o /dev/null
--
Exit Code: 1
Command Output (stderr):
--
error: unable to rename temporary 'nul-634908' to output file 'nul':
'既に存在するファイルを作成することはできません。'
1 error generated.
clang: error: unable to remove file:
--

********************
Testing: 0 .
FAIL: Clang :: CodeGen/enum2.c (659 of 8756)
******************** TEST 'Clang :: CodeGen/enum2.c' FAILED ********************

Script:
--
e:/llvm/build/msys-static/stagen/Release/bin/clang.EXE -cc1 -triple
i386-unknown-unknown e:/llvm/llvm/tools/clang/test/CodeGen/enum2.c -g
-emit-llvm -o /dev/null
--
Exit Code: 1
Command Output (stderr):
--
error: unable to rename temporary 'nul-533585' to output file 'nul':
'既に存在するファイルを作成することはできません。'
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Testing Time: 344.09s
********************
Failing Tests (2):
    Clang :: CodeGen/attribute-section-data-common.c
    Clang :: CodeGen/enum2.c

  Expected Passes    : 8134
  Expected Failures  : 71
  Unsupported Tests  : 549
  Unexpected Failures: 2



More information about the llvm-dev mailing list