Aliaksei Budavei
2f5ff73827
runtime(syntax-tests): Filter out non-Latin-1 characters for syntax tests (#14767)
Syntax tests are run with the LC_ALL=C environment variable
passed to "make". Occasionally, there are CI failures for
such test files containing non-Latin-1 characters with error
messages pointing to multi-byte characters:
https://github.com/vim/vim/actions/runs/8824925004/job/24228298023#step:10:16370 ,
https://github.com/vim/vim/actions/runs/8840856619/job/24276935260#step:10:16347 ,
https://github.com/vim/vim/actions/runs/8854043458/job/24316210645#step:10:16362 ,
https://github.com/vim/vim/actions/runs/8856501136/job/24322848765#step:10:16354 ,
https://github.com/vim/vim/actions/runs/9038417238/job/24839482152#step:11:16980 .
But since the very same unchanged tests pass at other times:
https://github.com/vim/vim/actions/runs/8827593571/job/24235935458#step:10:16353 ,
https://github.com/vim/vim/actions/runs/9065214647/job/24905321661#step:11:17002 ;
these failures are unrelated to the nature of syntax tests
and should be considered false positives.
As a temporary workaround, all bytes of known non-Latin-1
characters can be replaced in memory with an arbitrary ASCII
byte (?) by applying a filter
> " To ignore part of the dump, provide a "dumps/{filename}.vim" file with
> " Vim commands to be applied to both the reference and the current dump, so
> " that parts that are irrelevant are not used for the comparison. The result
> " is NOT written, thus "term_dumpdiff()" shows the difference anyway.
before lines are compared between files.
Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-05-13 21:06:05 +02:00
..
2024-03-18 22:07:22 +01:00
2024-03-18 19:32:48 +01:00
2024-03-18 19:32:48 +01:00
2024-03-18 19:32:48 +01:00
2024-03-18 19:32:48 +01:00
2024-03-18 19:32:48 +01:00
2024-03-18 19:32:48 +01:00
2024-03-18 19:32:48 +01:00
2023-11-28 20:41:41 +01:00
2023-11-28 20:41:41 +01:00
2023-11-28 20:41:41 +01:00
2023-11-28 20:41:41 +01:00
2023-11-28 20:41:41 +01:00
2023-11-28 20:41:41 +01:00
2023-11-28 20:41:41 +01:00
2023-11-28 20:41:41 +01:00
2023-11-28 20:41:41 +01:00
2024-03-25 16:18:28 +01:00
2024-03-25 16:18:28 +01:00
2024-03-25 16:18:28 +01:00
2024-03-25 16:18:28 +01:00
2024-03-25 16:18:28 +01:00
2024-03-25 16:18:28 +01:00
2024-04-04 21:51:18 +02:00
2024-04-04 21:51:18 +02:00
2024-04-04 21:51:18 +02:00
2024-04-04 21:51:18 +02:00
2024-03-03 15:51:01 +01:00
2024-03-03 15:51:01 +01:00
2024-03-01 23:11:14 +01:00
2024-03-01 23:11:14 +01:00
2024-03-01 23:11:14 +01:00
2024-03-01 23:11:14 +01:00
2024-03-01 23:11:14 +01:00
2024-03-01 23:11:14 +01:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-04-29 20:24:35 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-04-29 20:24:35 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-04-29 20:24:35 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-04-29 20:24:35 +02:00
2024-05-13 21:06:05 +02:00
2024-05-10 14:49:06 +02:00
2024-05-13 21:06:05 +02:00
2024-04-29 20:24:35 +02:00
2024-05-13 21:06:05 +02:00
2024-04-29 20:24:35 +02:00
2024-05-13 21:06:05 +02:00
2024-03-01 23:11:14 +01:00
2024-03-01 23:11:14 +01:00
2024-03-01 23:11:14 +01:00
2024-03-01 23:11:14 +01:00
2024-03-01 23:11:14 +01:00
2024-03-01 23:11:14 +01:00
2024-03-09 18:03:11 +01:00
2024-03-09 18:03:11 +01:00
2024-03-09 18:03:11 +01:00
2024-03-09 18:03:11 +01:00
2024-03-09 18:03:11 +01:00
2024-03-09 18:03:11 +01:00
2024-03-09 18:03:11 +01:00
2024-02-28 21:33:45 +01:00
2024-02-28 21:33:45 +01:00
2024-02-28 21:33:45 +01:00
2024-02-28 21:33:45 +01:00
2024-02-28 21:33:45 +01:00
2024-02-28 21:33:45 +01:00
2024-02-28 21:33:45 +01:00
2024-02-28 21:33:45 +01:00
2024-03-18 22:07:22 +01:00
2024-03-18 22:07:22 +01:00
2024-02-28 21:24:25 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-02-28 21:24:25 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-02-28 21:24:25 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2024-01-05 17:59:04 +01:00
2023-06-24 00:56:50 +01:00
2023-06-24 00:56:50 +01:00
2023-06-24 00:56:50 +01:00
2023-06-24 00:56:50 +01:00
2023-06-24 00:56:50 +01:00
2023-06-24 01:35:51 +01:00
2023-06-24 00:56:50 +01:00
2023-06-24 00:56:50 +01:00
2023-07-09 02:38:28 +01:00
2023-07-09 02:38:28 +01:00
2023-06-24 00:56:50 +01:00
2023-06-24 00:56:50 +01:00
2023-06-24 00:56:50 +01:00
2024-01-22 20:19:54 +01:00
2024-01-22 20:19:54 +01:00
2024-01-22 20:19:54 +01:00
2024-01-22 20:19:54 +01:00
2024-03-04 19:14:08 +01:00
2024-03-04 19:14:08 +01:00
2024-04-10 22:18:37 +02:00
2024-04-10 22:18:37 +02:00
2024-05-13 21:06:05 +02:00
2024-04-10 22:18:37 +02:00
2024-05-13 21:06:05 +02:00
2024-04-10 22:18:37 +02:00
2024-04-10 22:18:37 +02:00
2024-04-13 18:24:01 +02:00
2024-04-13 18:24:01 +02:00
2024-04-10 22:18:37 +02:00
2024-04-10 22:18:37 +02:00
2024-02-28 21:24:25 +01:00
2024-03-28 10:06:03 +01:00
2024-03-28 10:06:03 +01:00
2024-03-03 16:42:47 +01:00
2024-03-03 16:42:47 +01:00
2024-02-28 21:24:25 +01:00
2024-02-28 21:24:25 +01:00
2024-03-03 19:02:47 +01:00
2024-03-03 19:02:47 +01:00
2024-02-28 21:24:25 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-02-26 21:10:18 +01:00
2024-01-23 20:34:28 +01:00
2024-02-26 21:10:18 +01:00
2024-02-26 21:10:18 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-04-10 22:18:37 +02:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-02-26 21:10:18 +01:00
2024-01-23 20:34:28 +01:00
2024-02-26 21:10:18 +01:00
2024-02-26 21:10:18 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-04-10 22:18:37 +02:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-01-23 20:34:28 +01:00
2024-04-10 22:18:37 +02:00
2024-04-10 22:18:37 +02:00
2024-04-10 22:18:37 +02:00
2024-04-10 22:18:37 +02:00
2024-04-10 22:18:37 +02:00
2024-04-10 22:18:37 +02:00
2024-04-10 22:18:37 +02:00
2024-04-10 22:18:37 +02:00
2024-03-21 20:41:10 +01:00
2024-04-09 21:19:41 +02:00
2024-04-09 21:19:41 +02:00
2024-04-09 21:19:41 +02:00
2024-04-09 21:19:41 +02:00
2024-04-09 21:19:41 +02:00
2024-03-21 20:41:10 +01:00
2024-04-09 21:19:41 +02:00
2024-03-21 20:41:10 +01:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-03-15 12:45:48 +00:00
2024-03-15 12:45:48 +00:00
2024-03-15 18:53:53 +01:00
2024-03-15 12:45:48 +00:00
2024-03-15 12:45:48 +00:00
2024-03-15 12:45:48 +00:00
2024-03-15 12:45:48 +00:00
2024-03-15 12:45:48 +00:00
2024-03-15 12:45:48 +00:00
2024-03-21 20:41:10 +01:00
2024-03-21 20:41:10 +01:00
2024-03-21 20:41:10 +01:00
2024-03-21 20:41:10 +01:00
2024-03-21 20:41:10 +01:00
2024-03-21 20:41:10 +01:00
2024-03-21 20:41:10 +01:00
2024-03-21 20:41:10 +01:00
2024-03-21 20:41:10 +01:00
2024-03-21 20:41:10 +01:00
2024-03-21 20:41:10 +01:00
2024-03-21 20:41:10 +01:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-04-14 20:32:56 +02:00
2024-03-18 19:19:51 +01:00
2024-03-18 19:19:51 +01:00
2024-03-18 19:19:51 +01:00
2024-03-18 19:19:51 +01:00
2024-02-28 21:24:25 +01:00
2024-03-09 18:01:22 +01:00
2024-03-09 18:01:22 +01:00
2024-03-09 18:01:22 +01:00
2024-03-09 18:01:22 +01:00
2024-03-09 18:01:22 +01:00
2024-03-09 17:43:28 +01:00
2024-03-19 18:04:42 +01:00
2024-03-19 18:04:42 +01:00
2024-03-19 18:04:42 +01:00
2024-03-19 18:04:42 +01:00
2024-03-19 18:04:42 +01:00
2024-03-09 17:43:28 +01:00
2024-03-09 17:43:28 +01:00
2024-03-09 17:43:28 +01:00
2024-03-09 17:43:28 +01:00
2024-02-28 21:24:25 +01:00
2024-02-26 21:10:18 +01:00
2024-02-26 21:10:18 +01:00
2024-02-26 21:10:18 +01:00
2024-02-26 21:10:18 +01:00
2024-02-26 21:10:18 +01:00
2024-03-04 19:15:42 +01:00
2024-03-04 19:15:42 +01:00
2024-03-04 19:15:42 +01:00
2024-03-04 19:15:42 +01:00
2024-03-04 19:15:42 +01:00
2024-03-04 19:15:42 +01:00
2024-03-04 19:15:42 +01:00
2024-03-04 19:15:42 +01:00
2024-03-04 19:15:42 +01:00
2024-03-21 20:41:10 +01:00
2024-03-21 20:41:10 +01:00
2024-02-28 21:24:25 +01:00
2024-03-11 21:40:58 +01:00
2024-03-28 10:06:03 +01:00
2024-03-28 10:06:03 +01:00
2024-03-28 10:06:03 +01:00
2024-02-28 21:24:25 +01:00
2024-02-01 21:44:26 +01:00
2024-02-01 21:44:26 +01:00
2024-02-01 21:44:26 +01:00
2024-02-01 21:44:26 +01:00
2024-02-01 21:44:26 +01:00
2024-02-01 21:44:26 +01:00
2024-02-01 21:44:26 +01:00
2024-02-01 21:44:26 +01:00
2024-02-01 21:44:26 +01:00
2024-02-28 21:24:25 +01:00
2024-04-10 22:18:37 +02:00
2024-04-10 22:18:37 +02:00
2024-05-13 21:06:05 +02:00
2024-03-15 12:45:48 +00:00
2024-03-15 12:45:48 +00:00
2024-01-28 18:54:08 +01:00
2024-01-28 18:54:08 +01:00
2024-02-28 21:24:25 +01:00
2024-02-28 21:24:25 +01:00
2024-03-31 18:26:32 +02:00
2024-03-31 18:26:32 +02:00
2024-03-31 18:26:32 +02:00
2024-03-31 18:26:32 +02:00
2024-02-28 21:24:25 +01:00
2024-01-28 18:54:08 +01:00
2024-01-28 18:54:08 +01:00
2024-01-28 18:54:08 +01:00
2024-01-28 18:54:08 +01:00
2024-01-28 18:54:08 +01:00
2024-01-28 18:54:08 +01:00
2024-01-28 18:54:08 +01:00
2024-01-28 18:54:08 +01:00
2024-01-28 18:54:08 +01:00
2024-02-28 21:24:25 +01:00
2024-02-01 21:44:26 +01:00
2023-12-10 15:53:24 +01:00
2024-01-04 22:58:48 +01:00
2023-12-10 15:53:24 +01:00
2024-01-04 22:58:48 +01:00
2023-12-10 15:53:24 +01:00
2023-12-12 16:47:43 +01:00
2023-12-12 16:47:43 +01:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00
2024-04-01 14:55:46 +02:00