zsh-workers
 help / color / mirror / code / Atom feed
* make check failures in latest CVS
@ 2000-02-09  1:14 Vin Shelton
  0 siblings, 0 replies; 2+ messages in thread
From: Vin Shelton @ 2000-02-09  1:14 UTC (permalink / raw)
  To: zsh-workers

uname -a reports:
Linux zion 2.2.15pre5 #2 SMP Wed Feb 2 23:24:04 EST 2000 i686 unknown

For the last 2 days the CVS snapshots have failed 'make check' with the
following error:

*** /tmp/zsh.ztst.out.1405      Tue Feb  8 20:03:54 2000
--- /tmp/zsh.ztst.tout.1405     Tue Feb  8 20:03:54 2000
***************
*** 1,2 ****
- Line 1
- Line 1
--- 0 ----
Test /usr/local/src/zsh-2000-02-08/Test/05command.ztst failed: output differs from expected as shown above for:
  unfunction fn
  print 'TRAPDEBUG() {
      print Line $LINENO
    }
    :
    unfunction TRAPDEBUG
  }' > fn
  autoload fn
  fn
  rm fn
Error output:
fn:6: parse error near `}'
Was testing: TRAPDEBUG
/usr/local/src/zsh-2000-02-08/Test/05command.ztst: test failed.


Let me know if there's any more detail I need to provide.

  - vin


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: make check failures in latest CVS
@ 2000-02-09  8:45 Sven Wischnowsky
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Wischnowsky @ 2000-02-09  8:45 UTC (permalink / raw)
  To: zsh-workers


Vin Shelton wrote:

> For the last 2 days the CVS snapshots have failed 'make check' with the
> following error:
> 
> *** /tmp/zsh.ztst.out.1405      Tue Feb  8 20:03:54 2000
> --- /tmp/zsh.ztst.tout.1405     Tue Feb  8 20:03:54 2000
> ***************
> *** 1,2 ****
> - Line 1
> - Line 1
> --- 0 ----
> Test /usr/local/src/zsh-2000-02-08/Test/05command.ztst failed: output differs from expected as shown above for:
>   unfunction fn
>   print 'TRAPDEBUG() {
>       print Line $LINENO
>     }
>     :
>     unfunction TRAPDEBUG
>   }' > fn
>   autoload fn
>   fn
>   rm fn
> Error output:
> fn:6: parse error near `}'
> Was testing: TRAPDEBUG
> /usr/local/src/zsh-2000-02-08/Test/05command.ztst: test failed.

That's a result of my patch that made parse errors in autoloaded
functions be shown. And, as you can see above, it was right, the
typo(s) were in 05command.ztst.

Bye
 Sven

--- Test/05command.ztst.old	Wed Feb  9 09:43:40 2000
+++ Test/05command.ztst	Wed Feb  9 09:43:44 2000
@@ -116,7 +116,7 @@
     }
     :
     unfunction TRAPDEBUG
-  }' > fn
+  ' > fn
   autoload fn
   fn
   rm fn
@@ -128,7 +128,7 @@
   print 'trap '\''print Line $LINENO'\'' DEBUG
     :
     trap - DEBUG
-  }' > fn
+  ' > fn
   autoload fn
   fn
   rm fn

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-02-09  8:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-09  1:14 make check failures in latest CVS Vin Shelton
2000-02-09  8:45 Sven Wischnowsky

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).