X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Ftestsuite%2F27_io%2Fios_base%2Fstorage%2F2.cc;h=a88140aca61c8ea57c9fca979894d0b6ba8b996f;hb=4d8cd3a26294ce35abb17668eac2b6c38dd23bd0;hp=5c695973a53b5c7b2c0f1d9ba10a3c284874814f;hpb=c944d49b3bd3667c65c299afd3b1d756084203f4;p=platform%2Fupstream%2Fgcc48.git diff --git a/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc b/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc index 5c69597..a88140a 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc @@ -1,7 +1,6 @@ // 2000-12-19 bkoz -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 -// Free Software Foundation +// Copyright (C) 2000-2013 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -20,12 +19,6 @@ // 27.4.2.5 ios_base storage functions -// XXX This test will not work for some versions of irix6 because of -// XXX bug(s) in libc malloc for very large allocations. However -// XXX -lmalloc seems to work. -// See http://gcc.gnu.org/ml/gcc/2002-05/msg01012.html -// { dg-options "-lmalloc" { target mips*-*-irix6* } } - // This fails on some versions of Darwin 8 because malloc doesn't return // NULL even if an allocation fails (filed as Radar 3884894). // { dg-do run { xfail *-*-darwin8.[0-4].* } }