On Tue, May 6, 2014 at 9:47 PM, Alexey Bataev <[email protected]> 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 > [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
