diff options
author | Renlin Li <renlin.li@arm.com> | 2013-12-09 17:23:50 +0000 |
---|---|---|
committer | Yufeng Zhang <yufeng@gcc.gnu.org> | 2013-12-09 17:23:50 +0000 |
commit | c38114079be0514b9cc992fd9904ce77328ac81b (patch) | |
tree | 1daa6cd2dda016fc3c4e750d066f314478ea5acf | |
parent | 0404aca750cf25a2cc22cd298ff38645f5257b36 (diff) | |
download | gcc-c38114079be0514b9cc992fd9904ce77328ac81b.zip gcc-c38114079be0514b9cc992fd9904ce77328ac81b.tar.gz gcc-c38114079be0514b9cc992fd9904ce77328ac81b.tar.bz2 |
chi2_quality.cc: Change -DSAMPLES=30000.
libstdc++-v3/
* testsuite/20_util/hash/chi2_quality.cc: Change -DSAMPLES=30000.
From-SVN: r205810
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/20_util/hash/chi2_quality.cc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b9536b4..a9943dd 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2013-12-09 Renlin Li <Renlin.Li@arm.com> + + * testsuite/20_util/hash/chi2_quality.cc: Change -DSAMPLES=30000. + 2013-12-08 Jonathan Wakely <jwakely.gcc@gmail.com> * testsuite/30_threads/async/async.cc: Fix race condition in test. diff --git a/libstdc++-v3/testsuite/20_util/hash/chi2_quality.cc b/libstdc++-v3/testsuite/20_util/hash/chi2_quality.cc index dbf1cf7..4e50da0 100644 --- a/libstdc++-v3/testsuite/20_util/hash/chi2_quality.cc +++ b/libstdc++-v3/testsuite/20_util/hash/chi2_quality.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++0x" } // Use smaller statistics when running on simulators, so it takes less time. -// { dg-options "-std=gnu++0x -DSAMPLES=10000" { target simulator } } +// { dg-options "-std=gnu++0x -DSAMPLES=30000" { target simulator } } // Copyright (C) 2010-2013 Free Software Foundation, Inc. // |