commit: Resuscitate reproduce-bugs.el.

Stephen Turnbull unwelcome-guest at alioth.debian.org
Mon Dec 10 04:27:35 EST 2007


changeset:   4321:98e54edf3ab249cbc1f4a03f87b0df853e964bc3
user:        Stephen J. Turnbull <stephen at xemacs.org>
date:        Mon Dec 10 00:57:19 2007 -0800
files:       tests/ChangeLog tests/reproduce-bugs.el
description:
Resuscitate reproduce-bugs.el.
Add commentary.
Number unnumbered bugs.
Comment out keybinding.


diff -r a78603f584d71fe4187a419916c82872e754f14f -r 98e54edf3ab249cbc1f4a03f87b0df853e964bc3 tests/ChangeLog
--- a/tests/ChangeLog	Mon Dec 10 00:39:56 2007 +0200
+++ b/tests/ChangeLog	Mon Dec 10 00:57:19 2007 -0800
@@ -1,3 +1,9 @@ 2007-12-06  Aidan Kehoe  <kehoea at parhasa
+2007-12-10  Stephen J. Turnbull  <stephen at xemacs.org>
+
+	* reproduce-bugs.el: Add some commentary.
+	Number the two unnumbered bugs.
+	Comment out the keybinding.
+
 2007-12-06  Aidan Kehoe  <kehoea at parhasard.net>
 
 	* automated/mule-tests.el:
diff -r a78603f584d71fe4187a419916c82872e754f14f -r 98e54edf3ab249cbc1f4a03f87b0df853e964bc3 tests/reproduce-bugs.el
--- a/tests/reproduce-bugs.el	Mon Dec 10 00:39:56 2007 +0200
+++ b/tests/reproduce-bugs.el	Mon Dec 10 00:57:19 2007 -0800
@@ -36,6 +36,10 @@
 
 ;; It's a bad idea to rely on code in this file continuing to work in
 ;; the same way. :-)
+
+;; #### This file should be cleaned up and renamed reproduce-crashes.el.
+;; #### Bugs need docstrings.
+;; #### Fixed bugs should become regression tests.
 
 ;;; Code:
 
@@ -63,7 +67,7 @@ A debug version of XEmacs may be needed 
 
 ;;; Change this to your preferred key-binding
 
-(global-set-key  [(control ?Z)] 'reproduce-bug)
+;; (global-set-key  [(control ?Z)] 'reproduce-bug)
 
 ;;;; Bugs follow:
 
@@ -170,6 +174,7 @@ public static void main(String[] args) t
 	(message "Bug!  point should equal 3 but is %d" (point)))))
 
 ;;; crash popup frames FIXED
+;; defbug 8
 ;;(global-set-key
 ;; [(alt meta control f12)]
 ;; (lambda ()
@@ -182,6 +187,7 @@ public static void main(String[] args) t
 ;;     (save-buffers-kill-emacs))))
 
 ;;; crash on delete-frame-hook - FIXED!
+;; defbug 9
 ;;(global-set-key
 ;; [(alt meta control f10)]
 ;; (lambda ()





More information about the XEmacs-Patches mailing list