Displaying 16 results from an estimated 16 matches for "macro_paste_c_block_com".
2012 Mar 02
0
[LLVMdev] make check-all : errors in clang and llvm
...ownloaded via svn the release_30 and current version code. I am on x86_64
GNU/Linux, I am compiling with gcc 4.4.6
I compiled release_30 with
make ENABLE_OPTIMIZED=0 OPTIMIZE_OPTION=-O0
and current release with
make
In both cases, when I
make check-all
I get :
FAIL: Clang :: Preprocessor/macro_paste_c_block_comment.c (2562 of 9598)
******************** TEST 'Clang :: Preprocessor/macro_paste_c_block_comment.c'
FAILED ********************
Script:
--
/scratch/user/download/release_30/build/Debug/bin/clang -cc1 -internal-isystem
/scratch/user/download/release_30/build/Debug/bin/../lib/clang/3.0/inclu...
2012 Mar 05
2
[LLVMdev] installing llvm from source, make check-all fails on llvm::transforms and clang:preprocessor
...wnloaded via svn the release_30 and current version code. I am on x86_64
GNU/Linux, I am compiling with gcc 4.4.6
I compiled release_30 with
make ENABLE_OPTIMIZED=0 OPTIMIZE_OPTION=-O0
and current release with
make
In both cases, when I
make check-all
I get :
FAIL: Clang :: Preprocessor/macro_paste_c_block_comment.c (2562 of 9598)
******************** TEST 'Clang :: Preprocessor/macro_paste_c_block_comment.c'
FAILED ********************
Script:
--
/scratch/user/download/release_30/build/Debug/bin/clang -cc1 -internal-isystem
/scratch/user/download/release_30/build/Debug/bin/../lib/clang/3.0/incl...
2011 Dec 13
5
[LLVMdev] make check-all failing 18 tests with --enable-optimized
As part of our automated testing, I'm running make check-all to watch
for failures. One of my builds uses the --enable-optimized option to
configure. When I build the latest trunk, I'm now seeing 18 failing
tests:
Clang :: Preprocessor/macro_paste_c_block_comment.c
LLVM :: CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll
LLVM :: CodeGen/ARM/2011-11-14-EarlyClobber.ll
LLVM :: CodeGen/ARM/lsr-unfolded-offset.ll
LLVM :: CodeGen/Generic/2003-05-28-ManyArgs.ll
LLVM :: CodeGen/Generic/print-arith-fp.ll
LLVM :: CodeGen/Thumb/2009-08-20...
2011 Dec 13
2
[LLVMdev] make check-all failing 18 tests with --enable-optimized
...:
>
>> As part of our automated testing, I'm running make check-all to watch
>> for failures. One of my builds uses the --enable-optimized option to
>> configure. When I build the latest trunk, I'm now seeing 18 failing
>> tests:
>> Clang :: Preprocessor/macro_paste_c_block_comment.c
>> LLVM :: CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll
>> LLVM :: CodeGen/ARM/2011-11-14-EarlyClobber.ll
>> LLVM :: CodeGen/ARM/lsr-unfolded-offset.ll
>> LLVM :: CodeGen/Generic/2003-05-28-ManyArgs.ll
>> LLVM :: CodeGen/Generic/print-arith-fp...
2011 Dec 13
2
[LLVMdev] make check-all failing 18 tests with --enable-optimized
...ber 2011 08:07
To: Brendan Kirby; Evan Cheng
Cc: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] make check-all failing 18 tests with --enable-optimized
I don't know about the LLVM errors, but I have seen the Clang error before. It occurs because the test is not path independent. In Preprocessor/macro_paste_c_block_comment.c you have 'nog grep scratch', which means that you can't have 'scratch' in your path. I think this should be reported as a bug.
Regards,
Patrik Hägglund
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Br...
2011 Dec 13
0
[LLVMdev] make check-all failing 18 tests with --enable-optimized
I don't know about the LLVM errors, but I have seen the Clang error before. It occurs because the test is not path independent. In Preprocessor/macro_paste_c_block_comment.c you have 'nog grep scratch', which means that you can't have 'scratch' in your path. I think this should be reported as a bug.
Regards,
Patrik Hägglund
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Br...
2011 Dec 13
0
[LLVMdev] make check-all failing 18 tests with --enable-optimized
...ber 2011 08:07
To: Brendan Kirby; Evan Cheng
Cc: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] make check-all failing 18 tests with
--enable-optimized
I don't know about the LLVM errors, but I have seen the Clang error before.
It occurs because the test is not path independent. In
Preprocessor/macro_paste_c_block_comment.c you have 'nog grep scratch',
which means that you can't have 'scratch' in your path. I think this should
be reported as a bug.
Regards,
Patrik Hägglund
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On
Behalf Of Br...
2011 Dec 13
2
[LLVMdev] make check-all failing 18 tests with --enable-optimized
...wrote:
>> As part of our automated testing, I'm running make check-all to watch
>> for failures. One of my builds uses the --enable-optimized option to
>> configure. When I build the latest trunk, I'm now seeing 18 failing
>> tests:
>> Clang :: Preprocessor/macro_paste_c_block_comment.c
>> LLVM :: CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll
>> LLVM :: CodeGen/ARM/2011-11-14-EarlyClobber.ll
>> LLVM :: CodeGen/ARM/lsr-unfolded-offset.ll
>> LLVM :: CodeGen/Generic/2003-05-28-ManyArgs.ll
>> LLVM :: CodeGen/Generic/print-arith-fp...
2011 Jul 27
2
[LLVMdev] LLVM / CLANG Test Infrastructure Question
...ures. Is it expected?
I was expecting svn tip on x86 to be clean. Is there a nightly regression
result available somewhere that I can check for broken tests. Here is the
report from my log:
Failing Tests (3):
Clang :: Analysis/iterators.cpp
Clang :: Driver/hello.c
Clang :: Preprocessor/macro_paste_c_block_comment.c
Expected Passes : 8757
Expected Failures : 69
Unsupported Tests : 551
Unexpected Failures: 3
2. I see clang has its own test suite under clang/test. I assume when I run
llvm/test, the test infrastructure also runs clang/test.
3. For running projects/test-suite, the instruction...
2012 Mar 06
0
[LLVMdev] installing llvm from source, make check-all fails on llvm::transforms and clang:preprocessor
...es are due to the name of the path to LLVM/clang, see
below.
> /scratch/user/download/release_30/build/Debug/bin/clang -cc1 -internal-isystem
> /scratch/user/download/release_30/build/Debug/bin/../lib/clang/3.0/include
> /scratch/user/download/release_30/llvm/tools/clang/test/Preprocessor/macro_paste_c_block_comment.c
>
>
> -Eonly 2>&1 | not grep scratch
This test checks that the word "scratch" doesn't occur in the clang output.
But because it lives under your "/scratch" directory, the word scratch does
occur, in the path.
> /scratch/user/download/release_30/llv...
2011 Dec 13
0
[LLVMdev] make check-all failing 18 tests with --enable-optimized
...rby at mips.com> wrote:
> As part of our automated testing, I'm running make check-all to watch
> for failures. One of my builds uses the --enable-optimized option to
> configure. When I build the latest trunk, I'm now seeing 18 failing
> tests:
> Clang :: Preprocessor/macro_paste_c_block_comment.c
> LLVM :: CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll
> LLVM :: CodeGen/ARM/2011-11-14-EarlyClobber.ll
> LLVM :: CodeGen/ARM/lsr-unfolded-offset.ll
> LLVM :: CodeGen/Generic/2003-05-28-ManyArgs.ll
> LLVM :: CodeGen/Generic/print-arith-fp.ll
> LLVM ::...
2011 Jul 28
2
[LLVMdev] LLVM / CLANG Test Infrastructure Question
...nightly
> regression
> > result available somewhere that I can check for broken tests. Here is
> the
> > report from my log:
> >
> > Failing Tests (3):
> > Clang :: Analysis/iterators.cpp
> > Clang :: Driver/hello.c
> > Clang :: Preprocessor/macro_paste_c_block_comment.c
> >
> > Expected Passes : 8757
> > Expected Failures : 69
> > Unsupported Tests : 551
> > Unexpected Failures: 3
> >
>
> Because you're living life on the bleeding edge (i.e., pulling code
> from the svn repository) it's possible...
2011 Jul 28
0
[LLVMdev] LLVM / CLANG Test Infrastructure Question
...cting svn tip on x86 to be clean. Is there a nightly regression
> result available somewhere that I can check for broken tests. Here is the
> report from my log:
>
> Failing Tests (3):
> Clang :: Analysis/iterators.cpp
> Clang :: Driver/hello.c
> Clang :: Preprocessor/macro_paste_c_block_comment.c
>
> Expected Passes : 8757
> Expected Failures : 69
> Unsupported Tests : 551
> Unexpected Failures: 3
>
Because you're living life on the bleeding edge (i.e., pulling code from the svn repository) it's possible for this to happen from time to time. A fi...
2011 Dec 13
0
[LLVMdev] make check-all failing 18 tests with --enable-optimized
...PM, Brendan Kirby wrote:
> As part of our automated testing, I'm running make check-all to watch
> for failures. One of my builds uses the --enable-optimized option to
> configure. When I build the latest trunk, I'm now seeing 18 failing
> tests:
> Clang :: Preprocessor/macro_paste_c_block_comment.c
> LLVM :: CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll
> LLVM :: CodeGen/ARM/2011-11-14-EarlyClobber.ll
> LLVM :: CodeGen/ARM/lsr-unfolded-offset.ll
> LLVM :: CodeGen/Generic/2003-05-28-ManyArgs.ll
> LLVM :: CodeGen/Generic/print-arith-fp.ll
> LLVM ::...
2011 Dec 13
0
[LLVMdev] make check-all failing 18 tests with --enable-optimized
...art of our automated testing, I'm running make check-all to watch
> >> for failures. One of my builds uses the --enable-optimized option to
> >> configure. When I build the latest trunk, I'm now seeing 18 failing
> >> tests:
> >> Clang :: Preprocessor/macro_paste_c_block_comment.c
> >> LLVM :: CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll
> >> LLVM :: CodeGen/ARM/2011-11-14-EarlyClobber.ll
> >> LLVM :: CodeGen/ARM/lsr-unfolded-offset.ll
> >> LLVM :: CodeGen/Generic/2003-05-28-ManyArgs.ll
> >> LLVM :: CodeG...
2011 Jul 28
0
[LLVMdev] LLVM / CLANG Test Infrastructure Question
...n
>>> result available somewhere that I can check for broken tests. Here is
>> the
>>> report from my log:
>>>
>>> Failing Tests (3):
>>> Clang :: Analysis/iterators.cpp
>>> Clang :: Driver/hello.c
>>> Clang :: Preprocessor/macro_paste_c_block_comment.c
>>>
>>> Expected Passes : 8757
>>> Expected Failures : 69
>>> Unsupported Tests : 551
>>> Unexpected Failures: 3
>>>
>>
>> Because you're living life on the bleeding edge (i.e., pulling code
>> from the svn re...