OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [gdb/] [testsuite/] [gdb.gdbtk/] [cpp_variable.exp] - Blame information for rev 1767

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# Copyright 1999, 2001 Red Hat, Inc.
2
#
3
# This program is free software; you can redistribute it and/or modify it
4
# under the terms of the GNU General Public License (GPL) as published by
5
# the Free Software Foundation; either version 2 of the License, or (at
6
# your option) any later version.
7
#
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
# GNU General Public License for more details.
12
 
13
if {[gdbtk_initialize_display]} {
14
  if {$tracelevel} {
15
    strace $tracelevel
16
  }
17
 
18
  set results {}
19
  if {[skip_cplus_tests]} {
20
    # Target doesn't have c++ support
21
    verbose "No C++ support -- skipping test"
22
  } else {
23
    #
24
    # test variable API
25
    #
26
    set prms_id 0
27
    set bug_id 0
28
 
29
    set testfile "cpp_variable"
30
    set srcfile ${testfile}.cc
31
    set binfile ${objdir}/${subdir}/${testfile}
32
    set r [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug c++}]
33
    if  { $r != "" } {
34
      gdb_suppress_entire_file \
35
        "Testcase compile failed, so some tests in this file will automatically fail."
36
    }
37
 
38
    # Start with a fresh gdbtk
39
    gdb_exit
40
    set results [gdbtk_start [file join $srcdir $subdir ${testfile}.test]]
41
    set results [split $results \n]
42
  }
43
 
44
  # Analyze results
45
  gdbtk_done $results
46
}

powered by: WebSVN 2.1.0

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