Patch 8.2.3457
Problem:    MS-Windows Vim9: test executed and fails.
Solution:   Add extra check for not being on MS-Windows.
Files:      src/testdir/test_vim9_script.vim


*** ../vim-8.2.3456/src/testdir/test_vim9_script.vim    2021-09-08 
11:31:31.862351834 +0100
--- src/testdir/test_vim9_script.vim    2021-09-26 20:13:45.866714267 +0100
***************
*** 4278,4283 ****
--- 4278,4287 ----
    if !has('unix') || !has('job')
      throw 'Skipped: not unix of missing +job feature'
    endif
+   # FIXME: this check should not be needed
+   if has('win32')
+     throw 'Skipped: does not work on MS-Windows'
+   endif
    var lines =<< trim END
        vim9script
        var source: list<number>
*** ../vim-8.2.3456/src/version.c       2021-09-26 19:03:59.662298673 +0100
--- src/version.c       2021-09-26 20:14:20.447067561 +0100
***************
*** 759,760 ****
--- 759,762 ----
  {   /* Add new patch number below this line */
+ /**/
+     3457,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
64. The remote to the T.V. is missing...and you don't even care.

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///                                                                      \\\
\\\        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/20210926191521.5918DC80053%40pakwach.

Raspunde prin e-mail lui