On Tue, May 6, 2014 at 9:45 AM, Hal Finkel <[email protected]> wrote:
> ----- Original Message -----
>> From: "David Blaikie" <[email protected]>
>> To: "Alexey Bataev" <[email protected]>
>> Cc: "llvm cfe" <[email protected]>
>> Sent: Tuesday, May 6, 2014 11:40:07 AM
>> Subject: Re: r208078 - [OPENMP] Temporary disable test for parallel codegen
>>
>> On Tue, May 6, 2014 at 3:51 AM, Alexey Bataev <[email protected]>
>> wrote:
>> > Author: abataev
>> > Date: Tue May  6 05:51:53 2014
>> > New Revision: 208078
>> >
>> > URL: http://llvm.org/viewvc/llvm-project?rev=208078&view=rev
>> > Log:
>> > [OPENMP] Temporary disable test for parallel codegen
>> >
>> > Modified:
>> >     cfe/trunk/test/OpenMP/parallel_codegen.cpp
>> >
>> > Modified: cfe/trunk/test/OpenMP/parallel_codegen.cpp
>> > URL:
>> > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/OpenMP/parallel_codegen.cpp?rev=208078&r1=208077&r2=208078&view=diff
>> > ==============================================================================
>> > --- cfe/trunk/test/OpenMP/parallel_codegen.cpp (original)
>> > +++ cfe/trunk/test/OpenMP/parallel_codegen.cpp Tue May  6 05:51:53
>> > 2014
>> > @@ -2,7 +2,8 @@
>> >  // RUN: %clang_cc1 -fopenmp=libiomp5 -x c++ -std=c++11 -triple
>> >  x86_64-unknown-unknown -fexceptions -fcxx-exceptions -emit-pch -o
>> >  %t %s
>> >  // RUN: %clang_cc1 -fopenmp=libiomp5 -x c++ -triple
>> >  x86_64-unknown-unknown -fexceptions -fcxx-exceptions -g
>> >  -std=c++11 -include-pch %t -verify %s -emit-llvm -o - | FileCheck
>> >  --check-prefix=CHECK-DEBUG %s
>> >  // expected-no-diagnostics
>> > -
>> > +// FIXME: This test has been crashing.
>>
>> Crashing since when? Could you file an llvm bug for this (& mention
>> the PR number here)?
>
> I think he fixed this already in r208086.

Not sure what state this is in, but I'm still seeing this fail:
http://lab.llvm.org:8011/builders/clang-x86_64-ubuntu-gdb-75/builds/14649

>
>  -Hal
>
>>
>> > +// REQUIRES: disabled
>> >  #ifndef HEADER
>> >  #define HEADER
>> >
>> >
>> >
>> > _______________________________________________
>> > cfe-commits mailing list
>> > [email protected]
>> > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>> _______________________________________________
>> cfe-commits mailing list
>> [email protected]
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>
>
> --
> Hal Finkel
> Assistant Computational Scientist
> Leadership Computing Facility
> Argonne National Laboratory
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to