comparison src/version.c @ 15040:da8a8cdcb8b0 v8.1.0531

patch 8.1.0531: flaky tests often fail with a common error message commit https://github.com/vim/vim/commit/dbc0d2163aa5e090d5a0c83aea448803ddbab664 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 16 18:22:45 2018 +0100 patch 8.1.0531: flaky tests often fail with a common error message Problem: Flaky tests often fail with a common error message. Solution: Add a pattern to match an error message indicating a flaky test.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Nov 2018 18:30:05 +0100
parents 26c266f6fbc6
children e95e8b356a65
comparison
equal deleted inserted replaced
15039:8296f67e651c 15040:da8a8cdcb8b0
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 531,
795 /**/ 797 /**/
796 530, 798 530,
797 /**/ 799 /**/
798 529, 800 529,
799 /**/ 801 /**/