r208156 - [OPENMP] Temporarily disable test parallel_codegen.cpp

Alexey Bataev a.bataev at hotmail.com
Tue May 6 22:48:53 PDT 2014


Hi David,
I'm a little bit incorrect in comment, not leaks, but removal of temp 
values. I'll fix the code and the patch soon.

Best regards,
Alexey Bataev
=============
Software Engineer
Intel Compiler Team
Intel Corp.

7 Май 2014 г. 9:04:33, David Blaikie писал:
> On Tue, May 6, 2014 at 9:47 PM, Alexey Bataev <a.bataev at hotmail.com> wrote:
>> Author: abataev
>> Date: Tue May  6 23:47:36 2014
>> New Revision: 208156
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=208156&view=rev
>> Log:
>> [OPENMP] Temporarily disable test parallel_codegen.cpp
>
> Memory leaks don't often/usually cause crashes...
>
> & it'd be appropriate to revert the actual code this is testing as
> well (having untested code in tree - especially code that might be
> crashing/broken - isn't preferred).
>
>>
>> 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=208156&r1=208155&r2=208156&view=diff
>> ==============================================================================
>> --- cfe/trunk/test/OpenMP/parallel_codegen.cpp (original)
>> +++ cfe/trunk/test/OpenMP/parallel_codegen.cpp Tue May  6 23:47:36 2014
>> @@ -2,6 +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 stiil crashing because of mem leak.
>> +// REQUIRES: disabled
>>   #ifndef HEADER
>>   #define HEADER
>>
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list