tests/pkg_u8g2: run the test in CI#11687
Merged
fjmolinas merged 1 commit intoRIOT-OS:masterfrom Aug 8, 2019
Merged
Conversation
6ef93fe to
d6d1f83
Compare
Contributor
Author
|
I removed the |
tests/pkg_u8g2/Makefile
Outdated
| CFLAGS += -DTEST_DISPLAY=$(TEST_DISPLAY) | ||
|
|
||
| # HACK Blacklist native as `murdock` fails on utf-8 characters for native tests | ||
| TEST_ON_CI_WHITELIST += nrf52dk samr21-xpro |
Contributor
There was a problem hiding this comment.
Does it make sense to whitelist. What if other boards are added in (I think there is a pr for the esp)... Why not just use a blacklist?
Contributor
Author
There was a problem hiding this comment.
Because this is currently not supported as TEST_ON_CI_BLACKLIST does not exist.
If you want I can split the variable introduction out of
- makefiles/murdock.inc.mk: change policy to run tests by default makefiles/murdock.inc.mk: change policy to run tests by default #11680
HACK, the test currently fails in CI for `native` due to `utf-8` handling.
2f93ff8 to
50449b3
Compare
Contributor
Author
fjmolinas
approved these changes
Aug 8, 2019
Contributor
fjmolinas
left a comment
There was a problem hiding this comment.
LGTM, murdock is green so ACK.
Contributor
Author
|
Thank you for the review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
Enable running the test as the test is available.
Testing procedure
The test must be successfully executed by CI (check the listed tests).
Issues/PRs references
Found it was not enabled while working on #11680
I blacklisted
nativedue to #11691