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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gdb-7.2/] [gdb-7.2-or32-1.0rc1/] [gdb/] [testsuite/] [gdb.java/] [jv-exp.exp] - Blame information for rev 341

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 330 jeremybenn
# Copyright 2000, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
2
 
3
# This program is free software; you can redistribute it and/or modify
4
# it under the terms of the GNU General Public License as published by
5
# the Free Software Foundation; either version 3 of the License, or
6
# (at 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
# You should have received a copy of the GNU General Public License
14
# along with this program.  If not, see .
15
 
16
if $tracelevel then {
17
    strace $tracelevel
18
}
19
 
20
 
21
# Set the current language to Java.  This counts as a test.  If it
22
# fails, then we skip the other tests.
23
 
24
proc set_lang_java {} {
25
    global gdb_prompt
26
 
27
    if [gdb_test "set language java" "" "set language java"] {
28
        return 0
29
    }
30
 
31
    if [gdb_test "show language" ".* source language is \"java\".*"] {
32
        return 0
33
    }
34
    return 1;
35
}
36
 
37
proc test_comparisons {} {
38
    global gdb_prompt
39
 
40
    # Test various comparisons.
41
 
42
    gdb_test "p 1 > 2" " = false"
43
    gdb_test "p 1 < 2" " = true"
44
}
45
 
46
# Start with a fresh gdb.
47
 
48
gdb_exit
49
gdb_start
50
gdb_reinitialize_dir $srcdir/$subdir
51
 
52
gdb_test "set print sevenbit-strings" ""
53
gdb_test "set print address off" "" ""
54
gdb_test "set width 0" ""
55
 
56
if [set_lang_java] then {
57
    test_comparisons
58
} else {
59
    fail "Java expression tests suppressed"
60
}

powered by: WebSVN 2.1.0

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