Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add terminal_info_inline_borders option #5102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Add terminal_info_inline_borders option

161b9e7
Select commit
Loading
Failed to load commit list.
Open

Add terminal_info_inline_borders option #5102

Add terminal_info_inline_borders option
161b9e7
Select commit
Loading
Failed to load commit list.
Cirrus CI / freebsd_clang failed Jun 25, 2024 in 2m 2s

Task Summary

Instruction test failed in 01:56

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:05 clone
❌ 01:56 test

�[32m      633-spurious-new-line-inserted-when-replacing-at-end�[0m
�[32m      638-highlight-codepoint-with-bracket�[0m
�[32m      643-crash-on-a-@-on-specially-crafted-buffer�[0m
�[32m      654-crash-on-undo-after-macro�[0m
�[32m      699-to-eol-from-eol�[0m
�[32m      704-crash-when-using-a-hook-on-NormalBegin-and-NormalEnd�[0m
�[32m      733-selection-list-from-string-not-valid�[0m
�[32m      743-crash-on-replace-undo�[0m
�[32m      751-wrong-selection-after-undo�[0m
�[32m      787-crash-after-S�[0m
�[32m      809-alt-f-t-to-first-char�[0m
�[32m      811-double-width-codepoints�[0m
�[32m      844-prev-word-at-buffer-start�[0m
�[32m      860-python-incorrect-commenting�[0m
�[31m      872-indentation-misbeahviour-c++�[0m
�[31m--- /tmp/cirrus-ci-build/test/./regression/872-indentation-misbeahviour-c++/out	2024-06-25 21:52:10.385979000 +0000�[0m
�[32m+++ out	2024-06-25 21:54:07.383494000 +0000�[0m
�[35m@@ -1,6 +1,6 @@�[0m
�[0m class foo { �[0m
�[31m-�[0m
�[31m-    private: �[0m
�[32m+    �[0m
�[32m+private: �[0m
�[0m         int a; �[0m
�[0m         int b; �[0m
�[0m     public: �[0m

�[33mdebug buffer:�[0m
*** This is the debug buffer, where debug info will be written ***

�[32m      918-wrong-asterisk-inserted�[0m
�[32m      921-keep-empty-line-matches-all-lines�[0m
�[32m      993-user-text-object�[0m
�[32m      quoted-vals�[0m
    shell
�[32m      list-syntax�[0m
�[32m      prompt-shell-script-candidates�[0m
�[32m      prompt-shell-script-completion�[0m
�[32m      quoted-range�[0m
    tools
      git
�[33m        blame-in-diff (disabled)�[0m
�[33m        blame-jump-message (disabled)�[0m
      patch
�[33m        ignore-first-file (disabled)�[0m
�[33m        signature (disabled)�[0m

�[31mSummary: 577 tests, 55 failures�[0m
*** [test] Error code 55

make: stopped in /tmp/cirrus-ci-build
1 error

make: stopped in /tmp/cirrus-ci-build

Exit status: 2��������