diff options
author | Fred Fish <fnf@specifix.com> | 1995-12-30 22:31:31 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-12-30 22:31:31 +0000 |
commit | b887e9ad362268e6ff90669c6724ab093303a5cf (patch) | |
tree | 88d2789535a0b4daad59fe2ea28aa91ae8235029 /gdb/testsuite/gdb.chill/tests2.exp | |
parent | 89e6c70d5330612f3963c11f58c0a7e116c059fa (diff) | |
download | gdb-b887e9ad362268e6ff90669c6724ab093303a5cf.zip gdb-b887e9ad362268e6ff90669c6724ab093303a5cf.tar.gz gdb-b887e9ad362268e6ff90669c6724ab093303a5cf.tar.bz2 |
* builtins.exp (test_size): Alpha seems to have long builtins.
* tests1.exp: Setup xfail "*-*-*" for "ptype r2".
* tests2.exp: Add check to skip chill tests.
Diffstat (limited to 'gdb/testsuite/gdb.chill/tests2.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/tests2.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/tests2.exp b/gdb/testsuite/gdb.chill/tests2.exp index 8daa743..38260f1 100644 --- a/gdb/testsuite/gdb.chill/tests2.exp +++ b/gdb/testsuite/gdb.chill/tests2.exp @@ -21,6 +21,8 @@ if $tracelevel then { strace $tracelevel } +if [skip_chill_tests] then { continue } + set prms_id 0 set bug_id 0 |