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 / macos_clang failed Jun 25, 2024 in 1m 42s

Task Summary

Instruction test failed in 01:11

Details

⚠️ Not enough compute credits to prioritize tasks!
⚠️ Only ghcr.io/cirruslabs/macos-runner:sonoma is allowed. Automatically upgraded.

✅ 00:07 clone
✅ 00:21 clang
❌ 01:11 test

�[32m      5120-double-free-or-corruption-crash�[0m
�[32m      5122-dot-fails-after-macro-replay�[0m
�[32m      5124-assert-in-redo�[0m
�[32m      595-smart-search-unicode�[0m
�[32m      612-assertion-with-NormalBegin-hook�[0m
�[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--- /private/var/folders/4_/xyjwmyz1497g3qhhndg003800000gn/T/cirrus-ci-build/test/./regression/872-indentation-misbeahviour-c++/out	2024-06-25 21:48:48�[0m
�[32m+++ out	2024-06-25 21:50:20�[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
�[32m        blame-in-diff�[0m
�[32m        blame-jump-message�[0m
      patch
�[32m        ignore-first-file�[0m
�[32m        signature�[0m

�[31mSummary: 579 tests, 55 failures�[0m
make: *** [test] Error 55

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