guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-104-g90a16


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-104-g90a1623
Date: Mon, 18 Feb 2013 23:47:59 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=90a162323251bfda86d82b2a3c0c7b12ce8a0bb7

The branch, stable-2.0 has been updated
       via  90a162323251bfda86d82b2a3c0c7b12ce8a0bb7 (commit)
      from  6f160a6e99a68347d11864d4a9bf15da851c9202 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 90a162323251bfda86d82b2a3c0c7b12ce8a0bb7
Author: Mark H Weaver <address@hidden>
Date:   Mon Feb 18 18:44:15 2013 -0500

    Remove flawed test that assumed (eq? 1/2 2/4) would return false.
    
    * test-suite/tests/hash.test ("hash-count"): Remove flawed test.

-----------------------------------------------------------------------

Summary of changes:
 test-suite/tests/hash.test |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/test-suite/tests/hash.test b/test-suite/tests/hash.test
index 72aa0c4..cb6b5cc 100644
--- a/test-suite/tests/hash.test
+++ b/test-suite/tests/hash.test
@@ -148,7 +148,7 @@
                    (hashq-set! table 1 'foo)
                    (hashq-ref table 1))))
 
- ;; 1/2 and 2/4 are equal? and eqv? but not eq?
+ ;; 1/2 and 2/4 are equal? and eqv? (but not necessarily eq?)
  (pass-if (equal? 'foo
                  (let ((table (make-hash-table)))
                    (hash-set! table 1/2 'foo)
@@ -157,10 +157,6 @@
                  (let ((table (make-hash-table)))
                    (hashv-set! table 1/2 'foo)
                    (hashv-ref table 2/4))))
- (pass-if (equal? #f
-                 (let ((table (make-hash-table)))
-                   (hashq-set! table 1/2 'foo)
-                   (hashq-ref table 2/4))))
 
  ;; (list 1 2) is equal? but not eqv? or eq? to another (list 1 2)
  (pass-if (equal? 'foo


hooks/post-receive
-- 
GNU Guile



reply via email to

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