OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [libstdc++-v3/] [testsuite/] [ext/] [pb_ds/] [regression/] [trie_no_data_map_rand.cc] - Blame information for rev 565

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 424 jeremybenn
// { dg-options "-DPB_DS_REGRESSION" }
2
// -*- C++ -*-
3
 
4
// Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
5
//
6
// This file is part of the GNU ISO C++ Library.  This library is free
7
// software; you can redistribute it and/or modify it under the terms
8
// of the GNU General Public License as published by the Free Software
9
// Foundation; either version 3, or (at your option) any later
10
// version.
11
 
12
// This library is distributed in the hope that it will be useful, but
13
// WITHOUT ANY WARRANTY; without even the implied warranty of
14
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15
// General Public License for more details.
16
 
17
// You should have received a copy of the GNU General Public License
18
// along with this library; see the file COPYING3.  If not see
19
// <http://www.gnu.org/licenses/>.
20
 
21
 
22
// Copyright (C) 2004 Ami Tavory and Vladimir Dreizin, IBM-HRL.
23
 
24
// Permission to use, copy, modify, sell, and distribute this software
25
// is hereby granted without fee, provided that the above copyright
26
// notice appears in all copies, and that both that copyright notice
27
// and this permission notice appear in supporting documentation. None
28
// of the above authors, nor IBM Haifa Research Laboratories, make any
29
// representation about the suitability of this software for any
30
// purpose. It is provided "as is" without express or implied
31
// warranty.
32
 
33
/**
34
 * @file trie_no_data_map_rand_regression_test.cpp
35
 * Contains a random-operation test for maps and sets.
36
 */
37
 
38
// { dg-require-time "" }
39
 
40
#include <regression/rand/assoc/rand_regression_test.hpp>
41
#include <regression/common_type.hpp>
42
 
43 565 jeremybenn
// This can take long on simulators, timing out the test. Also change on
44
// OpenRISC linux, since this may be a remotely simulated target.
45 424 jeremybenn
// { dg-options "-DPB_DS_REGRESSION -DITERATIONS=5" { target simulator } }
46 565 jeremybenn
// { dg-options "-DPB_DS_REGRESSION -DITERATIONS=5" { target or32-*-linux } }
47 424 jeremybenn
// { dg-timeout-factor 2.0 }
48
#ifndef ITERATIONS
49
#define ITERATIONS 5000
50
#endif
51
#ifndef KEYS
52
#define KEYS 10000
53
#endif
54
int
55
main(int argc, char* a_p_argv[])
56
{
57
  using namespace __gnu_pbds::test;
58
  typedef trie_set_tl_t map_tl_t;
59
 
60
  return rand_regression_test(ITERATIONS, KEYS,
61
                              "trie_no_data_map_rand_regression_test",
62
                              map_tl_t());
63
}
64
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.