-
-
Notifications
You must be signed in to change notification settings - Fork 115
tests: adjust for default editor in Whonix 18 #753
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
Conversation
Whonix 18 has FeatherPad as default editor, but it doesn't have application name in the title. Look for just file name, but move that section at the end, to not intercept any other editor that require special handling (most editors put the file name in the title). This change will possibly make test failure less informative - if another editor shows up, but still has the file name in the title, it will be handled by this section too. And if it requires different handling, the test will fail with confusing message. But since many editors work with the same interaction, it should be a rare issue.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #753 +/- ##
==========================================
- Coverage 70.68% 70.64% -0.05%
==========================================
Files 61 61
Lines 13809 13776 -33
==========================================
- Hits 9761 9732 -29
+ Misses 4048 4044 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025111414-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025081011-4.3&flavor=update
Failed tests15 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/149225#dependencies 82 fixed
Unstable testsPerformance TestsPerformance degradation:11 performance degradations
Remaining performance tests:168 tests
|
Whonix 18 has FeatherPad as default editor, but it doesn't have
application name in the title. Look for just file name, but move that
section at the end, to not intercept any other editor that require
special handling (most editors put the file name in the title).
This change will possibly make test failure less informative - if
another editor shows up, but still has the file name in the title, it
will be handled by this section too. And if it requires different
handling, the test will fail with confusing message. But since many
editors work with the same interaction, it should be a rare issue.