dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Remove list_targets test


From: Tom de Vries
Subject: Remove list_targets test
Date: Sat, 3 Jun 2017 18:33:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1

Hi,

this patch removes a test of proc list_targets in target.test. The proc was removed in this commit, so the test fails atm:
...
Mon Jul 21 14:30:01 1997  Bob Manson  <address@hidden>

        * lib/target.exp(list_targets): Deleted, no longer meaningful.
        (default_target_compile): Use warning instead of perror when
        download fails. Delete an existing a.out object file if we're
        running on a remote host.

        * lib/libgloss.exp(libgloss_ld): Deleted, not used.

        * config/dos.exp(dos_copy_download): If the local file doesn't
        exist, don't try to download it.

        * runtest.exp: Change tests for setting isremote board feature.
        We assume the board is remote unless the name is the same as
        the local hostname or we're defining the build board.
...

OK?

Thanks,
- Tom
Remove list_targets test

The proc list_targets was removed in commit
'Mon Jul 21 14:30:01 1997  Bob Manson  <address@hidden>'.

2017-06-03  Tom de Vries  <address@hidden>

        * testsuite/runtest.all/target.test: Remove list_targets test.

---
 testsuite/runtest.all/target.test | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/testsuite/runtest.all/target.test 
b/testsuite/runtest.all/target.test
index fb30e35..b249e71 100644
--- a/testsuite/runtest.all/target.test
+++ b/testsuite/runtest.all/target.test
@@ -68,13 +68,6 @@ set target_info(mvme,baud)      "9600"
 
 set timeout 100
 
-# test list_target
-
-if { [list_targets] == "idp mvme" } {
-    puts "PASSED: list_targets"
-} else {
-    puts "FAILED: list_targets"
-}
 push_config target idp
 set matches 0
 if { $target_info(target,name) == "idp" } {

reply via email to

[Prev in Thread] Current Thread [Next in Thread]