comparison src/testdir/runtest.vim @ 17918:9606c0adc148 v8.1.1955

patch 8.1.1955: tests contain typos Commit: https://github.com/vim/vim/commit/1bc353b6f1b063e189e0cef26f8dc586dcf9161f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 1 14:45:28 2019 +0200 patch 8.1.1955: tests contain typos Problem: Tests contain typos. Solution: Correct the typos. (Dominique Pelle)
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Sep 2019 15:00:04 +0200
parents f084f846442a
children 2eb437b045ba
comparison
equal deleted inserted replaced
17917:5ccb73c85dd1 17918:9606c0adc148
347 \ 'Test_terminal_redir_file()', 347 \ 'Test_terminal_redir_file()',
348 \ 'Test_terminal_response_to_control_sequence()', 348 \ 'Test_terminal_response_to_control_sequence()',
349 \ 'Test_terminal_scrollback()', 349 \ 'Test_terminal_scrollback()',
350 \ 'Test_terminal_split_quit()', 350 \ 'Test_terminal_split_quit()',
351 \ 'Test_terminal_termwinkey()', 351 \ 'Test_terminal_termwinkey()',
352 \ 'Test_terminal_termwinsize_mininmum()', 352 \ 'Test_terminal_termwinsize_minimum()',
353 \ 'Test_terminal_termwinsize_option_fixed()', 353 \ 'Test_terminal_termwinsize_option_fixed()',
354 \ 'Test_terminal_termwinsize_option_zero()', 354 \ 'Test_terminal_termwinsize_option_zero()',
355 \ 'Test_terminal_tmap()', 355 \ 'Test_terminal_tmap()',
356 \ 'Test_terminal_wall()', 356 \ 'Test_terminal_wall()',
357 \ 'Test_terminal_wipe_buffer()', 357 \ 'Test_terminal_wipe_buffer()',
393 393
394 call RunTheTest(s:test) 394 call RunTheTest(s:test)
395 395
396 " Repeat a flaky test. Give up when: 396 " Repeat a flaky test. Give up when:
397 " - it fails again with the same message 397 " - it fails again with the same message
398 " - it fails five times (with a different mesage) 398 " - it fails five times (with a different message)
399 if len(v:errors) > 0 399 if len(v:errors) > 0
400 \ && (index(s:flaky_tests, s:test) >= 0 400 \ && (index(s:flaky_tests, s:test) >= 0
401 \ || v:errors[0] =~ s:flaky_errors_re) 401 \ || v:errors[0] =~ s:flaky_errors_re)
402 while 1 402 while 1
403 call add(s:messages, 'Found errors in ' . s:test . ':') 403 call add(s:messages, 'Found errors in ' . s:test . ':')