On Fri, Apr 15, 2016 at 02:44:36PM +0200, Christian Brabandt wrote:
> Hi toothpik!
> On Fr, 15 Apr 2016, toothpik wrote:
> > <test>
> >
> > Test results:
> >
> >
> > From test_hardcopy.vim:
> > Found errors in Test_with_syntax():
> > Caught exception in Test_with_syntax(): Vim(syntax):E484: Can't open
> > file ../../runtime/syntax/python.vim @ /home/toothpik/.vim/syntax/vim.vim,
> > line 724
> >
> > From test_matchadd_conceal.vim:
> > Found errors in Test_matchadd_and_conceallevel_3():
> > Caught exception in Test_matchadd_and_conceallevel_3():
> > Vim(syntax):E484: Can't open file ../../runtime/syntax/python.vim @
> > /home/toothpik/.vim/syntax/vim.vim, line 724
> > Found errors in Test_using_matchaddpos():
> > Caught exception in Test_using_matchaddpos(): Vim(syntax):E484: Can't
> > open file ../../runtime/syntax/python.vim @
> > /home/toothpik/.vim/syntax/vim.vim, line 724
> >
> > </test>
> >
> > Fri 06:47 ~/.build/vim/vim/src: gcc --version
> > gcc (SUSE Linux) 5.3.1 20160301 [gcc-5-branch revision 233849]
> > Copyright (C) 2015 Free Software Foundation, Inc.
> >
> > vim version 7.4.1743
> > Big version with GTK2 GUI
> > compiled with _python/dyn, where python is 2.7.10
> >
> > all of the syntax files exist, owned by root but readable by everybody,
> > just like all the other syntax files in the syntax directory
> Did you somehow unset VIMRUNTIME? Or how did you run the test?
I started a new xterm with a script that does
#!/bin/bash
# start xterm
cd ~
if [[ $# -gt 0 ]]; then
if [[ $1 =~ [[:digit:]]+ ]]; then
hm=$1
else
title="$1"
hm=1
fi
else
title='The Big Xterm'
hm=1
fi
for (( i=0 ; i < $hm ; i++ )) ; do
xterm -sb -rightbar -sl 5000 -sk -bg grey -fa 'Mono' -fs 10 -geometry 88x32
-xrm '*oldXtermFKeys: true' -T "$title"&
done
then I
- cd to ~/.build/vim/vim/src
- rm -v testdir/*.out
- make test
which consistantly yeilds:
>From test_hardcopy.vim:
Found errors in Test_with_syntax():
Caught exception in Test_with_syntax(): Vim(syntax):E484: Can't open
file ../../runtime/syntax/python.vim @ /home/toothpik/.vim/syntax/vim.vim,
line 724
>From test_matchadd_conceal.vim:
Found errors in Test_matchadd_and_conceallevel_3():
Caught exception in Test_matchadd_and_conceallevel_3():
Vim(syntax):E484: Can't open file ../../runtime/syntax/python.vim @
/home/toothpik/.vim/syntax/vim.vim, line 724
Found errors in Test_using_matchaddpos():
Caught exception in Test_using_matchaddpos(): Vim(syntax):E484: Can't
open file ../../runtime/syntax/python.vim @
/home/toothpik/.vim/syntax/vim.vim, line 724
>From test_syntax.vim:
Found errors in Test_syn_iskeyword():
Caught exception in Test_syn_iskeyword(): Vim(syntax):E484: Can't open
file ../../runtime/syntax/python.vim @ /home/toothpik/.vim/syntax/vim.vim,
line 724
Test results:
>From test_hardcopy.vim:
Found errors in Test_with_syntax():
Caught exception in Test_with_syntax(): Vim(syntax):E484: Can't open
file ../../runtime/syntax/python.vim @ /home/toothpik/.vim/syntax/vim.vim,
line 724
>From test_matchadd_conceal.vim:
Found errors in Test_matchadd_and_conceallevel_3():
Caught exception in Test_matchadd_and_conceallevel_3():
Vim(syntax):E484: Can't open file ../../runtime/syntax/python.vim @
/home/toothpik/.vim/syntax/vim.vim, line 724
Found errors in Test_using_matchaddpos():
Caught exception in Test_using_matchaddpos(): Vim(syntax):E484: Can't
open file ../../runtime/syntax/python.vim @
/home/toothpik/.vim/syntax/vim.vim, line 724
>From test_syntax.vim:
Found errors in Test_syn_iskeyword():
Caught exception in Test_syn_iskeyword(): Vim(syntax):E484: Can't open
file ../../runtime/syntax/python.vim @ /home/toothpik/.vim/syntax/vim.vim,
line 724
TEST FAILURE
Makefile:41: recipe for target 'report' failed
make[1]: *** [report] Error 1
make[1]: Leaving directory '/home/toothpik/.build/vim/vim/src/testdir'
Makefile:1933: recipe for target 'test' failed
make: *** [test] Error 2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
now if make test happens to read my ~/.vimrc there might be
inconsistancies...
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.