commit | 3cdcb090a664e182078f7cc0ca3e4e5a94bbb784 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 18 19:18:10 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 18 19:18:10 2020 +0100 |
tree | 18d7686880a240523e7177b39d97b5670d73db52 | |
parent | 292b90d4fa11022661f449dd3efb73d5ac737313 [diff] [blame] |
patch 8.2.0400: not all tests using a terminal are in the list of flaky tests Problem: Not all tests using a terminal are in the list of flaky tests. Solution: Introduce the test_is_flaky flag.
diff --git a/src/version.c b/src/version.c index 686e045..10ec242 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 400, +/**/ 399, /**/ 398,