-
-
Notifications
You must be signed in to change notification settings - Fork 130
test(common): better group baseline tests 🧪 🎼 #15348
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
base: test/web/jsbaseline
Are you sure you want to change the base?
Conversation
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
| 'k_052___nul_and_index.kmn', // js only | ||
| 'k_055___deadkey_cancelled_by_arrow.kmn', | ||
| 'k_0000___null_keyboard.kmn', | ||
| // 'k_0103___vkey_input__shift_ctrl_.kmn', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like I accidentally added the commented tests to the list in #15341- they are working fine for .js keyboards.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am slightly confused - if they are working fine, why are they commented here and not removed?
eba453f to
0c72475
Compare
0c72475 to
77e050e
Compare
This change groups similar tests together. Also update `build.sh` to compile .js files. Follow-up-of: #15341 Test-bot: skip
77e050e to
6de40e9
Compare
mcdurdin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, it's a little bit like busy-work but probably a good refactor.
| 'k_0810___nul_and_index', | ||
| 'k_0811___if_and_index', | ||
| 'k_0812___nul_and_contextex', | ||
| # Skipped: 'k_0813___deadkey_cancelled_by_arrow', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # Skipped: 'k_0813___deadkey_cancelled_by_arrow', | |
| # TODO-web-core: Skipped: 'k_0813___deadkey_cancelled_by_arrow', |
| 'k_052___nul_and_index.kmn', // js only | ||
| 'k_055___deadkey_cancelled_by_arrow.kmn', | ||
| 'k_0000___null_keyboard.kmn', | ||
| // 'k_0103___vkey_input__shift_ctrl_.kmn', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am slightly confused - if they are working fine, why are they commented here and not removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add an index of what the various groups of tests are intended to be? Your grouping strategy is not entirely clear to me
This change groups similar tests together. Also update
build.shto compile .js files.Renamed test files, sorted by new name
Renamed test files, sorted by old name
Follow-up-of: #15341
Test-bot: skip