Karsten Hopp cf2fbf
To: vim_dev@googlegroups.com
Karsten Hopp cf2fbf
Subject: Patch 7.3.827
Karsten Hopp cf2fbf
Fcc: outbox
Karsten Hopp cf2fbf
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp cf2fbf
Mime-Version: 1.0
Karsten Hopp cf2fbf
Content-Type: text/plain; charset=UTF-8
Karsten Hopp cf2fbf
Content-Transfer-Encoding: 8bit
Karsten Hopp cf2fbf
------------
Karsten Hopp cf2fbf
Karsten Hopp cf2fbf
Patch 7.3.827 (after 7.3.825)
Karsten Hopp cf2fbf
Problem:    Python tests fail.
Karsten Hopp cf2fbf
Solution:   Adjust the output for the stack trace.
Karsten Hopp cf2fbf
Files:	    src/testdir/test86.in, src/testdir/test86.ok,
Karsten Hopp cf2fbf
	    src/testdir/test87.ok
Karsten Hopp cf2fbf
Karsten Hopp cf2fbf
Karsten Hopp cf2fbf
*** ../vim-7.3.826/src/testdir/test86.in	2013-02-13 14:17:00.000000000 +0100
Karsten Hopp cf2fbf
--- src/testdir/test86.in	2013-02-17 21:16:13.000000000 +0100
Karsten Hopp cf2fbf
***************
Karsten Hopp cf2fbf
*** 1,5 ****
Karsten Hopp cf2fbf
--- 1,11 ----
Karsten Hopp cf2fbf
  Tests for various python features.     vim: set ft=vim :
Karsten Hopp cf2fbf
  
Karsten Hopp cf2fbf
+ NOTE: This will cause errors when run under valgrind.
Karsten Hopp cf2fbf
+ This would require recompiling Python with:
Karsten Hopp cf2fbf
+   ./configure --without-pymalloc
Karsten Hopp cf2fbf
+ See http://svn.python.org/view/python/trunk/Misc/README.valgrind?view=markup
Karsten Hopp cf2fbf
+ 
Karsten Hopp cf2fbf
+ 
Karsten Hopp cf2fbf
  STARTTEST
Karsten Hopp cf2fbf
  :so small.vim
Karsten Hopp cf2fbf
  :if !has('python') | e! test.ok | wq! test.out | endif
Karsten Hopp cf2fbf
*** ../vim-7.3.826/src/testdir/test86.ok	2013-02-13 14:17:00.000000000 +0100
Karsten Hopp cf2fbf
--- src/testdir/test86.ok	2013-02-20 16:33:20.000000000 +0100
Karsten Hopp cf2fbf
***************
Karsten Hopp cf2fbf
*** 61,67 ****
Karsten Hopp cf2fbf
  0.0
Karsten Hopp cf2fbf
  "\0":	Vim(let):E859:
Karsten Hopp cf2fbf
  {"\0": 1}:	Vim(let):E859:
Karsten Hopp cf2fbf
! undefined_name:	Vim(let):E858:
Karsten Hopp cf2fbf
  vim:	Vim(let):E859:
Karsten Hopp cf2fbf
  [1]
Karsten Hopp cf2fbf
  [1, 10, 11, 10, 11, 10, 11, 10, 11, 10, 11, 10, 1]
Karsten Hopp cf2fbf
--- 61,67 ----
Karsten Hopp cf2fbf
  0.0
Karsten Hopp cf2fbf
  "\0":	Vim(let):E859:
Karsten Hopp cf2fbf
  {"\0": 1}:	Vim(let):E859:
Karsten Hopp cf2fbf
! undefined_name:	Vim(let):Trace
Karsten Hopp cf2fbf
  vim:	Vim(let):E859:
Karsten Hopp cf2fbf
  [1]
Karsten Hopp cf2fbf
  [1, 10, 11, 10, 11, 10, 11, 10, 11, 10, 11, 10, 1]
Karsten Hopp cf2fbf
*** ../vim-7.3.826/src/testdir/test87.ok	2013-02-13 14:17:00.000000000 +0100
Karsten Hopp cf2fbf
--- src/testdir/test87.ok	2013-02-20 16:33:31.000000000 +0100
Karsten Hopp cf2fbf
***************
Karsten Hopp cf2fbf
*** 61,67 ****
Karsten Hopp cf2fbf
  0.0
Karsten Hopp cf2fbf
  "\0":	Vim(let):E861:
Karsten Hopp cf2fbf
  {"\0": 1}:	Vim(let):E861:
Karsten Hopp cf2fbf
! undefined_name:	Vim(let):E860:
Karsten Hopp cf2fbf
  vim:	Vim(let):E861:
Karsten Hopp cf2fbf
  [1]
Karsten Hopp cf2fbf
  [1, 10, 11, 10, 11, 10, 11, 10, 11, 10, 11, 10, 1]
Karsten Hopp cf2fbf
--- 61,67 ----
Karsten Hopp cf2fbf
  0.0
Karsten Hopp cf2fbf
  "\0":	Vim(let):E861:
Karsten Hopp cf2fbf
  {"\0": 1}:	Vim(let):E861:
Karsten Hopp cf2fbf
! undefined_name:	Vim(let):Trace
Karsten Hopp cf2fbf
  vim:	Vim(let):E861:
Karsten Hopp cf2fbf
  [1]
Karsten Hopp cf2fbf
  [1, 10, 11, 10, 11, 10, 11, 10, 11, 10, 11, 10, 1]
Karsten Hopp cf2fbf
*** ../vim-7.3.826/src/version.c	2013-02-20 16:46:52.000000000 +0100
Karsten Hopp cf2fbf
--- src/version.c	2013-02-20 16:48:39.000000000 +0100
Karsten Hopp cf2fbf
***************
Karsten Hopp cf2fbf
*** 730,731 ****
Karsten Hopp cf2fbf
--- 730,733 ----
Karsten Hopp cf2fbf
  {   /* Add new patch number below this line */
Karsten Hopp cf2fbf
+ /**/
Karsten Hopp cf2fbf
+     827,
Karsten Hopp cf2fbf
  /**/
Karsten Hopp cf2fbf
Karsten Hopp cf2fbf
-- 
Karsten Hopp cf2fbf
Any resemblance between the above views and those of my employer, my terminal,
Karsten Hopp cf2fbf
or the view out my window are purely coincidental.  Any resemblance between
Karsten Hopp cf2fbf
the above and my own views is non-deterministic.  The question of the
Karsten Hopp cf2fbf
existence of views in the absence of anyone to hold them is left as an
Karsten Hopp cf2fbf
exercise for the reader.  The question of the existence of the reader is left
Karsten Hopp cf2fbf
as an exercise for the second god coefficient.  (A discussion of
Karsten Hopp cf2fbf
non-orthogonal, non-integral polytheism is beyond the scope of this article.)
Karsten Hopp cf2fbf
						(Ralph Jennings)
Karsten Hopp cf2fbf
Karsten Hopp cf2fbf
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp cf2fbf
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp cf2fbf
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp cf2fbf
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///